[FFmpeg-trac] #2038(undetermined:closed): Request for ffmpeg being able to join multiple files
FFmpeg
trac at avcodec.org
Sun Dec 23 11:04:55 CET 2012
#2038: Request for ffmpeg being able to join multiple files
-------------------------------------+-------------------------------------
Reporter: ramitbhalla | Owner:
Type: enhancement | Status: closed
Priority: normal | Component:
Version: unspecified | undetermined
Keywords: concat | Resolution:
Blocking: | worksforme
Analyzed by developer: 0 | Blocked By:
| Reproduced by developer: 0
-------------------------------------+-------------------------------------
Changes (by cehoyos):
* status: new => closed
* resolution: => worksforme
Comment:
Works fine here, see also http://ffmpeg.org/ffmpeg-formats.html#concat
{{{
$ ffmpeg -f concat -i concat.txt -c copy out.wtv
ffmpeg version N-48117-g707af43 Copyright (c) 2000-2012 the FFmpeg
developers
built on Dec 23 2012 10:56:26 with gcc 4.7 (SUSE Linux)
configuration: --enable-gpl
libavutil 52. 12.100 / 52. 12.100
libavcodec 54. 81.100 / 54. 81.100
libavformat 54. 49.102 / 54. 49.102
libavdevice 54. 3.102 / 54. 3.102
libavfilter 3. 29.101 / 3. 29.101
libswscale 2. 1.103 / 2. 1.103
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
[concat @ 0x26567c0] max_analyze_duration 5000000 reached at 5024000
[concat @ 0x26567c0] Estimating duration from bitrate, this may be
inaccurate
Input #0, concat, from 'concat.txt':
Duration: 00:00:00.01, start: 0.000001, bitrate: 30 kb/s
Stream #0:0: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, fltp,
192 kb/s
Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, fltp,
192 kb/s
Stream #0:2: Video: mpeg2video (Main), yuv420p, 528x480 [SAR 40:33 DAR
4:3], 29.97 fps, 29.97 tbr, 10000k tbn, 59.94 tbc
Output #0, wtv, to 'out.wtv':
Metadata:
encoder : Lavf54.49.102
Stream #0:0: Video: mpeg2video (mpg2 / 0x3267706D), yuv420p, 528x480
[SAR 40:33 DAR 4:3], q=2-31, 29.97 fps, 10000k tbn, 29.97 tbc
Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, 192
kb/s
Stream mapping:
Stream #0:2 -> #0:0 (copy)
Stream #0:0 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame= 405 fps=0.0 q=-1.0 Lsize= 5660kB time=00:00:15.16
bitrate=3057.0kbits/s
video:5127kB audio:352kB subtitle:0 global headers:0kB muxing overhead
3.295385%
}}}
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2038#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list