• Gyan Doshi's avatar
    avfilter/vidstab: add option for file format specification · 2b300eb5
    Gyan Doshi authored
    The vidstab library added support in Nov 2020 for writing/reading
    the transforms data in binary in addition to ASCII. The library default
    was changed to binary format but no changes were made to the AVfilters
    resulting in data file for writing or reading being always opened as text.
    This effectively broke the filters.
    
    Option added to vidstabdetect to specify file format and open files in
    both filters with the correct attributes.
    2b300eb5
vf_vidstabtransform.c 12.4 KB