[FFmpeg-trac] #1534(avcodec:closed): report on ffv1 version and slices

FFmpeg trac at avcodec.org
Wed Oct 23 17:12:49 CEST 2013


#1534: report on ffv1 version and slices
-------------------------------------+-----------------------------------
             Reporter:  dericed      |                    Owner:
                 Type:  enhancement  |                   Status:  closed
             Priority:  normal       |                Component:  avcodec
              Version:  unspecified  |               Resolution:  fixed
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by dericed):

 Not sure why I didn't try that.

 If anyone else needs it here is what I'm using to get a version number of
 the ffv1 codec:
 {{{
 ffmpeg -debug 1 -i ffv1_file.mov -t 0.1 -f null - 2>&1 | grep -o
 "ver:[0-9]*" | head -n1 | cut -d: -f2
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1534#comment:4>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list