[FFmpeg-user] FFMpeg H.264 to ProRez

Boštjan Strojan bostjan.strojan at gmail.com
Tue Feb 14 08:59:32 CET 2012


On Mon, Feb 13, 2012 at 11:59 PM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Boštjan Strojan <bostjan.strojan <at> gmail.com> writes:
>
>> ffmpeg -r 25 -i in.file -o.file
>
> That will only work if in.file is rawvideo
> (which would require other options, so the command-line
> cannot work as-is).
>
> Carl Eugen

I see, would piping work?

ffmpeg -i input.mov -vcodec raw? - | another ffmpeg -r 25 - out.some ?

Worth trying? How to stretch the audio properly?

b.


More information about the ffmpeg-user mailing list