gototopgototop

Login

Login



Sign Up
ggoogle plus icon facebook icon twitter icon myspace icon pinterest icon youtube icon dailymotion vimeo flickr icon picasa icon apple iconandroid iconplaystaion icon language3D videos3d photos icon3D News icon
Welcome to the world in 3D Stereoscopy FORUM Software Nintendo 3Ds: Convert any 3d video to 3D...


 STEREOSCOPY FORUM of 3Dstreaming.it :: Software
Welcome Guest   [Register]  [Login]
Make Great 3D Photos with 3DComposer | FULL DOWNLOAD | DISCUSS   by admin on 08-05-2012 12:30:58
FREEMAKE: Free Video Converter 100% FREEWARE | AVI, MP4, WMV, MKV,..3D MKV | DISCUSS   by admin on 13-03-2012 11:29:35
Roxio GameCAP HD PRO + HDMI + 3D CAMERA NATIVE + Stereoscopic Player by 3Dtv.at   by admin on 18-03-2013 11:15:23
Katy Perry: Part of Me | 2012 | 3D Half SBS | 1080p.x264 TR/EN   by admin on 01-02-2013 15:59:22
Ice Age 3 Dawn of the Dinosaurs | 3D Half SBS | 1080P TR/ENG   by admin on 17-01-2013 15:20:44
Transformers Dark of The Moon | 2011 | 3D | Half-SBS | Retail | 1080p TR/ENG   by admin on 17-01-2013 15:17:11
Journey 2 The Mysterious Island 3D | 2012 | 3D Half SBS | 1080P TR/ENG   by admin on 11-01-2013 18:22:43
Step Up 4 Revolution | 2012 | 3D Half SBS | 1080p.x264 TR/EN   by admin on 11-01-2013 18:05:18
Leave here you idea for improving 3Dstreaming   by admin on 18-12-2012 11:35:49
Titanic 3D (2012) 720p | FULL | 1080p untouched   by admin on 18-10-2012 13:39:53
Pina 3D (2011) 1080p untouched   by admin on 18-10-2012 13:31:16
Solution for streaming anaglyph using Minoru 3D webcam? (So far only working on Skype)   by ben.vera on 13-09-2012 11:44:01
 Subject :Nintendo 3Ds: Convert any 3d video to 3DS format | Watch Movies 2D or .. 17-06-2012 18:35:31 
admin
Owner
Joined: 01-12-2007 15:06:50
Posts: 158
Location
Subject :Nintendo 3Ds: Convert any 3d video to 3DS format | Watch Movies 2D or 3D on 3DS | DISCUSS

WATCH THE VIDEO TUTORIAL
ICON video_preview

This is a quick little GUI tool converts any 3D videos for 3DS.
OK, having updated your 3DS no doubt you'll want to watch videos on it in 3D. So, here's how
The 3DS video format is a simple avi with two mjpeg video streams and a single ima adpcm audio stream, with a resolution of 480x240. You can convert to it with the following instructions...


1. Download or rip your 3D video (youtube has millions of them by now)

2. Download ffmpeg.

3. run the ffmpeg with the following options (assuming that your video is called "video.avi")

If your 3D video is top-bottom format -
ffmpeg -y -i "video.avi" -s 400x480 -aspect 2:1 -r 20 -vcodec mjpeg -qscale 1 -vf crop=480:240:0:0 -acodec libmp3lame -ar 44100 -ab 96k -ac 2 "left.avi"
ffmpeg -y -i "video.avi" -s 400x480 -aspect 2:1 -r 20 -vcodec mjpeg -qscale 1 -vf crop=400:240:0:240 -an "right.avi"



If your 3D video is side-by-side format -
ffmpeg -y -i "video.avi" -s 800x240 -aspect 2:1 -r 20 -vcodec mjpeg -qscale 1 -vf crop=400:240:0:0 -acodec libmp3lame -ar 44100 -ab 96k -ac 2 "left.avi"
ffmpeg -y -i "video.avi" -s 800x240 -aspect 2:1 -r 20 -vcodec mjpeg -qscale 1 -vf crop=400:240:400:0 -an "right.avi"



