[FFmpeg-user] -map and matroska files

Marios Titas redneb8888 at gmail.com
Sun Nov 13 23:54:18 CET 2011


On Sun, Nov 13, 2011 at 14:15, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Marios Titas <redneb8888 <at> gmail.com> writes:
>
>> ffmpeg version 0.7.7, Copyright (c) 2000-2011 the FFmpeg developers
>
> Please test current git head.

Yes thank you, the current git HEAD works just fine:

marios at box13 ~ $ /tmp/ffmpeg/ffmpeg -i eggs.avi -map 0:0 -vcodec copy
eggs-no_audio.avi
ffmpeg version N-34819-g3a9f2f1, Copyright (c) 2000-2011 the FFmpeg developers
  built on Nov 13 2011 16:58:53 with gcc 4.5.3
  configuration:
  libavutil    51. 24. 1 / 51. 24. 1
  libavcodec   53. 33. 0 / 53. 33. 0
  libavformat  53. 20. 0 / 53. 20. 0
  libavdevice  53.  4. 0 / 53.  4. 0
  libavfilter   2. 48. 1 /  2. 48. 1
  libswscale    2.  1. 0 /  2.  1. 0
Input #0, avi, from 'eggs.avi':
  Duration: 00:03:39.08, start: 0.000000, bitrate: 4798 kb/s
    Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID /
0x44495658), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 29.97 tbr, 29.97
tbn, 29.97 tbc
    Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo,
s16, 192 kb/s
Output #0, avi, to 'eggs-no_audio.avi':
  Metadata:
    ISFT            : Lavf53.20.0
    Stream #0:0: Video: mpeg4 (XVID / 0x44495658), yuv420p, 1280x720
[SAR 1:1 DAR 16:9], q=2-31, 29.97 tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
Press [q] to stop, [?] for help
frame= 6566 fps=1540 q=-1.0 Lsize=  123045kB time=00:03:39.08
bitrate=4600.9kbits/s
video:122882kB audio:0kB global headers:0kB muxing overhead 0.132441%


More information about the ffmpeg-user mailing list