videosegmentation / video_segment

Main repository for The Video Segmentation Project
Other
167 stars 80 forks source link

Error in Rendering Video #11

Open neurohn opened 9 years ago

neurohn commented 9 years ago

Hi,

I'm running the following command after running "seg_tree_sample" and "segment_converter" on the test_video.MOV file.

After that on running the following command ../bin/segment_renderer/segment_renderer --input_file=../test_video.MOV.pb --output_video_file=OUTPUT_VIDEO.mp4 --render_level=0.1

I'm getting the following error E0215 18:16:37.607529 9094 video_writer_unit.cpp:197] Codec not found. E0215 18:16:37.612102 9094 renderer.cpp:242] Could not setup video writer.

I'll be glad if you could point me to what's missing here. P.S. I'm able to view the segmented result using segment_viewer though.

dcastro9 commented 9 years ago

This sounds like an ffmpeg error but I cannot be sure -- it seems like you need the h264 codecs. What happens if you try to output to a different video format?