VIDEO的freeze的原理

本文介绍了一种视频冻结功能的实现方式。通过控制信号freeze,在特定条件下将输入至BT656解码模块的数据置零,进而阻止VIDEO_PROC模块对DDR的写操作。此方法使得画面在freeze信号激活时保持静止。
wire freeze;
assign freeze = ~sys_key0;
i2cSlave i2cSlave_m0(
  .clk(clk),
  .rst(~rst_n),
  .sda(sda),
  .scl(scl),
  .freeze()
);



bt656_decode bt656_decode_m0(
	.clk(cvbs_in_clkn),
	.bt656_in(freeze ? 8'd0 : vin_ch0_data),
	.yc_data_out(ch0_yc_data),
	.vs(ch0_vs),
	.hs(),
	.field(ch0_f),
	.de(ch0_de),
	.is_pal(is_pal[CH0-1])
);

freeze的原理,就是当按键按下时,输入给BT656解码行场,YCBCR数据的模块全为0,自然不能产生VS,HS,DE等信号,VIDEO_PROC模块没有这些信号,DDR是不能改写的,而输出显示是自己产生的VS,HD等信号,这样画面就被FREEZE了。
{'canvas_config': {'background': None, 'height': 0, 'ratio': 'original', 'width': 0}, 'color_space': -1, 'config': {'adjust_max_index': 1, 'attachment_info': [], 'combination_max_index': 1, 'export_range': None, 'extract_audio_last_index': 1, 'lyrics_recognition_id': '', 'lyrics_sync': True, 'lyrics_taskinfo': [], 'maintrack_adsorb': True, 'material_save_mode': 0, 'multi_language_current': 'none', 'multi_language_list': [], 'multi_language_main': 'none', 'multi_language_mode': 'none', 'original_sound_last_index': 1, 'record_audio_last_index': 1, 'sticker_max_index': 1, 'subtitle_keywords_config': None, 'subtitle_recognition_id': '', 'subtitle_sync': True, 'subtitle_taskinfo': [], 'system_font_list': [], 'use_float_render': False, 'video_mute': False, 'zoom_info_params': None}, 'cover': None, 'create_time': 0, 'duration': 0, 'extra_info': None, 'fps': 30.0, 'free_render_index_mode_on': False, 'group_container': None, 'id': 'AD6C4684-BE07-43d6-8B99-7D9F13B9CDC9', 'is_drop_frame_timecode': False, 'keyframe_graph_list': [], 'keyframes': {'adjusts': [], 'audios': [], 'effects': [], 'filters': [], 'handwrites': [], 'stickers': [], 'texts': [], 'videos': []}, 'last_modified_platform': {'app_id': 3704, 'app_source': 'lv', 'app_version': '8.6.0', 'device_id': 'faaa3db75fe202e3200b28c8a28c5f97', 'hard_disk_id': '', 'mac_address': '090aa3596a41c050b34f44be04aaf956', 'os': 'windows', 'os_version': '10.0.26100'}, 'lyrics_effects': [], 'materials': {'ai_translates': [], 'audio_balances': [], 'audio_effects': [], 'audio_fades': [], 'audio_track_indexes': [], 'audios': [], 'beats': [], 'canvases': [{'album_image': '', 'blur': 0.0, 'color': '', 'id': '77D9F63E-CEDB-469e-86D6-1120EED5839F', 'image': '', 'image_id': '', 'image_name': '', 'source_platform': 0, 'team_id': '', 'type': 'canvas_color'}], 'chromas': [], 'color_curves': [], 'common_mask': [], 'digital_human_model_dressing': [], 'digital_humans': [], 'drafts': [{'aimusic_mv_template_info': None, 'category_id': '', 'category_name': '', 'combination_id': '4D06B6B3-9119-405a-8ACF-67CD8DC3652C', 'combination_type': 'none', 'draft': {'canvas_config': {'background': None, 'height': 1080, 'ratio': 'original', 'width': 1920}, 'color_space': -1, 'config': {'adjust_max_index': 1, 'attachment_info': [], 'combination_max_index': 1, 'export_range': None, 'extract_audio_last_index': 1, 'lyrics_recognition_id': '', 'lyrics_sync': True, 'lyrics_taskinfo': [], 'maintrack_adsorb': False, 'material_save_mode': 0, 'multi_language_current': 'none', 'multi_language_list': [], 'multi_language_main': 'none', 'multi_language_mode': 'none', 'original_sound_last_index': 1, 'record_audio_last_index': 1, 'sticker_max_index': 1, 'subtitle_keywords_config': None, 'subtitle_recognition_id': '', 'subtitle_sync': True, 'subtitle_taskinfo': [], 'system_font_list': [], 'use_float_render': False, 'video_mute': False, 'zoom_info_params': None}, 'cover': None, 'create_time': 0, 'duration': 5000000, 'extra_info': None, 'fps': 30.0, 'free_render_index_mode_on': False, 'group_container': None, 'id': '3185C578-D508-43e6-91A1-301613274504', 'is_drop_frame_timecode': False, 'keyframe_graph_list': [], 'keyframes': {'adjusts': [], 'audios': [], 'effects': [], 'filters': [], 'handwrites': [], 'stickers': [], 'texts': [], 'videos': []}, 'last_modified_platform': {'app_id': 0, 'app_source': '', 'app_version': '', 'device_id': '', 'hard_disk_id': '', 'mac_address': '', 'os': '', 'os_version': ''}, 'lyrics_effects': [], 'materials': {'ai_translates': [], 'audio_balances': [], 'audio_effects': [], 'audio_fades': [], 'audio_track_indexes': [], 'audios': [], 'beats': [], 'canvases': [{'album_image': '', 'blur': 0.0, 'color': '', 'id': '94BE1796-6022-49f8-813C-CCDF03C2C1EC', 'image': '', 'image_id': '', 'image_name': '', 'source_platform': 0, 'team_id': '', 'type': 'canvas_color'}], 'chromas': [], 'color_curves': [], 'common_mask': [], 'digital_human_model_dressing': [], 'digital_humans': [], 'drafts': [], 'effects': [], 'flowers': [], 'green_screens': [], 'handwrites': [], 'hsl': [], 'images': [], 'log_color_wheels': [], 'loudnesses': [], 'manual_beautys': [], 'manual_deformations': [], 'material_animations': [], 'material_colors': [], 'multi_language_refs': [], 'placeholder_infos': [{'error_path': '', 'error_text': '', 'id': '7EDE4DA8-EC5B-4b1b-826F-19C77412DA1F', 'meta_type': 'none', 'res_path': '', 'res_text': '', 'type': 'placeholder_info'}], 'placeholders': [], 'plugin_effects': [], 'primary_color_wheels': [], 'realtime_denoises': [], 'shapes': [], 'smart_crops': [], 'smart_relights': [], 'sound_channel_mappings': [{'audio_channel_mapping': 0, 'id': '14625A9D-E22A-4f17-9D85-B54D1B506E44', 'is_config_open': False, 'type': 'none'}], 'speeds': [{'curve_speed': None, 'id': '6F00EF17-28BC-4041-B4AB-19E5324862A9', 'mode': 0, 'speed': 1.0, 'type': 'speed'}], 'stickers': [], 'tail_leaders': [], 'text_templates': [], 'texts': [], 'time_marks': [], 'transitions': [], 'video_effects': [], 'video_trackings': [], 'videos': [{'aigc_history_id': '', 'aigc_item_id': '', 'aigc_type': 'none', 'audio_fade': None, 'beauty_body_preset_id': '', 'beauty_face_auto_preset': {'name': '', 'preset_id': '', 'rate_map': ''}, 'beauty_face_auto_preset_infos': [], 'beauty_face_preset_infos': [], 'cartoon_path': '', 'category_id': '10231', 'category_name': '热门', 'check_flag': 62978047, 'crop': {'lower_left_x': 0.0, 'lower_left_y': 1.0, 'lower_right_x': 1.0, 'lower_right_y': 1.0, 'upper_left_x': 0.0, 'upper_left_y': 0.0, 'upper_right_x': 1.0, 'upper_right_y': 0.0}, 'crop_ratio': 'free', 'crop_scale': 1.0, 'duration': 10800000000, 'extra_type_option': 0, 'formula_id': '', 'freeze': None, 'has_audio': False, 'has_sound_separated': False, 'height': 1080, 'id': '8353BC78-F2F8-4160-A99D-46A63327E3E1', 'intensifies_audio_path': '', 'intensifies_path': '', 'is_ai_generate_content': False, 'is_copyright': False, 'is_text_edit_overdub': False, 'is_unified_beauty_mode': False, 'live_photo_cover_path': '', 'live_photo_timestamp': -1, 'local_id': '', 'local_material_from': '', 'local_material_id': '', 'material_id': '6971036278649261347', 'material_name': '透明', 'material_url': '', 'matting': {'custom_matting_id': '', 'enable_matting_stroke': False, 'expansion': 0, 'feather': 0, 'flag': 0, 'has_use_quick_brush': False, 'has_use_quick_eraser': False, 'interactiveTime': [], 'path': '', 'reverse': False, 'strokes': []}, 'media_path': '', 'multi_camera_info': None, 'object_locked': None, 'origin_material_id': '', 'path': 'C:/Users/16359/AppData/Local/JianyingPro/User Data/Cache/onlineMaterial/58acd92859c80b69a85457fce74e5d84.png', 'picture_from': 'none', 'picture_set_category_id': '', 'picture_set_category_name': '', 'request_id': '', 'reverse_intensifies_path': '', 'reverse_path': '', 'smart_match_info': None, 'smart_motion': None, 'source': 1, 'source_platform': 0, 'stable': {'matrix_path': '', 'stable_level': 0, 'time_range': {'duration': 0, 'start': 0}}, 'team_id': '', 'type': 'photo', 'video_algorithm': {'ai_background_configs': [], 'ai_expression_driven': None, 'ai_motion_driven': None, 'aigc_generate': None, 'algorithms': [], 'complement_frame_config': None, 'deflicker': None, 'gameplay_configs': [], 'image_interpretation': None, 'motion_blur_config': None, 'mouth_shape_driver': None, 'noise_reduction': None, 'path': '', 'quality_enhance': None, 'smart_complement_frame': None, 'story_video_modify_video_config': {'is_overwrite_last_video': False, 'task_id': '', 'tracker_task_id': ''}, 'super_resolution': None, 'time_range': None}, 'width': 1920}], 'vocal_beautifys': [], 'vocal_separations': [{'choice': 0, 'enter_from': '', 'final_algorithm': '', 'id': '6A28EEA0-3917-4d39-859F-3135BB4AA98B', 'production_path': '', 'removed_sounds': [], 'time_range': None, 'type': 'vocal_separation'}]}, 'mutable_config': None, 'name': '', 'new_version': '139.0.0', 'path': '', 'platform': {'app_id': 3704, 'app_source': 'lv', 'app_version': '8.6.0', 'device_id': 'faaa3db75fe202e3200b28c8a28c5f97', 'hard_disk_id': '', 'mac_address': '090aa3596a41c050b34f44be04aaf956', 'os': 'windows', 'os_version': '10.0.26100'}, 'relationships': [], 'render_index_track_mode_on': True, 'retouch_cover': None, 'source': 'default', 'static_cover_image_path': '', 'time_marks': None, 'tracks': [{'attribute': 0, 'flag': 0, 'id': 'D407A651-921A-4ddb-A16F-620793CC5B02', 'is_default_name': True, 'name': '', 'segments': [{'caption_info': None, 'cartoon': False, 'clip': {'alpha': 1.0, 'flip': {'horizontal': False, 'vertical': False}, 'rotation': 0.0, 'scale': {'x': 1.0, 'y': 1.0}, 'transform': {'x': 0.0, 'y': 0.0}}, 'color_correct_alg_result': '', 'common_keyframes': [], 'desc': '', 'digital_human_template_group_id': '', 'enable_adjust': True, 'enable_adjust_mask': False, 'enable_color_correct_adjust': False, 'enable_color_curves': True, 'enable_color_match_adjust': False, 'enable_color_wheels': True, 'enable_hsl': False, 'enable_lut': True, 'enable_smart_color_adjust': False, 'enable_video_mask': True, 'extra_material_refs': ['6F00EF17-28BC-4041-B4AB-19E5324862A9', '7EDE4DA8-EC5B-4b1b-826F-19C77412DA1F', '94BE1796-6022-49f8-813C-CCDF03C2C1EC', '14625A9D-E22A-4f17-9D85-B54D1B506E44', '6A28EEA0-3917-4d39-859F-3135BB4AA98B'], 'group_id': '', 'hdr_settings': {'intensity': 1.0, 'mode': 1, 'nits': 1000}, 'id': '3EF03C33-7872-4d8c-A209-958012208892', 'intensifies_audio': False, 'is_loop': False, 'is_placeholder': False, 'is_tone_modify': False, 'keyframe_refs': [], 'last_nonzero_volume': 1.0, 'lyric_keyframes': None, 'material_id': '8353BC78-F2F8-4160-A99D-46A63327E3E1', 'raw_segment_id': '', 'render_index': 0, 'render_timerange': {'duration': 0, 'start': 0}, 'responsive_layout': {'enable': False, 'horizontal_pos_layout': 0, 'size_layout': 0, 'target_follow': '', 'vertical_pos_layout': 0}, 'reverse': False, 'source': 'segmentsourcenormal', 'source_timerange': {'duration': 5000000, 'start': 0}, 'speed': 1.0, 'state': 0, 'target_timerange': {'duration': 5000000, 'start': 0}, 'template_id': '', 'template_scene': 'default', 'track_attribute': 0, 'track_render_index': 0, 'uniform_scale': {'on': True, 'value': 1.0}, 'visible': True, 'volume': 1.0}], 'type': 'video'}], 'uneven_animation_template_info': {'composition': '', 'content': '', 'order': '', 'sub_template_info_list': []}, 'update_time': 0, 'version': 360000}, 'draft_config_path': '', 'draft_cover_path': '', 'draft_file_path': '', 'formula_id': '', 'id': '4EA3FA26-301D-4b6a-AD17-824EC89F0FBE', 'name': '', 'precompile_combination': False, 'type': 'combination'}], 'effects': [], 'flowers': [], 'green_screens': [], 'handwrites': [], 'hsl': [], 'images': [], 'log_color_wheels': [], 'loudnesses': [], 'manual_beautys': [], 'manual_deformations': [], 'material_animations': [], 'material_colors': [], 'multi_language_refs': [], 'placeholder_infos': [{'error_path': '', 'error_text': '', 'id': '34F44C8A-91B5-4c55-BB88-6D91CFC80931', 'meta_type': 'none', 'res_path': '', 'res_text': '', 'type': 'placeholder_info'}], 'placeholders': [], 'plugin_effects': [], 'primary_color_wheels': [], 'realtime_denoises': [], 'shapes': [], 'smart_crops': [], 'smart_relights': [], 'sound_channel_mappings': [{'audio_channel_mapping': 0, 'id': 'DEA4C9D0-0AEC-493e-AEBA-575DFB75D634', 'is_config_open': False, 'type': 'none'}], 'speeds': [{'curve_speed': None, 'id': 'EA76CAD4-95B9-49fd-93C9-D65892F60A05', 'mode': 0, 'speed': 1.0, 'type': 'speed'}], 'stickers': [], 'tail_leaders': [], 'text_templates': [], 'texts': [], 'time_marks': [], 'transitions': [], 'video_effects': [], 'video_trackings': [], 'videos': [{'aigc_history_id': '', 'aigc_item_id': '', 'aigc_type': 'none', 'audio_fade': None, 'beauty_body_preset_id': '', 'beauty_face_auto_preset': {'name': '', 'preset_id': '', 'rate_map': ''}, 'beauty_face_auto_preset_infos': [], 'beauty_face_preset_infos': [], 'cartoon_path': '', 'category_id': '', 'category_name': '', 'check_flag': 62978047, 'crop': {'lower_left_x': 0.0, 'lower_left_y': 1.0, 'lower_right_x': 1.0, 'lower_right_y': 1.0, 'upper_left_x': 0.0, 'upper_left_y': 0.0, 'upper_right_x': 1.0, 'upper_right_y': 0.0}, 'crop_ratio': 'free', 'crop_scale': 1.0, 'duration': 5000000, 'extra_type_option': 2, 'formula_id': '', 'freeze': None, 'has_audio': True, 'has_sound_separated': False, 'height': 1080, 'id': 'C630D183-C9A0-40cd-A7BF-B95EC4830031', 'intensifies_audio_path': '', 'intensifies_path': '', 'is_ai_generate_content': False, 'is_copyright': False, 'is_text_edit_overdub': False, 'is_unified_beauty_mode': False, 'live_photo_cover_path': '', 'live_photo_timestamp': -1, 'local_id': '', 'local_material_from': '', 'local_material_id': '', 'material_id': '', 'material_name': '我的预设1', 'material_url': '', 'matting': {'custom_matting_id': '', 'enable_matting_stroke': False, 'expansion': 0, 'feather': 0, 'flag': 0, 'has_use_quick_brush': False, 'has_use_quick_eraser': False, 'interactiveTime': [], 'path': '', 'reverse': False, 'strokes': []}, 'media_path': '', 'multi_camera_info': None, 'object_locked': None, 'origin_material_id': '', 'path': '', 'picture_from': 'none', 'picture_set_category_id': '', 'picture_set_category_name': '', 'request_id': '', 'reverse_intensifies_path': '', 'reverse_path': '', 'smart_match_info': None, 'smart_motion': None, 'source': 0, 'source_platform': 0, 'stable': {'matrix_path': '', 'stable_level': 0, 'time_range': {'duration': 0, 'start': 0}}, 'team_id': '', 'type': 'video', 'video_algorithm': {'ai_background_configs': [], 'ai_expression_driven': None, 'ai_motion_driven': None, 'aigc_generate': None, 'algorithms': [], 'complement_frame_config': None, 'deflicker': None, 'gameplay_configs': [], 'image_interpretation': None, 'motion_blur_config': None, 'mouth_shape_driver': None, 'noise_reduction': None, 'path': '', 'quality_enhance': None, 'smart_complement_frame': None, 'story_video_modify_video_config': {'is_overwrite_last_video': False, 'task_id': '', 'tracker_task_id': ''}, 'super_resolution': None, 'time_range': None}, 'width': 1920}], 'vocal_beautifys': [], 'vocal_separations': [{'choice': 0, 'enter_from': '', 'final_algorithm': '', 'id': '127B5167-9A46-49dc-96E5-3C1E727F5A9C', 'production_path': '', 'removed_sounds': [], 'time_range': None, 'type': 'vocal_separation'}]}, 'mutable_config': None, 'name': '', 'new_version': '139.0.0', 'path': '', 'platform': {'app_id': 0, 'app_source': '', 'app_version': '', 'device_id': '', 'hard_disk_id': '', 'mac_address': '', 'os': '', 'os_version': ''}, 'relationships': [], 'render_index_track_mode_on': False, 'retouch_cover': None, 'source': 'default', 'static_cover_image_path': '', 'time_marks': None, 'tracks': [{'attribute': 0, 'flag': 0, 'id': 'F8983882-F0B0-440f-98B3-9A31AA39CAF7', 'is_default_name': True, 'name': '', 'segments': [{'caption_info': None, 'cartoon': False, 'clip': {'alpha': 1.0, 'flip': {'horizontal': False, 'vertical': False}, 'rotation': 0.0, 'scale': {'x': 1.0, 'y': 1.0}, 'transform': {'x': 0.0, 'y': 0.0}}, 'color_correct_alg_result': '', 'common_keyframes': [], 'desc': '', 'digital_human_template_group_id': '', 'enable_adjust': True, 'enable_adjust_mask': False, 'enable_color_correct_adjust': False, 'enable_color_curves': True, 'enable_color_match_adjust': False, 'enable_color_wheels': True, 'enable_hsl': False, 'enable_lut': True, 'enable_smart_color_adjust': False, 'enable_video_mask': True, 'extra_material_refs': ['4EA3FA26-301D-4b6a-AD17-824EC89F0FBE', 'EA76CAD4-95B9-49fd-93C9-D65892F60A05', '34F44C8A-91B5-4c55-BB88-6D91CFC80931', '77D9F63E-CEDB-469e-86D6-1120EED5839F', 'DEA4C9D0-0AEC-493e-AEBA-575DFB75D634', '127B5167-9A46-49dc-96E5-3C1E727F5A9C'], 'group_id': '', 'hdr_settings': None, 'id': 'F93F7D00-0FDC-4a91-8418-04E1744F32F4', 'intensifies_audio': False, 'is_loop': False, 'is_placeholder': False, 'is_tone_modify': False, 'keyframe_refs': [], 'last_nonzero_volume': 1.0, 'lyric_keyframes': None, 'material_id': 'C630D183-C9A0-40cd-A7BF-B95EC4830031', 'raw_segment_id': '', 'render_index': 0, 'render_timerange': {'duration': 0, 'start': 0}, 'responsive_layout': {'enable': False, 'horizontal_pos_layout': 0, 'size_layout': 0, 'target_follow': '', 'vertical_pos_layout': 0}, 'reverse': False, 'source': 'segmentsourcenormal', 'source_timerange': {'duration': 5000000, 'start': 0}, 'speed': 1.0, 'state': 0, 'target_timerange': {'duration': 5000000, 'start': 0}, 'template_id': '', 'template_scene': 'default', 'track_attribute': 0, 'track_render_index': 0, 'uniform_scale': {'on': True, 'value': 1.0}, 'visible': True, 'volume': 1.0}], 'type': 'video'}], 'uneven_animation_template_info': {'composition': '', 'content': '', 'order': '', 'sub_template_info_list': []}, 'update_time': 0, 'version': 360000} 让这里会像json格式输出改怎么做该换行就换行
最新发布
11-06
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值