[FFmpeg-trac] #4613(undetermined:closed): FFMPEG produces OGV videos whose duration can't be estimated by Totem, VLC and Dragon Player

FFmpeg trac at avcodec.org
Sun Jun 14 19:42:25 CEST 2015


#4613: FFMPEG produces OGV videos whose duration can't be estimated by Totem, VLC
and Dragon Player
----------------------------------+----------------------------------------
             Reporter:  gouessej  |                    Owner:
                 Type:  defect    |                   Status:  closed
             Priority:  normal    |                Component:  undetermined
              Version:  2.7       |               Resolution:  worksforme
             Keywords:  ogg       |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+----------------------------------------

Comment (by gouessej):

 I use the following command line:
 ffmpeg -i Video20150609_185820_.mp4 -q:v 10 -q:a 10 -analyzeduration
 2147483647 -probesize 2147483647 -report -y Video20150609_185820.ogv

 I get the following output:
 ffmpeg started on 2015-06-14 at 19:39:48
 Report written to "ffmpeg-20150614-193948.log"
 ffmpeg version 2.7-   http://johnvansickle.com/ffmpeg/    Copyright (c)
 2000-2015 the FFmpeg developers
   built with gcc 4.9.2 (Debian 4.9.2-20)
   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 --enable-libass --enable-gnutls
 --enable-libvidstab --enable-libsoxr --cc=gcc-4.9
   libavutil      54. 27.100 / 54. 27.100
   libavcodec     56. 41.100 / 56. 41.100
   libavformat    56. 36.100 / 56. 36.100
   libavdevice    56.  4.100 / 56.  4.100
   libavfilter     5. 16.101 /  5. 16.101
   libswscale      3.  1.101 /  3.  1.101
   libswresample   1.  2.100 /  1.  2.100
   libpostproc    53.  3.100 / 53.  3.100
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Video20150609_185820_.mp4':
   Metadata:
     major_brand     : isom
     minor_version   : 512
     compatible_brands: isomiso2avc1mp41
     encoder         : Lavf56.36.100
   Duration: 00:00:03.03, start: 0.033333, bitrate: 11221 kb/s
     Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p,
 1920x1080, 11207 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)
     Metadata:
       handler_name    : VideoHandler
     Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz,
 stereo, fltp, 128 kb/s (default)
     Metadata:
       handler_name    : SoundHandler
 Output #0, ogg, to 'Video20150609_185820.ogv':
   Metadata:
     major_brand     : isom
     minor_version   : 512
     compatible_brands: isomiso2avc1mp41
     encoder         : Lavf56.36.100
     Stream #0:0(eng): Video: theora (libtheora), yuv420p, 1920x1080,
 q=2-31, 200 kb/s, 30 fps, 30 tbn, 30 tbc (default)
     Metadata:
       handler_name    : VideoHandler
       encoder         : Lavc56.41.100 libtheora
       major_brand     : isom
       minor_version   : 512
       compatible_brands: isomiso2avc1mp41
     Stream #0:1(eng): Audio: vorbis (libvorbis), 48000 Hz, stereo, fltp
 (default)
     Metadata:
       handler_name    : SoundHandler
       encoder         : Lavc56.41.100 libvorbis
       major_brand     : isom
       minor_version   : 512
       compatible_brands: isomiso2avc1mp41
 Stream mapping:
   Stream #0:0 -> #0:0 (h264 (native) -> theora (libtheora))
   Stream #0:1 -> #0:1 (aac (native) -> vorbis (libvorbis))
 Press [q] to stop, [?] for help
 frame=   91 fps=2.9 q=0.0 Lsize=   22066kB time=00:00:03.04
 bitrate=59306.7kbits/s dup=1 drop=0
 video:21862kB audio:101kB subtitle:0kB other streams:0kB global
 headers:7kB muxing overhead: 0.474406%

 I still reproduce this bug. Totem 3.10.1 doesn't play the video and claims
 that the duration is "0 seconds".

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


More information about the FFmpeg-trac mailing list