Pages: 1
Posted on 10-07-11, 04:28 am
Banned for being a complete idiot.

Karma: 529
Posts: 471/987
Since: 07-09-11
Yes, anything ffmpeg-related goes here.

Here's some commands to convert a file with the top screen and bottom screen from DeSmuME/No$GBA to the top screen to an encoding that the Blackberry Storm supports.
-f mp4 -r 24 -vcodec libx264 -cropbottom 180 -aspect 4:3 -maxrate 800kb -bufsize 80k -b 400k -acodec libfaac -ar 44100 -ab 80k -ac 2


You need to specify the input/output attributes yourself.
Posted on 10-07-11, 12:44 pm
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 9979
Posts: 959/4456
Since: 06-08-11
Nice

I used avisynth to crop desmume videos
Might give this thing a try too...
Posted on 10-07-11, 02:52 pm (rev. 1)
Banned for being a complete idiot.

Karma: 529
Posts: 472/987
Since: 07-09-11
Posted by Dirbaio
Nice

I used avisynth to crop desmume videos
Might give this thing a try too...

I once tried avidemux, but it just caused the video to ONLY work in avidemux.
I might try avisynth some day.

Plus, this is all automated. Makes cropping faster.
If you just want the command to crop in ffmpeg:
-cropbottom 180

There are also other cropping commands too:
Left: -cropleft Right: -cropright

Up: I forgot. Look here.
Pages: 1