[FFmpeg-trac] #4088(undetermined:new): Theora video duration different depending on scale

FFmpeg trac at avcodec.org
Thu Nov 6 13:00:19 CET 2014


#4088: Theora video duration different depending on scale
-------------------------------------+-------------------------------------
             Reporter:  mlinnosk     |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  2.4.3        |  undetermined
             Keywords:  theora,pipe  |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by mlinnosk):

 Sorry about that. I didn't think theres any usefull information in the
 actual output.

 But here it is, with out variables:
 {{{
  unzip -p input.zip 1920x1200/raw/f_*.png | ~/bin/ffmpeg-2.4.3-64bit-
 static/ffmpeg -f image2pipe -c:v png -r 25 -i - -s 1024x600 -aspect 16:10
 -sws_flags lanczos -vcodec libtheora -pix_fmt yuv420p -an -qscale:v 7 -r
 25 -y output.ogv
 ffmpeg version 2.4.3-   http://johnvansickle.com/ffmpeg/    Copyright (c)
 2000-2014 the FFmpeg developers
   built on Nov  4 2014 13:14:24 with gcc 4.8 (Debian 4.8.3-13)
   configuration: --enable-gpl --enable-version3 --disable-shared
 --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable-
 libx264 --enable-libx265 --enable-libwebp --enable-libspeex --enable-
 libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig
 --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb
 --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-
 gray --enable-libopenjpeg --enable-libopus --disable-ffserver --enable-
 libass --enable-gnutls --cc=gcc-4.8
   libavutil      54.  7.100 / 54.  7.100
   libavcodec     56.  1.100 / 56.  1.100
   libavformat    56.  4.101 / 56.  4.101
   libavdevice    56.  0.100 / 56.  0.100
   libavfilter     5.  1.100 /  5.  1.100
   libswscale      3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc    53.  0.100 / 53.  0.100
 Input #0, image2pipe, from 'pipe:':
   Duration: N/A, bitrate: N/A
     Stream #0:0: Video: png, rgba, 1920x1200, 25 fps, 25 tbr, 25 tbn, 25
 tbc
 Output #0, ogg, to 'output.ogv':
   Metadata:
     encoder         : Lavf56.4.101
     Stream #0:0: Video: theora (libtheora), yuv420p, 1024x600 [SAR 15:16
 DAR 8:5], q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc
     Metadata:
       encoder         : Lavc56.1.100 libtheora
 Stream mapping:
   Stream #0:0 -> #0:0 (png (native) -> theora (libtheora))
 frame=  392 fps= 19 q=0.0 Lsize=    3204kB time=00:00:15.68
 bitrate=1674.0kbits/s
 video:3186kB audio:0kB subtitle:0kB other streams:0kB global headers:3kB
 muxing overhead: 0.583111%
 }}}

 I can't provided the actual files since they are proprietary.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4088#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list