ROM Hack 3DS Video BETA

  • Thread starter Thread starter SifJar
  • Start date Start date
  • Views Views 537,781
  • Replies Replies 904
  • Likes Likes 37
much faster
Yup.
Now back to...

I'm using v0.22 (trying to convert a 3D video), and getting "This file is not supported, it cannot be displayed" when I get to the 3DS video display menu.
It's probably got to do with the fact that the converter is spitting out videos which are 400x240 rather than 480x240 (
 
@KingVamp Exactly~ I don't get it. Is there an explanation so that I can understand what i'm doing wrong? :D
Uhhm, if the video was 2D from the start, it will not and can not be 3D no matrter what you do.
Why thanks Jan. Now I know :D! I'll definitely look up some tutorials or of the such to learn how to convert or something~
 
i'm having problem on the output file. after converting i can't find the video. i tried to use desktop as the output location but the file not there.
 
Just tried this program for the first time (v0.22) and also having the converted files not being saved problem. Nothing is created or saved. everything seems to go well and ffmpeg is converting but nothing saves once finished converting.

everything seems to convert fine but no files. If I look in the program folder while Im converting I can see the temp.avi created and continues to grow in size as it should then deletes itself when video is finished converted. So Im left with no converted videos at all.

on XP
 
i keep having problems with split files.
the bat file seemed to give me a 2D video(but it did show in 3D mode), and 3DSvideo messed up the audio resulting in my 3DS rejecting the files.
 
The Top-bottom error is here

Original code:
RunWait, ffmpeg.exe -y -i "%VideoPath%" -s 400x480 -aspect 2:1 -r 20 -vcodec mjpeg -qscale %QualityUD% -vf crop=480:240:0:0 -acodec libmp3lame -ar 44100 -ab 96k -ac 2 "left.avi",, Hide
RunWait, ffmpeg.exe -y -i "%VideoPath%" -s 400x480 -aspect 2:1 -vcodec mjpeg -qscale %QualityUD% -vf crop=400:240:0:240 -an "right.avi",, Hide

Code that works:
RunWait, ffmpeg.exe -y -i "%VideoPath%" -s 400x480 -aspect 2:1 -r 20 -vcodec mjpeg -qscale %QualityUD% -vf crop=400:240:0:0 -acodec libmp3lame -ar 44100 -ab 96k -ac 2 "left.avi",, Hide
RunWait, ffmpeg.exe -y -i "%VideoPath%" -s 400x480 -aspect 2:1 -r 20 -vcodec mjpeg -qscale %QualityUD% -vf crop=400:240:0:240 -an "right.avi",, Hide


And in the part of the code "side by side" are some commands duplicated and other missing (in bitrate miss a "k")

Original code:
if (Advanced = 0)
{
RunWait, ffmpeg.exe -y -i "%VideoPath%" -s 800x240 -aspect 2:1 -r 20 -vcodec mjpeg -qscale %QualityUD% -vf crop=400:240:0:0 -acodec libmp3lame -ar 44100 -ab 96k -ac 2 "left.avi",, Hide
RunWait, ffmpeg.exe -y -i "%VideoPath%" -s 800x240 -aspect 2:1 -vcodec mjpeg -qscale %QualityUD% -vf crop=400:240:400:0 -an "right.avi",, Hide
}
if (Advanced = 1)
{
RunWait, ffmpeg.exe -y -i "%VideoPath%" -s 800x240 -aspect 2:1 -r 20 -vcodec mjpeg -r %FPS% -b:v %Bitrate% -vf crop=400:240:0:0 -acodec libmp3lame -ar 44100 -ab 96k -ac 2 "left.avi",, Hide
RunWait, ffmpeg.exe -y -i "%VideoPath%" -s 800x240 -aspect 2:1 -vcodec mjpeg -r %FPS% -b:v %Bitrate% -vf crop=400:240:400:0 -an "right.avi",, Hide
}



Code that works:
{
RunWait, ffmpeg.exe -y -i "%VideoPath%" -s 800x240 -aspect 2:1 -r 20 -vcodec mjpeg -qscale %QualityUD% -vf crop=400:240:0:0 -acodec libmp3lame -ar 44100 -ab 96k -ac 2 "left.avi",, Hide
RunWait, ffmpeg.exe -y -i "%VideoPath%" -s 800x240 -aspect 2:1 -r 20 -vcodec mjpeg -qscale %QualityUD% -vf crop=400:240:400:0 -an "right.avi",, Hide
}
if (Advanced = 1)
{
RunWait, ffmpeg.exe -y -i "%VideoPath%" -s 800x240 -aspect 2:1 -r %FPS% -b:v %Bitrate%k -vcodec mjpeg -vf crop=400:240:0:0 -acodec libmp3lame -ar 44100 -ab 96k -ac 2 "left.avi",, Hide
RunWait, ffmpeg.exe -y -i "%VideoPath%" -s 800x240 -aspect 2:1 -r %FPS% -b:v %Bitrate%k -vcodec mjpeg -vf crop=400:240:400:0 -an "right.avi",, Hide
}

someone can check it please? http://www.mediafire.com/?08xbg9636bfl6pp
 
Hey Guys! I just did myself a GUI with a few more options. Hope you like it. Oh and be sure to read the readme if you don't understand all the options.





DOWNLOAD


EDIT: Oh, and I think I'll also release the Source later on. Just have to clean it up a little.

EDIT2: Version 0.1.1 Uploaded! Fixed a bug where the conversion process is not canceled when closing the main programm.
 
Works like a charm, put a couple of my favourite youtube videos on my 3DS and they play and look great. The playback options are actually pretty good, proper seeking, playback speed, and even able to move individual frames when you pause it. Shame about the 10 minute limit.
Filesize is an issue though, but it will be if the player is expecting 3D video. Actually it doesn't have to be at all, the inner-camera only captures 2D footage.
 
Just tried this program for the first time (v0.22) and also having the converted files not being saved problem. Nothing is created or saved. everything seems to go well and ffmpeg is converting but nothing saves once finished converting.

everything seems to convert fine but no files. If I look in the program folder while Im converting I can see the temp.avi created and continues to grow in size as it should then deletes itself when video is finished converted. So Im left with no converted videos at all.

on XP
Same Problem on XP here T:T
 
figured out a workaround. save the destination to a thumb drive. video then saves to that drive and can then be transfered to 3DS sd card.

Now I need to figure out why my converted 1080p SBS bluray mkv rips show up with format not supported screen when I click the video. Cant get any converted 3D videos to work. 2D videos show up and play fine.

anyone know how to properly convert 3D videos or is it not yet working?
 
@ SifJar
Version 0.22 generates video files unplayable on 3DS.

I have problem with converting top-bottom video (http://youtu.be/jPnM4E-tvT0), converted file is missing. Any help please?!

I convert this top-bottom video with 3ds Video v0.22 but to work fine, I have to change some part of the code.

Video: http://www.mediafire...md8o9jm09dkrlxo

I use this modified exe file, can anybody check it please?? http://mediafire.com/?rjlqp8l8rc1b1u6

It works, but cuts out some picture.
Comparison between videos generated with v0.21 and with v0.22-MOD
SkDWjl.jpg
oxxZ4l.jpg
 

Site & Scene News

Popular threads in this forum