Changes between Initial Version and Version 1 of Ticket #1815, comment 2
- Timestamp:
- 10/18/2012 04:38:16 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1815, comment 2
initial v1 1 1 The failing command line including the output. Note the flags are displayed correctly in the input and output block when copying but issuing "ffmpeg -i" for the output file shows that the flags are not copied. 2 2 {{{ 3 3 ./ffmpeg/ffmpeg -i test_orig.mkv -c: copy -map 0 -f matroska test_ffmpeg_orig.mkv 4 4 ffmpeg version N-45565-gcf1f1a2 Copyright (c) 2000-2012 the FFmpeg developers … … 44 44 frame= 750 fps=0.0 q=-1.0 Lsize= 393kB time=00:00:30.01 bitrate= 107.3kbits/s 45 45 video:13kB audio:352kB subtitle:3 global headers:0kB muxing overhead 6.875788% 46 46 }}} 47 {{{ 47 48 ./ffmpeg/ffmpeg -i test_ffmpeg_orig.mkv 48 49 ffmpeg version N-45565-gcf1f1a2 Copyright (c) 2000-2012 the FFmpeg developers … … 68 69 Stream #0:6: Subtitle: dvd_subtitle (default) 69 70 At least one output file must be specified 71 }}}


