[FFmpeg-user] FFMpeg H.264 to ProRez

Boštjan Strojan bostjan.strojan at gmail.com
Mon Feb 13 23:44:56 CET 2012


well, it appear as if:

ffmpeg -r 25 -i in.file -o.file

should assume fps to 25, but it isn't working, that would solve half
the render time.

b.

uncut:
-----------------

ffmpeg -r 25 -i '/Users/b/Downloads/_in 4.mov' -vf scale=720:576
-aspect 16:9 -pix_fmt yuv422p -vcodec prores -profile 3 -acodec
pcm_s16le -async 150 -ar 48000 '/Users/b/Downloads/_in 4_.mov'
ffmpeg version N-37510-g8c48652 Copyright (c) 2000-2012 the FFmpeg developers
  built on Feb  2 2012 22:02:52 with clang 3.0 (tags/Apple/clang-211.12)
  configuration: --prefix=/Volumes/tempdisk/sw --enable-gpl
--enable-libx264 --enable-libvpx --cc=clang --enable-runtime-cpudetect
  libavutil      51. 37.100 / 51. 37.100
  libavcodec     54.  0.102 / 54.  0.102
  libavformat    54.  0.100 / 54.  0.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 61.100 /  2. 61.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0.  6.100 /  0.  6.100
  libpostproc    52.  0.100 / 52.  0.100
Option framerate not found.


More information about the ffmpeg-user mailing list