

THIRD TEST: Copy all audio tracks into a AVI fileĭ:\Test Videos>ffmpeg -threads 0 -async 1 -y -i "video.ts" -vcodec copy -c:a copy output.avi Video:1880kB audio:42kB global headers:0kB muxing overhead 8.238927%

SECOND TEST: Copy ALL Audio tracks into a TS fileĭ:\Test Videos>ffmpeg -threads 0 -async 1 -y -i "video.ts" -vcodec copy -c:a copy output.ts Video:1880kB audio:29kB global headers:0kB muxing overhead 8.196496%

muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts Le-bzlib -enable-frei0r -enable-libopencore-amrnb -enable-libopencore-amrwb -enable-libfreetype -enable-libgsm -enĪble-libmp3lame -enable-libopenjpeg -enable-librtmp -enable-libschroedinger -enable-libspeex -enable-libtheora -enĪble-libvo-aacenc -enable-libvo-amrwbenc -enable-libvorbis -enable-libvpx -enable-libx264 -enable-libxavs -enable-ĭuration: 00:00:01.76, start: 1.400000, bitrate: 9903 kb/s This sample TS file was created by FFMPEG and it was able to copy all audio tracks into the TS container perfectly but is unable to extract more than 1.įIRST TEST: Copy 2nd audio track into a TS fileĭ:\Test Videos>ffmpeg -threads 0 -async 1 -y -i "video.ts" -vcodec copy -c:a:1 copy output.tsįfmpeg version N-37915-g6cb2085 Copyright (c) 2000-2012 the FFmpeg developersĬonfiguration: -enable-gpl -enable-version3 -disable-w32threads -enable-runtime-cpudetect -enable-avisynth -enab Howeven when I try to copy the audio track (either by specifying which audio track or requesting a copy all FFMPEG ALWAYS uses the first audio track only AND also converts it to mp2? instead of copying it). I have a TS file with multiple Audio tracks in it (which FFMPEG can recognize).
