Skip to content

Instantly share code, notes, and snippets.

@nim1z
Last active March 15, 2021 19:51
Show Gist options
  • Save nim1z/b9d841e792608744a44b5fca892dfac0 to your computer and use it in GitHub Desktop.
Save nim1z/b9d841e792608744a44b5fca892dfac0 to your computer and use it in GitHub Desktop.
ffmpeg options for SO903i (Windows bat)
cd %~dp1
ffmpeg -i "%~1" -c:v mpeg4 -b:v 368k -qmin 2 -flags:v +mv4+aic -trellis 2 -mbd 2 -vf fps=12000/1001,scale=320:-1,pad=0:240:0:30:black -c:a aac -b:a 128k -ac 2 "MMF%~n1.3GP"
pause
cd %~dp1
ffmpeg -i "%~1" -c:v mpeg4 -b:v 368k -qmin 2 -flags:v +mv4+aic -trellis 2 -mbd 2 -vf fps=12000/1001,scale=320:-1,pad=0:240:0:30:black -c:a libfdk_aac -profile:a aac_he -b:a 128k -ac 2 "MMF%~n1.3GP"
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment