Changes between Initial Version and Version 1 of Ticket #2162
- Timestamp:
- 01/21/2013 10:08:47 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2162
- Property Keywords mpegts added
-
Ticket #2162 – Description
initial v1 12 12 1.) convert the file with "ffmpeg.exe" -i sample.mkv -acodec copy -vcodec copy -t 7 sampleFFMPEG.m2ts" 13 13 ============================== 14 14 {{{ 15 15 ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers 16 16 built on Jan 8 2013 16:16:22 with gcc 4.7.2 (GCC) … … 62 62 video:6880kB audio:383kB subtitle:0 global headers:0kB muxing overhead 10.673105 63 63 % 64 64 }}} 65 65 ============================== 66 66 here ist the output of "ffmpeg -i sampleFFMPEG.m2ts" 67 67 ============================== 68 68 {{{ 69 69 ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers 70 70 built on Jan 8 2013 16:16:22 with gcc 4.7.2 (GCC) … … 96 96 (side), fltp, 448 kb/s 97 97 At least one output file must be specified 98 99 98 }}} 100 99 ============================== 101 100 then I have "posprocessed" the sampleFFMPEG.m2ts with tsMuxerGUI 102 101 here ist the output of "ffmpeg -i sampleTSMUXERGGUI.m2ts" 103 102 ============================== 104 103 {{{ 105 104 ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers 106 105 built on Jan 8 2013 16:16:22 with gcc 4.7.2 (GCC) … … 129 128 ), fltp, 448 kb/s 130 129 At least one output file must be specified 131 130 }}} 132 131 ============================== 133 132 The differences that I see between ffmpeg output and tsMuxerGUI output are the track IDs and then "ac3 ([129][0][0][0] / 0x0081)" vs. "(AC-3 / 0x332D4341)".


