Тёмный

How to Upload a 3D Video To YouTube (2021 + 2023 + 2024 update in description) 

ANAVision
Подписаться 1 тыс.
Просмотров 9 тыс.
50% 1

2024 Update: 3D upload was broken for a while, but as of today - RU-vid have fixed this. The methods described here should all work again. See here: nimazeighami/stat...
2023 Update: Credit to @chekeichan who found the solution to an issue that stopped this method from working earlier this year. Requoting the solution here. I've tried it and it works:
"I think I stumbled on the solution: after doing what is described in your video and uploading it, you have to use the video editor in RU-vid to do something to your video, like add a soundtrack or even trim a few seconds. When it is done processing, 3D options will be there for your video."
This video is a How to tutorial that shows you how to upload a 3D Side by Side video to RU-vid. There have been various different ways of doing this in the past that no longer work. Here I will show you upload methods that Google describes in their support files that work today.
Link to Google support page: support.google.com/youtube/an...
Chapters
00:00 Start
00:26 Overview
04:48 Theory
10:36 Method 1: Handbrake frame-packing=3
18:03 Method 2: ffmpeg frame-packing=3
24:24 Method 3: ffmpeg stereo_mode=1
30:17 Wrap up & Summary
Here are pre-prepared one liner commands that you can use to process your videos. Feel free to copy and paste them from here so that you don't have to type them out from scratch yourself. Ensure for this method that you only have the SBS videos you want to process in the directory where you run the command. Also ensure you select the right aspect ratio for the video, you are uploading. Typical video aspect ratios are for example "4:3", "16:9", "1.3333", and "1.7777".
Method 1:
Handbrake to create mp4 file with frame-packing=3 in metadata
Handbrake - no command line items for this method
Link to RU-vid Video uploaded using this method: • Title: Method 1 - 3D U...
Method 2:
ffmpeg to create mp4 file with frame-packing=3 metadata for various different popular aspect ratios:
for %f in (*.mp4) do ffmpeg -i "%f" -aspect 4:3 -vcodec libx264 -x264opts frame-packing=3 "%~nf_MetadataInjected.mp4"
for %f in (*.mp4) do ffmpeg -i "%f" -aspect 16:9 -vcodec libx264 -x264opts frame-packing=3 "%~nf_MetadataInjected.mp4"
for %f in (*.mp4) do ffmpeg -i "%f" -aspect 1.3333 -vcodec libx264 -x264opts frame-packing=3 "%~nf_MetadataInjected.mp4"
for %f in (*.mp4) do ffmpeg -i "%f" -aspect 1.7777 -vcodec libx264 -x264opts frame-packing=3 "%~nf_MetadataInjected.mp4"
Link to RU-vid Video uploaded using this method: • Title: Method 2 - 3D U...
Method 3:
ffmpeg to create mkv file with stereo_mode=1 in metadata for various different popular aspect ratios:
for %f in (*.mp4) do ffmpeg -i "%f" -aspect 4:3 -c copy -metadata:s:v:0 stereo_mode=1 "%~nf_MetadataInjected.mkv"
for %f in (*.mp4) do ffmpeg -i "%f" -aspect 16:9 -c copy -metadata:s:v:0 stereo_mode=1 "%~nf_MetadataInjected.mkv"
for %f in (*.mp4) do ffmpeg -i "%f" -aspect 1.3333 -c copy -metadata:s:v:0 stereo_mode=1 "%~nf_MetadataInjected.mkv"
for %f in (*.mp4) do ffmpeg -i "%f" -aspect 1.7777 -c copy -metadata:s:v:0 stereo_mode=1 "%~nf_MetadataInjected.mkv"
Link to RU-vid Video uploaded using this method: • Title: Method 3 - 3D U...
A few links to 3D content in the RU-vid 3D format that others have produced:
• 3D Clops and Trailers: / @3dclipsandtrailers
• All Things 3d: / @allthings3d
• Stereo3DMovies: / @stereo3dmovies
• Cleyyo 3D: • 3D Cartoons
• Movie Trailers in 3D by stereoramaru: • 3D Cartoons
• 3DN3D: / 1tompo1
• National Geographic Video: • Elephant Encounter in ...
• Nature 3D Taeuber: • 3d videos for 3d glasses
• Nutek3D: / @nutek3d180
• How to Survive a bear attack (Indie Film School): • Survive a Bear Attack ...
Some other useful links:
• Download site for Handbrake: handbrake.fr/downloads.php
• ffmpeg download ffmpeg.org/download.html
• How to install ffmpeg on Windows video: • Install FFmpeg on Wind...
• How to install ffmpeg on Windows another video: • How To: Download+Insta...
Hope you find this useful. Do let me know your feedback in the comments.

