Skip to content

Instantly share code, notes, and snippets.

@sukrosono
Last active June 14, 2021 15:56
Show Gist options
  • Save sukrosono/142d5e4279a034d5ad5847af10662355 to your computer and use it in GitHub Desktop.
Save sukrosono/142d5e4279a034d5ad5847af10662355 to your computer and use it in GitHub Desktop.
transcode to xvid/ divx on ps2 (sms)

While attempt based on here, resulting:

[NULL @ 0x5612307df100] Unable to find a suitable output format for 'Terbongkar Rahasia Stek Mangga Bagi Pemula Agar Cepat Tumbuh Tunas.xvid.1024.mpeg4'
Terbongkar Rahasia Stek Mangga Bagi Pemula Agar Cepat Tumbuh Tunas.xvid.1024.mpeg4: Invalid argument

Also the result is the file is not played on sms, i wait around 2 minutes. The video is not playing, it still loading.

The second attempt use:

ffmpeg -i target.mp4 -c:v mpeg4 -s 1024x567 target.mpeg4.1024.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment