+ Reply to Thread
Results 391 to 405 of 405
Thread
-
The authors of x264 and x265 do not want to add GPU support, because the quality is less good. I don't know exactly why, but I trust them. It's related to the parallel nature of the GPU processing. Anyway, there is no way to enable GPU encoding with these encoders.
However, if you really want to use a GPU powered encoder, you can use any command line encoder. You must install it and know how to use it. In BD3D2MK3D, select Settings -> AVC/HEVC Encoder -> Use your own custom command for encoding. The content of the last tab will change, and you will have to type the command you wish to use. For example, here is a command that use nvEnc with CUDA. I use it sometimes to do quick tests, but I am usually somewhat disappointed by the quality and the (relatively) slow speed.
"path\\to\\nvencc64.exe" ^\n --codec avc --cqp 26 --profile high --level 4.1 --preset quality --sar ${sar} ^\n --colorprim bt709 --colorrange limited --chapter chapters_3D_delay.ogm.txt --key-on-chapter ^\n --input "__ENCODE_3D_MOVIE.avs" --output "video3D_nvenc.avc"
Also, when your custom command works as expected, don't forget to use Settings -> Save Tabs Settings Now to force BD3D2MK3D to remember your custom command for the next time.r0lZ - PgcEdit homepage Hosted by VideoHelp (Thanks Baldrick)
- BD3D2MK3D A tool to convert 3D BD to 3D SBS/T&B/FS MKV -
I have tried to do exactly that, but unfortunately, the special Win7 builds of mkvtoolnix have exactly the same version string than the official, Win10+ release. So, I have no way to know what version is installed. Hence the warning.
r0lZ - PgcEdit homepage Hosted by VideoHelp (Thanks Baldrick)
- BD3D2MK3D A tool to convert 3D BD to 3D SBS/T&B/FS MKV -
Having this same issue.
The same files that fail in BigScreen video player also fail on my brothers projector.
However other files I have that I didn't make work fine in BigScreen and on his projector.
ALL files work fine on my Plasma TV.
So there must be some strange difference with the files made using BD3D2MKV3D that is tripping up the projector and the VR player. (even tho they work fine elsewhere)
I can't find the difference, but I'm a noob at this stuff. -
IMO, the only settings that can explain that kind of problem are the two aspect-ratios.
The first AR setting is the picture AR, srored in the header of the MKV container. You can easily change it after having encoded the movie: just edit the __MUX_3D_OPTIONS.json file, and change the AR value in the file following "--aspect-ratio", or just delete the "--aspect-ratio" and the following lines to let the player decide. Then, launch __MUX_3D.cmd to remux the MKV with the new settings. Honestly, I don't think that this AR value can be the culprit, but who knows ?
The second AR setting is the SAR, encoded in the video stream itself. You can also change it without having to restart the whole project. Edit or remove the --sar 1:1 argument in __ENCODE_3D.cmd. Unfortunately, you will have to restart the encoding with __ENCODE_3D_LAUNCHER.cmd. Again, I'm not sure that changing that setting may solve the problem, but try anyway.
Normally, the two settings are correct for HSBS, HTAB and Frame Sequential, but for Full-SBS or Full-TAB, it seems that some TV or hardware players require different values. It's why you can change them with Settings -> Full-SBS/T&B Aspect Ratio menu. But that will be taken into account by BD3D2MK3D only for a Full-* encoding.
I suggest to encode a small clip to try different values. And please, if it appears that a precise setting works as expected, let me know. I will modify the program to add the required option. I am also interested in a short 3D clip that works well with your hardware. Perhaps I will be able to locate the difference ? (You can send me an email. The address is near the end of the PgcEdit home page. Link in my signature.)
I suggest also to contact the developers or the forum of your hardware. IMO (perhaps with the exception of Full-SBS/T&B) BD3D2MK3D uses the correct AR settings, and is probably not responsible of the problem, but again, who knows ?
[EDIT] Another thing. Can you tell me if your hardware requires to be manually informed of the correct 3D format (for example HSBS or FSBS) ? If it's the case, the two settings that encode the format into the final MKV file can perhaps also be problematic.Last edited by r0lZ; 23rd Mar 2023 at 09:53.
r0lZ - PgcEdit homepage Hosted by VideoHelp (Thanks Baldrick)
- BD3D2MK3D A tool to convert 3D BD to 3D SBS/T&B/FS MKV -
Thanks for the quick suggestions.
I def should've made a small test file sooner, now I can rapid prototype in seconds instead of nearly an hour waiting on a full movie. lol
Working with Edge of Tomorrow ISO, used makemkv, then used mkvtoolnix to cut out a 30 second clip for testing.
Defaults (HSBS) I have the issue.....tried your suggestions and removed the aspect ratio info from both files (vs changing as not sure what to change to) and remuxed it and same issue. No change. Both files look the same in VLC and both play as 2D in bigscreen. The projector is my brothers who lives nearly 1 hour away so can't easily test on that. However because they fail similarly if I can get it working in bigscreen, safe to assume it will work on his projector which is my primary goal.
Bigscreen will auto play in SBS when I load up a working file, however I am able to manually cycle through its other options and none of them work on the failing files. Working files auto work every time.
I have gone ahead and sent you an email with a link to various files.
Looking forward to your findings! -
Thanks. I have received your email and I am downloading your samples. Will let you know my findings (if any!)
r0lZ - PgcEdit homepage Hosted by VideoHelp (Thanks Baldrick)
- BD3D2MK3D A tool to convert 3D BD to 3D SBS/T&B/FS MKV -
For any onlookers with the same issue, this worked!
Remove from __MUX_3D_OPTIONS.json: (doing this allows the file to play straight into SBS mode, otherwise you likely need to tell your player to change manually....this is not a necessary step, just a quality of life step)
"--stereo-mode",
"0:1",
Remove from __ENCODE_3D.CMD: (doing this makes it play as a 3D file in BigScreen, rather than showing as 2D even though it's an SBS file, this is necessary)
--frame-packing 3
Then run __ENCODE_3D_LAUNCHER.cmd to create the final output.
Thanks again r0lZ, would love to see this as the default of the app, but understand if that can't be done if it would break it for most everyone else...for me, seems to work everywhere much better without it. -
Thanks for the confirmation. I will add one (or two) additional option(s) in the Settings menu to remove them, although it's certainly the programmers of the faulty hardware players who should fix the bug. The modification in BD3D2MK3D will only be a workaround for the peoples impacted by the problem.
[EDIT] Note that the --frame-packing tag was required to allow Youtube to display the 3D content correctly. An additional evidence that that tag MUST be correctly recognised and used. Shame on the hardware players that do not support it !Last edited by r0lZ; 24th Mar 2023 at 08:59.
r0lZ - PgcEdit homepage Hosted by VideoHelp (Thanks Baldrick)
- BD3D2MK3D A tool to convert 3D BD to 3D SBS/T&B/FS MKV -
So the fix above is how to rip correctly if you have the issue.
However, if you already ripped wrong and want to fix, without starting from scratch, a very fast fix is below.....credit to r0lZ and his efforts, along with videofan3d:
Grab the BDTools files linked in the thread here:
https://forum.doom9.org/showthread.php?t=174563
Then use these commands (mkvtoolnix is the other program needed)
mkvextract tracks "C:\1\mkvtoolnix-64-bit-71.1.0\mkvtoolnix\filename.mkv" "0:C:\1\mkvtoolnix-64-bit-71.1.0\mkvtoolnix\filename.264"
h264Modify.exe C:\1\mkvtoolnix-64-bit-71.1.0\mkvtoolnix\filename.264 -frame_packing DELETE C:\1\mkvtoolnix-64-bit-71.1.0\mkvtoolnix\filename-fixed.264
mkvmerge -o "C:\1\mkvtoolnix-64-bit-71.1.0\mkvtoolnix\filename-fixed.mkv" --stereo-mode 0:1 "C:\1\mkvtoolnix-64-bit-71.1.0\mkvtoolnix\filename-fixed.264" --no-video "C:\1\mkvtoolnix-64-bit-71.1.0\mkvtoolnix\filename.mkv" -
That's correct, but note that the --stereo-mode 0:1 is for Side-by-Side (left view first). If your movie has been encoded in Top and Bottom, you should use 0:3.
BD3D2MK3D places always the left frame on the left side or on top, but if your movie has been encoded with another tool, you must select the right value below:
1 side_by_side_left_first
2 top_bottom_right_first
3 top_bottom_left_first
10 anaglyph_cyan_red
11 side_by_side_right_first
12 anaglyph_green_magenta
The other stereo-modes are less common.r0lZ - PgcEdit homepage Hosted by VideoHelp (Thanks Baldrick)
- BD3D2MK3D A tool to convert 3D BD to 3D SBS/T&B/FS MKV -
BD3D2MK3D v1.33 released
In this version, a new Tool has been added, to help the users of the hardware players that do not support correctly one of the 3D format "tags" (the MKV stereoscopy mode and/or the AVC frame-packing), as well as Settings options to not create that tags when a new project is created.
The new Tools -> Modify 3D Format Tags in MKV or AVC can be used to easily either delete, modify or create one or both tags from a 3D MKV or from an AVC (h264) elementary stream. Note that all 3D stereoscopy modes can be defined, including the modes not supported by BD3D2MK3D. That means that the tool can be used to modify a 3D movie downloaded from the internet, or created with another program.
Also, this tool, unlike the CMD batch posted above by Archon keeps all original Video properties of the MKV. Some of them (like the frame rate) are very important.
The two options to not include the 3D tags during the creation of a project with BD3D2MK3D are Settings -> Hardware Players Compatibility Options.
Thanks to Archon for having submitted this problem (here) and for his help in finding the culprit. Note that the real culprit is not BD3D2MK3D, but the BigScreen software, unfortunately used by several hardware players, projectors or VR headsets. The new features of BD3D2MK3D are therefore only workarounds for badly written software. If you have such a player, please contact the developers. The 3D tags should normally be present in all good 3D movies !
Note also that I have used the word "Tag" to refer to the two 3D methods to define the correct 3D format, but it's just a shortcut. The 3D stereo-mode in the header of the video track of a 3D MKV should be called "Stereoscopy Video Property", and the AVC frame-packing tag is in fact a series of "SEI messages" inside the video stream itself.
v1.33 (April 6, 2023)
- Added Options -> Hardware Players Compatibility Options as a workaround for serious bugs of some hardware players (notably those based on the Bigscreen software). Thanks Archon!
- Added Tools -> Modify 3D format tags in MKV or AVC to fix the frame-packing and stereo-mode information in any MKV file with an AVC video stream.
- Added Videofan3D's h254Modify.exe in the toolset folder (required for Tools -> Modify 3D format tags in MKV or AVC) as well as sfk.exe.
- Added Help -> Check for Update to easily download the new BD3D2MK3D version (if any). Requires Windows 10 or greater.
- Modified the dead CinDe download link in Help -> Cinavia Detection -> Download CinDe (free) and updated the How to Detect Cinavia? message.
- Updated x264 to the latest version (v0.164.3106)
- Updated x265 to the latest version (v3.5+96)
- Updated mkvtoolnix to the latest version (v75.0.0 'Goliath')r0lZ - PgcEdit homepage Hosted by VideoHelp (Thanks Baldrick)
- BD3D2MK3D A tool to convert 3D BD to 3D SBS/T&B/FS MKV -
Latest version v1.33 will not download. Windows Defender reports Trojan:Script/Wacatac.B!ml I saw a report on Reddit of someone else with same experience. While it may be a false flag, I'm not keen to continue trying to install. Can something be done for clean install? Thanks.
-
I am tired of that continuous false positives from Windows Defender. Obviously, M$ is unable to do a good antivirus program. I can only suggest to install a good antivirus program, and forget Defender. Or, at least, ignore its warning, and disable it during the download and installation of BD3D2MK3D.
I have already tried to explain why this problem occurs here, but it seems that the bad antivirus programs continue to consider some perfectly legit features of BD3D2MK3D (such as the possibility to shut the computer down when the job is finished) as dangerous features ! I can't do much to avoid that.
BTW, I have just scanned again the BD3D2MK3D.7z archive and most of the exes it contains with Defender (on Win10), and it replies "No current threats." The fact that the scan results of Defender depends of the version of Windows or of the PC it is running on is very strange !Last edited by r0lZ; 1st May 2023 at 03:35.
r0lZ - PgcEdit homepage Hosted by VideoHelp (Thanks Baldrick)
- BD3D2MK3D A tool to convert 3D BD to 3D SBS/T&B/FS MKV
Similar Threads
-
bd3d2mk3d and half-SBS or half-tab issue
By Scarredjoker in forum Blu-ray RippingReplies: 81Last Post: 30th Nov 2019, 06:23 -
How do I convert 3D SBS MKV H265 to 3D SBS MKV H264?
By vidhenry in forum Video ConversionReplies: 5Last Post: 21st Jan 2018, 17:13 -
Extract/convert/ripp/copy u name it 3D blueray iso to mkv sbs
By dannydevito in forum Blu-ray RippingReplies: 0Last Post: 19th Jan 2016, 03:47 -
3D Bluray to SBS MKV on OS X
By ddregs in forum Blu-ray RippingReplies: 1Last Post: 7th Jan 2016, 15:10 -
How to convert a Top-Bottom mkv-file to SBS
By ErwinForum in forum Video ConversionReplies: 0Last Post: 17th Feb 2015, 06:18