[FFmpeg-user] MXF to MP4 Conversion Problem
Kieran O Leary
kieran.o.leary at gmail.com
Sat Sep 24 17:07:50 EEST 2016
Hi,
On 24 Sep 2016 3:02 p.m., "tsnider" <tim at spotmpg.com> wrote:
>
> Last message repeated 1 times
> [mp4 @ 0x7fddb4a5cc00] Could not find tag for codec pcm_s24le in stream
#1,
> codec not currently supported in container
> Output #0, mp4, to
Here's one issue anyhow. PCM audio is not supported in mp4. Either choose a
different output container (Matroska) or use a supported audio codec. I
usually use -c:a aac in this situation.
More information about the ffmpeg-user
mailing list