ffmpeg -i "MOVIE.mov" -vf "scale=-2:360, format=yuv420p" -r 15 -c:v vp8 -crf 4 -b:v 384K MOVIE.ivf
Audio:
ffmpeg -i "MOVIE.mov" -c:a libopus -b:a 64K MOVIE.opus
These are set up to produce small, low quality videos as I'm aiming for that 90s FMV look, and small file sizes.
ffmpeg -i "MOVIE.mov" -vf "scale=-2:360, format=yuv420p" -r 15 -c:v vp8 -crf 4 -b:v 384K MOVIE.ivf
Audio:
ffmpeg -i "MOVIE.mov" -c:a libopus -b:a 64K MOVIE.opus
These are set up to produce small, low quality videos as I'm aiming for that 90s FMV look, and small file sizes.
And my ffmpeg commands below.
And my ffmpeg commands below.
I'm speaking out of utterly personal experience.
I'm speaking out of utterly personal experience.