• Charles Otto's avatar
    Allow encoding with libx264 via ffmpeg to work · 52137cee
    Charles Otto authored
    Add a call to avcodec_get_context_defaults3, this sets per-codec default values
    and in the case of libx264 will stop VideoWriter::open (with fourcc=x264) from
    failing due to libx264 complaining about broken ffmpeg default settings.
    
    Set some additional libx264 encoder parameters.
    52137cee
Name
Last commit
Last update
..
doc Loading commit data...
include/opencv2/highgui Loading commit data...
perf Loading commit data...
src Loading commit data...
test Loading commit data...
CMakeLists.txt Loading commit data...