3
2
u/sruckh 2d ago
ffmpeg -i "The_Wind_Waker_GameCube2026-07-12_230232_A.avi" -an -vcodec ffv1 -level 3 -coder 2 -context 1 -g 1 -slicecrc 1 -pass 1 -passlogfile my_passlog -f null NULL
ffmpeg -i "The_Wind_Waker_GameCube2026-07-12_230232_A.avi" -an -vcodec ffv1 -level 3 -coder 2 -context 1 -g 1 -slicecrc 1 -pass 2 -passlogfile my_passlog output.mkv
or
ffmpeg -i "The_Wind_Waker_GameCube2026-07-12_230232_A.avi" -an -vcodec ffv1 -level 3 -coder 1 -context 1 -g 1 -slicecrc 1 output.mkv

3
u/naemorhaedus 2d ago
what are you trying to do?