First Commit
This commit is contained in:
commit
ef05f0ed76
1 changed files with 7 additions and 0 deletions
7
README.md
Normal file
7
README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# GBA video conversion for ffmpeg + Meteo
|
||||||
|
|
||||||
|
## Instead of having to use an online converter
|
||||||
|
ffmpeg -i "input.ext" -c:v msmpeg4v2 -c:a adpcm_ms -g 15 -tune animation -crf 23 -b:a 96k -s 854x480 output.avi
|
||||||
|
|
||||||
|
## After this just use Meteo from here:
|
||||||
|
https://github.com/Sterophonick/mirror-meteo-avi2gba
|
||||||
Loading…
Add table
Add a link
Reference in a new issue