Le 24/11/2022 à 14:29, Mahesh Velankar a écrit :
I have an input MPEG TS file 'unit_test.ts'. This file has following
content (shown by ffprobe):
Input #0, mpegts, from 'unit_test.ts':
Duration: 00:00:57.23, start: 73674.049844, bitrate: 2401 kb/s
Program 1
Metadata:
service_na
On 11/24/2022 9:27 AM, Mark Filipak wrote:
ffmpeg -i unit_test.ts -map 0 -c copy -c:a aac maud_test.ts
... What that I am doing is not right?
I may not be correct, but I believe that '-c:a' defaults to solely the 1st
audio stream.
(no time to try this)
The '-c copy' would copy all streams an
On 11/24/22 08:29, Mahesh Velankar wrote:
I have an input MPEG TS file 'unit_test.ts'. This file has following
content (shown by ffprobe):
...
I tried this command:
ffmpeg -i unit_test.ts -map 0 -c copy -c:a aac maud_test.ts
...
What that I am doing is not right?
I may not be correct, but I
I have an input MPEG TS file 'unit_test.ts'. This file has following
content (shown by ffprobe):
Input #0, mpegts, from 'unit_test.ts':
Duration: 00:00:57.23, start: 73674.049844, bitrate: 2401 kb/s
Program 1
Metadata:
service_name: Service01
service_provider: FFmpeg
St