After a short time, you should have "left.avi" and "right.avi". It is now safe to move continue...

note - if the filesize is too large, you can adjust the quality by changing the "-qscale 1" to a different number, 1 - best, 31 = worst.

4. run ffmpeg with the following options to create the final movie file...
ffmpeg -y -i "left.avi" -i "right.avi" -vcodec copy -acodec adpcm_ima_wav -ac 2 -vcodec copy -map 0:0 -map 0:1 -map 1:0 "VID_0001.AVI"

You can change "VID_0001.AVI" to a different filename if you like, but it must be LLL_NNNN.AVI to show up on the 3DS.

Once that's done, copy it to the folder on your SD card that all of your photos are stored in and view it in the photo viewer.

*update Some people wanted a 2D version also, so here it is, just a single step for the 2D version
ffmpeg -i "video.avi" -s 400x240 -aspect 2:1 -r 20 -vcodec mjpeg -qscale 1 -acodec adpcm_ima_wav -ac 2 "VID_0001.AVI"

I have added a nice GUI converter to the whole process, making everything just that little bit easier for everyone

Options

Source Video - Choose the video you want to convert
Video Folder - Folder to place converted video in (e.g. 3DS video folder)
Format - Type of 3D video, or 2D video
Quality - Quality (31 is lowest, 1 is max)
Advanced... - Show advanced options (replace Quality with Bitrate & FPS)
Bitrate - Bitrate of converted video
FPS - FPS of converted video

Notes

32-bit FFmpeg is included. Feel free to replace with 64-bit version from here: http://ffmpeg.zeranoe.com/builds/ (shouldn't affect program, but should probably make conversion a bit faster on 64-bit CPUs)

I think I have included all the necessary licenses etc (and possibly a bunch of extras to prevent the risk of not supplying all necessary ones) - if you notice anything missing, let me know so I can add it.

WARNING: The output folder cannot have spaces anywhere in the path (e.g. "C:\Documents and Settings\Username\3DS Videos" or "C:\3D Videos") or it will not work. [there is now an error given if you choose a path with a space in it] Ideally, plug in your SD card and choose the folder on it containing any photos/videos taken with the 3DS camera as the output folder, and then you won't have to manually copy any files.


DOWLOAD SECTION

MIRRORS

 

AUTHOR:
3DS - 1762-2660-3218
Credits/Thanks
  • spinal - figuring out the conversion
  • amzg - fixing several bugs, GUI rewrite, working on progress bars
  • BelowZero - getting progress bars working
  • Styple - fixing bugs
  • xxNathanxx - suggesting bug fix
  • Guy.brush - suggesting bug fix
  • Everyone behind FFMPEG and AutoHotKey for making great and easy to use tools
  • You, for testing and possibly putting up with broken versions
  • and http://gbatemp.net
SOURCE:


comment the article on our forum:
------ comment below -------
-------
IP Logged
Last Edited On: 18-07-2012 11:45:42 By admin for the Reason
Welcome to 3D Stereoscopy World
 Subject :Re:Nintendo 3Ds: Convert any 3d video to 3DS format | Watch Movies 2D .. 27-06-2012 03:18:52 
or2008
New Member
Joined: 27-06-2012 01:10:06
Posts: 1
Location
Subject :Re:Nintendo 3Ds: Convert any 3d video to 3DS format | Watch Movies 2D or 3D on 3DS | DISCUSS

thanks
IP Logged
 Subject :Re:Re:Nintendo 3Ds: Convert any 3d video to 3DS format | Watch Movies .. 04-07-2012 19:33:50 
admin
Owner
Joined: 01-12-2007 15:06:50
Posts: 158
Location
Subject :Re:Re:Nintendo 3Ds: Convert any 3d video to 3DS format | Watch Movies 2D or 3D on 3DS | DISCUSS

you are welcome !!!Wink



[or2008 27-06-2012 03:18:52]:

thanks

IP Logged
Welcome to 3D Stereoscopy World
Page # 


Powered by ccBoard


Language



Who's Online

We have 15279 guests and 8 members online
Click Here for Vote




ADVICE Browser and Plugin | CHROME+Flash