Re: [FFmpeg-user] Test if ProRes 4444 are real 12bit

2015-01-26 Thread Bob Maple
>>> 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

[FFmpeg-user] Codec "same" as opposed to "copy"?

2014-11-19 Thread Bob Maple
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 -

Re: [FFmpeg-user] MP3 enconding bitrate

2014-10-22 Thread Bob Maple
> 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