[MPlayer-users] Converting video to Nintendo 3DS

Lucas Badiale lcbadial at gmail.com
Wed Feb 29 01:25:24 CET 2012


sorry for the delay, but here are the comand lines I used:

ffmpeg -i revenge.mp4 -s 400x240 -aspect 2:1 -r 20 -vcodec mjpeg
-qscale 1 -acodec adpcm_ima_wav -ac 2 VID_0001.AVI -t 10

wich produced this:
http://dl.dropbox.com/u/6608824/mencoder/VID_0001.AVI

and this is the "equivalent" on mencoder:
mencoder revenge.mp4 -o VID_0002.AVI -vf
scale=400:-11,expand=400:240:0:0 -ofps 20 -ovc lavc -oac lavc
-lavcopts acodec=adpcm_ima_wav:vcodec=mjpeg:aspect=2 -ffourcc MJPG
-endpos 10

wich produced this:
http://dl.dropbox.com/u/6608824/mencoder/VID_0002.AVI

I used the "identify" flag on mplayer on both outputs, to see the
diference... but I couldn't find anything suspicious =/

On Sun, Feb 26, 2012 at 12:36 PM, Reimar Döffinger
<Reimar.Doeffinger at gmx.de> wrote:
> On Sun, Feb 26, 2012 at 12:17:43PM -0300, Lucas Badiale wrote:
>> Hello,
>>
>> I am trying to convert videos to nintendo 3DS using mplayer.
>> But for some reason, nintendo 3DS doesn't seem to recognize the videos.
>>
>> ffmpeg converts percetly to 3DS, but I am unnable to put subtitles to
>> the video...
>> The command line for ffmpeg is the following:
>> ffmpeg -i "video.avi" -s 400x240 -aspect 2:1 -r 20 -codec:v mjpeg
>> -qscale 1 -codec:a adpcm_ima_wav -ac 2 "VID_0001.AVI"
>
> Most likely: you need to use -ffourcc to set it to the same
> value when using mencoder.
> But for any further help you should start with giving the minimal
> equivalent mencoder line you tried and the output of both commands.
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users


More information about the MPlayer-users mailing list