ROM Hack 3DS Video BETA

JacobW.Copeland

Member
Newcomer
Joined
Dec 9, 2011
Messages
15
Trophies
0
XP
1

SageKyle

DarkSageKyle
Newcomer
Joined
Sep 15, 2009
Messages
25
Trophies
0
Age
33
Location
Home
XP
209
Country
Canada
@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~
 

strawhatmyk

New Member
Newbie
Joined
Apr 30, 2011
Messages
2
Trophies
0
XP
8
Country
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.
 

ThE MaSTeR 3

Well-Known Member
Member
Joined
Jun 26, 2005
Messages
109
Trophies
0
XP
231
Country
United States
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
 

thedicemaster

Well-Known Member
Member
Joined
Apr 26, 2008
Messages
2,432
Trophies
0
XP
303
Country
Netherlands
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.
 

amzg

Well-Known Member
Newcomer
Joined
Dec 8, 2011
Messages
69
Trophies
0
XP
6
Country
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
 

Daku93

Well-Known Member
Member
Joined
Jul 24, 2008
Messages
286
Trophies
0
Age
29
Location
Düsseldorf, Germany
Website
usrcheat.cwsurf.de
XP
374
Country
Gambia, The
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.
 

RupeeClock

Colors 3D Snivy!
Member
Joined
May 15, 2008
Messages
6,463
Trophies
1
Age
33
Website
Visit site
XP
2,605
Country
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.
 

OldschoolKid123

Active Member
Newcomer
Joined
Apr 26, 2008
Messages
43
Trophies
0
XP
181
Country
United States
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
 

ThE MaSTeR 3

Well-Known Member
Member
Joined
Jun 26, 2005
Messages
109
Trophies
0
XP
231
Country
United States
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?
 

unicode2CP

Well-Known Member
Newcomer
Joined
Oct 19, 2008
Messages
56
Trophies
0
XP
200
Country
Croatia
@ 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
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Skelletonike @ Skelletonike:
    3h left until work finishes, bah
  • Skelletonike @ Skelletonike:
    link doesn't work
    +2
  • Skelletonike @ Skelletonike:
    1H left, such a slow week.
  • Sonic Angel Knight @ Sonic Angel Knight:
    Okay, I had spaghetti :P
  • SylverReZ @ SylverReZ:
    Hope they made lots of spaget
  • K3N1 @ K3N1:
    Chill dog
  • SylverReZ @ SylverReZ:
    Chilli dog
  • Skelletonike @ Skelletonike:
    Damn, I'm loving the new zelda.
  • xtremegamer @ xtremegamer:
    loving the new zelda, i started a game, it was so fucking good, so i
    am waiting on my friend to get home so we can start a new one together
  • Skelletonike @ Skelletonike:
    I just dislike that they don't let me choose the voices before the game starts. Happened with botw as well, had to change to japanese and restart.
  • K3N1 @ K3N1:
    But the important question is can you choose gender
  • Skelletonike @ Skelletonike:
    Same way you can choose Gerald's gender.
  • Skelletonike @ Skelletonike:
    *Geralt, damn autocorrect.
  • Psionic Roshambo @ Psionic Roshambo:
    But can he be trans? Lol
  • K3N1 @ K3N1:
    Zelda transforms into link
  • Psionic Roshambo @ Psionic Roshambo:
    Link I'm not the princess your looking for.... *Pulls a crying game*
  • K3N1 @ K3N1:
    *skirt up* it's exactly what I always wanted
  • Skelletonike @ Skelletonike:
    Just scanned all my zelda amiibos, took a while but didn't get anything that cool, did get the lon lon ranch hylian fabrics though.
  • Skelletonike @ Skelletonike:
    It was pretty funny when I scanned wolf link and got a shit load of meat.
  • K3N1 @ K3N1:
    @Skelletonike, btw I ran that custom for mgs4 on the deck I'm amazed it got that far in game
  • K3N1 @ K3N1:
    Plug in*
    K3N1 @ K3N1: Plug in*