[FFmpeg-trac] #3062(undetermined:new): Concatenating ends with corrupted mp4 file.

FFmpeg trac at avcodec.org
Sun Oct 20 21:33:06 CEST 2013


#3062: Concatenating ends with corrupted mp4 file.
-------------------------------------+-------------------------------------
             Reporter:  alikayahan   |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  2.0.1        |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by alikayahan):

 {{{
 ffmpeg -f concat -i <(for f in /var/www/ss/52437f69d8e8c/1/201013/*.mp4;
 do echo "file '$f'"; done) -r 1 -c copy
 /var/www/ss/52437f69d8e8c/1/201013/output.mp4 -y
 ffmpeg version N-56333-g7129935 Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Sep 17 2013 05:27:06 with gcc 4.6 (Debian 4.6.3-1)
   configuration: --prefix=/root/ffmpeg-static/64bit --extra-
 cflags='-I/root/ffmpeg-static/64bit/include -static' --extra-
 ldflags='-L/root/ffmpeg-static/64bit/lib -static' --extra-libs='-lxml2
 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver
 --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-
 runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora
 --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass
 --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-
 libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
   libavutil      52. 43.100 / 52. 43.100
   libavcodec     55. 31.101 / 55. 31.101
   libavformat    55. 16.103 / 55. 16.103
   libavdevice    55.  3.100 / 55.  3.100
   libavfilter     3. 85.100 /  3. 85.100
   libswscale      2.  5.100 /  2.  5.100
   libswresample   0. 17.103 /  0. 17.103
   libpostproc    52.  3.100 / 52.  3.100
 Input #0, concat, from '/dev/fd/63':
   Duration: N/A, start: 0.000000, bitrate: 959 kb/s
     Stream #0:0: Video: h264 (High) (avc1 / 0x31637661), yuvj420p(pc),
 1366x768 [SAR 1:1 DAR 683:384], 959 kb/s, 1 fps, 1 tbr, 16384 tbn, 2 tbc
 Output #0, mp4, to '/var/www/ss/52437f69d8e8c/1/201013/output.mp4':
   Metadata:
     encoder         : Lavf55.16.103
     Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuvj420p, 1366x768
 [SAR 1:1 DAR 683:384], q=2-31, 959 kb/s, 1 fps, 16384 tbn, 1 tbc
 Stream mapping:
   Stream #0:0 -> #0:0 (copy)
 Press [q] to stop, [?] for help
 frame=    2 fps=0.0 q=-1.0 Lsize=     220kB time=00:00:02.00 bitrate=
 899.1kbits/s
 video:219kB audio:0kB subtitle:0 global headers:0kB muxing overhead
 0.361198%

 }}}

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


More information about the FFmpeg-trac mailing list