Наука

Опубликовано:

 

3 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 107   
@brianflint133
@brianflint133 2 года назад
Excellent explanation. I have been making my own side by side stereo clips for a number of years , but never uploaded them to You Tube due to having to have the knowledge of the various settings. Thankyou.
@ANAVision
@ANAVision 2 года назад
I'm glad this helped. I like your 3D video of St Ives by the way. Are those birds flying in slow motion?
@JoseLuisRomeroCalderon
@JoseLuisRomeroCalderon Год назад
Great Video, I spend a long time viewing videos to do this and finally got yours. I appreciate it
@ANAVision
@ANAVision Год назад
I'm glad it helped
@kellyluck1626
@kellyluck1626 Год назад
Thank you! I've been round and round trying to get it to work, and method 3 did the trick. I made a slight modification to your helpful batch file so that I could just drag the video onto the batch and have it process: ffmpeg -i "%~1" -aspect 1.77777 -c copy -metadata:s:v:0 stereo_mode=1 "%~n1_MetadataInjected.mkv"
@ANAVision
@ANAVision Год назад
Clever idea! Thanks for sharing this.
@pikerpoler
@pikerpoler 7 месяцев назад
thank you so much! I spent hours trying to fix it until I finally found this video!
@u11il
@u11il 2 года назад
So helpful. Great explanation of options and landscape. Thank you!
@ANAVision
@ANAVision 2 года назад
Thanks for your feedback. I'm glad it was helpful!
@anaglypher8924
@anaglypher8924 2 года назад
I was blocked in exactly the second reason (Gamut color shift break your anaglyph). I solved the problem neatly by following the method 3. You are my hero !!! Thank you very much.
@ANAVision
@ANAVision 2 года назад
Thank you so much for your feedback. I'm glad that this helped.
@AntonioOASantos
@AntonioOASantos Год назад
Thank you so much, AnaVision! This video and the "How to Edit 3D Stereoscopic Video (2022)" have been so helpful to me. In the process of watching both videos, and due to your great explanation on both topics, I learned a lot from this exciting, and kind of forgotten way of presenting our assets. As someone who's interested in visual storytelling, learning this tool - how to create 3D imagery - from the comfort of our homes/studios, is invaluable. It really adds a new storytelling layer and I believe that it can make the difference. Thank you once again!
@ANAVision
@ANAVision Год назад
Antonio, thank you so much for your feedback. I'm glad you found it useful and re-discovered this forgotten visual storytelling method. Happy creating. I saw you posted a 3D video already on you channel. I gave it a thumbs up :)
@AntonioOASantos
@AntonioOASantos Год назад
@@ANAVision Super useful! Thank you!
@Ein-Stuck
@Ein-Stuck 6 месяцев назад
Gold...thank you. Subscribed
@Easymonee
@Easymonee Год назад
wonderful walkthrough, thank you
@ANAVision
@ANAVision Год назад
Thanks so much for your feedback. Much appreciated!
@DarrylLearie
@DarrylLearie 2 года назад
Thank you for letting me know I can use Hand Brake to inject the Meta Data as FFmpeg is such a headache to use! Not to mention I had to previously buy FFmpeg - ugh.
@ANAVision
@ANAVision 2 года назад
I'm glad you found it useful :)
@Mike-Urilorib
@Mike-Urilorib Год назад
Many thanks!
@ANAVision
@ANAVision Год назад
No worries! Hope it helped.
@HedgehogY2K
@HedgehogY2K Месяц назад
This guide will be helpful with Sonic Generations my Xbox 360. There is one question you haven't answered that I'm concerned about. Combining clips into one video... Wait, THAT'S IT!!! RU-vid has it's own editor. Simply upload the 3D video in private, trim it down using RU-vid Studio and release the finished video to the public. It's sort of unconventional since I like to have fully finished videos before uploading but this would definitely work. Virtual Dub and Avi Demux won't help me here.
@tedamaradidis3265
@tedamaradidis3265 10 месяцев назад
i did all that and still no 3d after I upload, do i bneed to put something in tags like yt3d or 3D or something somewhere?
@JimmyGiliberti
@JimmyGiliberti 9 месяцев назад
I also can't seem to get this to work anymore. I had been able to do this earlier in the year, but neither method 2 or 3 work, even with the 'youtube edit after upload' trick to force it. Can anyone else get this to work? So frustrating that RU-vid is making this so difficult....
@davidgallardo4535
@davidgallardo4535 9 месяцев назад
Have the same issue. But apparently even if doesn't appear as 3d on youtube on a browser, but it's still appear in 3d on my oculus quest 2. And the "edit trick" seems to do opposite and breaking the 3d on all platform.
@chekeichan
@chekeichan 9 месяцев назад
Some of the videos I used the edit trick on are now retroactively broken. Strangely, one still works.
@3djazzsonic
@3djazzsonic Год назад
thank you. I'm going to try that
@ANAVision
@ANAVision Год назад
let us know how you go.
@3djazzsonic
@3djazzsonic Год назад
@@ANAVision the handbreak method works perfectly! Thank you so much!
@MrToondeWit
@MrToondeWit 9 месяцев назад
handbrake got some new setting options in a expanded interface. Did i miss the uodate of this film? So to see a nice software to use . Thanks for the info
@videoproworkshops3256
@videoproworkshops3256 5 месяцев назад
Very helpful video...I've been looking all over the get web to find a way to add the required metadato. That said, unfortunately it doesn't seem to be working. I edited the video in RU-vid (trimmed a second or two) as well... still the 3D options are not visible...
@HeroesReforged
@HeroesReforged Год назад
I'm using the newer version of Handbrake (2022), and I'm wondering if there's a way to setup the encode so it takes the 1920 files and upscale it to 4K SBS to take advantage of RU-vid higher bitrates.
@ANAVision
@ANAVision Год назад
You may also want to experiment with Topaz (or similar) if you are upscaling to take advantage of it's AI based image enhancing.
@Meteotrance
@Meteotrance Год назад
I didn't know that full frame packing works on youtube, i usualy squeeze 3D side by side content with Blender, it works fine but for editing and color grading i use Da Vinci resolve, it's so much easyier to link left and right images with there 3D sync mode, it color grade for your left and right footage simultanously without pain, the only problem is metadata export, the soft is almost free if you have a blackmagic design editing keyboard deck or one of there pocket cine camera, the free version dont have the HDR and 3D feature, but are really usable and powerful.
@ANAVision
@ANAVision Год назад
Thanks for sharing. I appreciate the insights. I'm going to have to find some time to experiment with DaVinci Resolve.
@TrumpetDinopup
@TrumpetDinopup Год назад
Been trying to upload 3D from my Sony camera & wondered what happened to all the 3D settings! They are all gone. Thx for this.
@ANAVision
@ANAVision Год назад
Glad I could be of help. By the way, would be interested, is it the Sony HDR-TD10 3D Camcorder you have?
@beydoin
@beydoin 2 года назад
Preset options have changed in the newer handbrake, instead of Dimentions it has Resolution limit and it doesn't have 'always use source' option instead 1080p HD is already selected, is that going to be fine?
@ANAVision
@ANAVision 3 месяца назад
Thanks to an update by RU-vid, all methods should work again without workarounds. See: twitter.com/nimazeighami/status/1778546947110191411?s=46. I've updated description with this also.🎉
@oldyzpublicaccesssmell-ovi705
@oldyzpublicaccesssmell-ovi705 6 месяцев назад
Greetings, it seems that the metadata methods are broken now in 2024, have not tried the small edit trick yet, but i dont think it will work anymore
@wmturner3747
@wmturner3747 3 года назад
Best video I've found for injecting 3D metadata! Can you tell me which aspect ratio I should use for half sbs 1920x1080 3D video?
@wmturner3747
@wmturner3747 3 года назад
or do I delete the " -aspect 16:9" part of the script?
@ANAVision
@ANAVision 3 года назад
@@wmturner3747 thanks for your feedback. Thanks for pointing this out. You are right, you can just delete the "-aspect 16:9" in the script. So for half-width SBS regardless of method used, you can skip the aspect ratio setting. (Note that even if you don't delete it, and end up using 16:9 for 1920x1080, it should still produce the right output, as that happens to be the required ratio anyway in your case) So for Method 2 it would be: for %f in (*.mp4) do ffmpeg -i "%f" -vcodec libx264 -x264opts frame-packing=3 "%~nf_MetadataInjected.mp4" For Method 3: for %f in (*.mp4) do ffmpeg -i "%f" -c copy -metadata:s:v:0 stereo_mode=1 "%~nf_MetadataInjected.mkv"
@wmturner3747
@wmturner3747 3 года назад
@@ANAVision You've been most helpful, thank you kind sir! I'll post a link to my 3D video when I publish it.
@ANAVision
@ANAVision 3 года назад
Looking forward to the post.
@wmturner3747
@wmturner3747 3 года назад
@@ANAVision Ok it's really up now LOL hope you like it ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-snEvMv66F-4.html
@legacy_mans
@legacy_mans 3 месяца назад
available method to Apple Vision Pro device 🤔
@Videos3dsbs-hn5ut
@Videos3dsbs-hn5ut 5 месяцев назад
Sirve para Windows 7?
@thursdaynighttekkers5862
@thursdaynighttekkers5862 2 года назад
Hi, looking for a bit of advice so figured this would be a good place to comment. I’ve recently bought a Fujifilm W3 camera and was wondering the best program(s) to use to edit 3D video, add text, music etc. Any recommendations would be great, thank you.
@ANAVision
@ANAVision 2 года назад
One method would be to convert the Fujifilm W3 video to SBS first using ffmpeg (using a command like this: ffmpeg -i DSCF5201.AVI -filter_complex "[0:0][0:2] hstack=inputs=2, scale=iw/2:ih [out]" -aspect 1.7777 -vcodec libx264 -x264opts frame-packing=3 -map [out] -map 0:1 DSCF5201_SBSmetadata_7.mp4). After that you can use Vegas to edit 3D, add text and music. Vegas has an effect called "Stereoscopic 3D Adjust" that recognises SBS videos.
@DarrylLearie
@DarrylLearie 2 года назад
I have succesfully used a paid software called 3D Combine for the Fujifilm W3 format.
@jcinno5569
@jcinno5569 2 года назад
Sorry. I don't know if my comments are published; I can't see any comments. I get the error: The opening parenthesis '(' is missing after the 'for' keyword. Excellent video. Thanks for sharing.
@ANAVision
@ANAVision 2 года назад
@JCINNO may I suggest that you try windows command prompt (cmd.exe). I suspect you are using Power Shell. Am I right?
@jcinno5569
@jcinno5569 2 года назад
@@ANAVision Yes, it's correct. I'am using Power Shell. Thank
@ANAVision
@ANAVision 2 года назад
@@jcinno5569 no problem. Did this work for you in the end?
@jcinno5569
@jcinno5569 2 года назад
@@ANAVision Yes, now work fine.Thanks
@ANAVision
@ANAVision 2 года назад
@@jcinno5569 Fantastic! great to hear that this worked in the end :)
@urkoVR
@urkoVR 2 месяца назад
May 2024. They've fixed some things and broken others. It is no longer necessary to edit the video with RU-vid Studio so that it correctly reads the frame packing or the stereo mode metadata, but now it does not process 3D videos at 2160p 60fps and it does not understand DAR in the same way for mp4 and mkv. So if you upload a 3840x2160@60fps half side by side mp4 video with frame-packing=3 metadata, it marks it as 3D (at last!) but does not process it at 4k. After waiting 48 hours for it to process the video at 4k it simply interprets it as 1080p, 4k processing disappears. UPDATE1: It may have been a bug for a few days, but now it is fixed and everything works fine, it finishes processing at 4K without any problem. UPDATE 2: Today, 2 days after update1 I have the same problem again with 3D 4K processing. 4K processing without 3D metadata is done without any problems. What a mess!
@CZRyba
@CZRyba 6 месяцев назад
Any method works in 2024 but it works method with use some music or cut in youtube editor. Thanks!
@iamstarman7
@iamstarman7 2 месяца назад
What about OU top bottom layout videos?
@Valet2
@Valet2 Год назад
If the video had been already uploaded (side-by-side), is there any way to turn the 3d function on it?
@ANAVision
@ANAVision Год назад
I wish there was, but I don't think there is.
@iTV365
@iTV365 2 года назад
I have a Fujifilm Finepix 3D camera and need to convert 3D AVI to youtube. Is there any methods available?
@ANAVision
@ANAVision 2 года назад
You can try the following command, just replace the filename "DSCF5201.AVI" with your own AVI filename from the Fujifilm camera: ffmpeg -i DSCF5201.AVI -filter_complex "[0:0][0:2] hstack=inputs=2, scale=iw/2:ih [out]" -aspect 1.7777 -vcodec libx264 -x264opts frame-packing=3 -map [out] -map 0:1 Output.mp4
@iTV365
@iTV365 2 года назад
@@ANAVision thank you and i will get back to you soon with my status.
@iTV365
@iTV365 2 года назад
@@ANAVision It is working for raw 3D AVI file and many thanks for your help and support. I need one more help, i have used iMovie to edit that 3D AVI file and iMovie used to generate .MP4 format. When i tried that above command getting an error in the ffmpeg.. "Stream specifier ':0' in filtergraph description [0:0] [0:2] hstack=inputs=2, scale=iw/2:ih[out] matches no streams.
@ANAVision
@ANAVision 2 года назад
@@iTV365 Conceptually I understand why you would get this error. You see, when you edit the movie in iMovie, and save it as an mp4 then it no longer is stereoscopic. The two video stream that the AVI file had are no longer present. You will need to edit the video in such a way that both streams are retained. Look out for a video I'm about to release called "How to edit 3D video" ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-kvHI56ZgCUM.html and there I explain how to edit so that you don't lose the 2 streams.
@legacy_mans
@legacy_mans Год назад
how add in OBS streaming this 3D tag Metadata? 🔵🔴👀 and other views method
@ANAVision
@ANAVision Год назад
Good question my friend. I'm not aware of a method. If anyone is aware please let me know - I would be interested also.
@JVJF7
@JVJF7 2 года назад
So this is different from vr180? And can the youtube vr app also play this boxed 3d video's?
@ANAVision
@ANAVision 2 года назад
Yes, correct, VR180 is different to this. As for playing 3D videos with this 3D badge in the RU-vid VR app, I've tried this on the Oculus Quest 2 and it works. You can see these videos in stereoscopic 3D. In fact the RU-vid VR app only play SBS videos that have the 3D badge. If you want to play other SBS stereoscopic RU-vid videos on the Oculus Quest you can still do that but will need to run RU-vid in Browser instead of using RU-vid VR.
@JVJF7
@JVJF7 2 года назад
@@ANAVision Yeah I know, you have to inject vr180/360 metadata in the video for youtube to recognize it. But if I understand it correctly, you can't watch normal (boxed) stereoscopic 3d content in the youtube vr app?
@ANAVision
@ANAVision 2 года назад
@@JVJF7 try playing back this normal (boxed) video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-LGhaLXyJGd4.html in the RU-vid VR App. I've just tried it and it plays back in 3D without the need to do anything.
@scottbroadbent3871
@scottbroadbent3871 2 года назад
Will this work on a mac through terminal?
@ANAVision
@ANAVision 2 года назад
Absolutely, ffmpeg comes for mac also. But you may need to strip the windows specific command line parts of the script line. For example the command will look something like this for method 2: ffmpeg -i input.mp4 -aspect 4:3 -vcodec libx264 -x264opts frame-packing=3 output.mp4. So you will need a line per file and rename input.mp4 and output.mp4 to be your filenames.
@videonerd2
@videonerd2 6 месяцев назад
I have done method 2 and method 3 and am not getting the 3D setting. What am I missing?
@7MPARTICLE
@7MPARTICLE 4 месяца назад
SAME HERE ANY HELP WOULD BE APPRECIATED IN CASE YOU FIX THE ISSUE
@callmehcit
@callmehcit 2 года назад
Is it possible to upload one if you are using a phone?
@ANAVision
@ANAVision 2 года назад
No, unfortunately not to my knowledge. But would be interested to see if others know of a way to do this. It would require a Handbrake equivalent app for android or iOS that could handle multiple file inputs (2 video files to make the SBS) and have the ability to inject metadata. There are simple ffmpeg alternative apps (such as Video Transcoder for android) but they don't appear to handle this complexity.
@callmehcit
@callmehcit 2 года назад
@@ANAVision ok, good to know, thanks!
@jakemathew
@jakemathew 8 месяцев назад
I have 8K SBS 3D videos, but when I upload them to youtube, it only shows up as 4K. Trying to figure out how to get them to play at 8K.
@legacy_mans
@legacy_mans 3 месяца назад
2 video 4K = SBS 8K 🤔 or 8k original two videos?
@jakemathew
@jakemathew 3 месяца назад
@@legacy_mans the left eye is 4K and right eye is 4K so the total SBS resolution is 8K.
@-Joel-
@-Joel- Год назад
Does methode 3 still work? For a few days I have some issues with it. New videos I upload using methode 3 are only played in 3D in the mobile app and the YT VR app for Quest. In the browser it is played in side by side. I tried to upload an old file that I alrady uploaded to YT without problems again and it didn't work. So it can not be a chage I made because it is the same file with the same metadata and it worked a few weeks ago but does not work today. There is a YT support article about uploading 3D to YT. It shows a different way. Do have to it like in the aricte? But I do not really understand how to do this methode. Can you try whether you have to same issue or if it is just for me? If you have the same problem, please do a new and updated version of this video. Thanks for every support!
@ANAVision
@ANAVision Год назад
Good catch, I seem to have same issue at the moment so it may be a change on the RU-vid side. I'll look into it more soon.
@-Joel-
@-Joel- Год назад
@@ANAVision Thanks a lot
@NathanBoehm
@NathanBoehm Год назад
Replying to this just so I know when a solution comes. I'm having this same problem.
@christianblinde
@christianblinde Год назад
I tried everything, frame-packing, stereo mode etc. Nothing seems to work. RU-vid does not recognise my sbs videos as 3d. Would love to hear if there was something changing. Researched a couple pages on the web, but i did not find a solution that is working. Would love to see tutorial that show a working technique.
@JohnChu
@JohnChu Год назад
@@christianblinde I'm going to say that it is on RU-vid's side as so many folks have this same issue. RU-vid/Google currently doesn't have that discussion forum to ask about issues like this.
@blackgcm313
@blackgcm313 Год назад
Soooooo helpful !Thank you very much! Compared to yours, RU-vid's help is a shit.
@ANAVision
@ANAVision Год назад
Thank you so much. Really appreciate your feedback 😊
@legacy_mans
@legacy_mans Год назад
How used Android app transform SBS metadata ?
@ANAVision
@ANAVision Год назад
Not aware of a Android app, but there is a method of doing this on iOS developed by Kandao if that helps anyone (see their download page here: www.kandaovr.com/download/)
@legacy_mans
@legacy_mans Год назад
@@ANAVision don't work this link
@ANAVision
@ANAVision Год назад
@@legacy_mans , my bad. I had a bracket included in the end of the URL. Here is a working URL: www.kandaovr.com/download/
@appinventorrus
@appinventorrus 3 года назад
I don't like anaglith. I like sbs 3d video. I have some on my channel
@ANAVision
@ANAVision 3 года назад
Yes, I prefer SBS also as that gives you more options. Not sure this came out in my video, but if uploading using the method described in my video, the underlying video remains SBS, even on RU-vid. If for example you were to download the video from RU-vid you would end up simply with an SBS video. The advantage of uploading SBS in the manner described is that RU-vid recognises the video as 3D and therefore it gives you the choose of format to watch: - can watch as 2D - can watch as anaglyph - and can also watch as SBS when viewing with Cardboard for example or other VR devices - other devices can interpret the video to their required format (e.g. Mopic Snap3D)
Далее
How to Edit 3D Stereoscopic Video (2022)
45:14
Просмотров 7 тыс.
Разоблачение ушные свечи
00:28
Просмотров 132 тыс.
Help Barry And Barry Woman Scan Prisoners
00:23
Просмотров 2,6 млн
The Secrets of the Lume Pad 2 / ZTE nubia Pad 3D
39:42
Просмотров 4,4 тыс.
How to Live Stream in 3D with the QooCam EGO
14:03
Просмотров 3,5 тыс.
How much ego does the Kandao QooCam EGO really have?
43:30
Was ist der Unterschied zwischen 360 und VR Video?
6:17
АЙФОН Г0ВН0
0:54
Просмотров 1,7 млн