>>> Stream #0:0(eng): Video: none (ap4x / 0x78347061)
Prores XQ is new -- basically the same as regular but an even
higher bitrate. Sounds like ffmpeg just doesn't recognize it yet.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
htt
I'm trying to do some audio channel processing, stripping off a bunch of
audio channels from an audio stream with 16 channels, taking the first 2
channels and turning them into 2 mono streams, dumping the remaining 14
channels:
ffmpeg -i manyaudio.mov -map 0:v -map 0:a -map 0:a \
-codec:v copy -
> I have trouble to get the mp3 encoded right to play on my Volvo
> Infotainment System (Sensus 3.0), so I have contacted the costumer
> support, and they told me that the files are being encoding with frames
> with more than 320Kbps of bitrate.
[...]
> I've encoded with this command:
>
> ffmpe