FFMPEG – Copy a stream with change stream ID

I have video files with [.saf] extension.

This file is using for “Seachagne” video server. And can play with MATROX hardware. Problem is, I have to make audio normalization all of these files.

With ffprobe, It detected,

Stream #0:0[0x1e0]: Video: mpeg2video (High), yuv422p(tv, top first), 720x480 [SAR 8:9 DAR 4:3], 10000 kb/s, 29.97 fps, 29.97tbr, 90k tbn, 59.94 tbc
Stream #0:1[0x2b]: Subtitle: dvd_subtitle

I heard that, the stream #0:1 is normal PCM audio stream.
So, I’m trying to copy #0:1 after change stream ID

But, when I tried, ffmpeg says, have to choose an encoder manually.

How can I make it? or, Is there are any idea for that?

Thanks.

Answer

Attribution
Source : Link , Question Author : Andrei Kim , Answer Author : Community

Leave a Comment