26
Raw Video / Re: 550D raw video recording port official thread
« on: June 26, 2013, 09:27:25 PM »
wow, looks really nice!
Etiquette, expectations, entitlement...
@autoexec_bin | #magiclantern | Discord | Reddit | Server issues
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
ffmpeg -vcodec tiff -i &6d.tiff -r FPS -vcodec prores_kostya -profile:v 3 -vendor ap10 -pix_fmt yuv444p10be -y -r FPS OUTPUT.mov
cd to your folder containing tiff.
replace both FPS with your actual fps!
-bash: raw2dng: command not found
ffmpeg -f image2 -r [your frame rate] -pattern_type glob -i '*.tif' -vcodec libx264 -preset ultrafast -qp 0 -pix_fmt yuv422p movie.mkv
ffmpeg -f image2 -r 20 -pattern_type glob -i '*.tif' -vcodec libx264 -preset ultrafast -qp 0 -pix_fmt yuv422p -sws_flags lanczos -s 1920x640 movie.mkv