Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#101 | Link |
|
Registered User
Join Date: Nov 2007
Posts: 650
|
I cannot stay and give you advices on how you should configure your drivers/decoders/filters. I wrote the guide, I specified the software needed, the settings for that software but this is it. I can give you more answers regarding the guide or things related, but not on your pc settings.
|
|
|
|
|
|
#103 | Link |
|
Registered User
Join Date: Nov 2007
Posts: 650
|
Search another x264 build and replace the one you have in your multiavchd folder.
This is the official x264 thread: http://forum.doom9.org/showthread.php?t=108570 |
|
|
|
|
|
#106 | Link |
|
Registered User
Join Date: Dec 2010
Posts: 123
|
I can confirm the --fps switch absolutely works to encode film sources correctly. No need to change the frame rate later.
So now I am patiently waiting for my encode to finish. It is cranking along at a blistering .75 fps. At this rate it is projected to finish in approximately 76 hours. The placebo setting is serious stuff. Slow as molasses in January but the result is beautiful. ![]() Mike |
|
|
|
|
|
#108 | Link |
|
aka Rabomil
Join Date: Sep 2005
Posts: 82
|
The techniques we use (side-by-side (1 file, 3840x1080) and left-right (2 files, 1920x1080)) to create 3D encodes, are different from the ones used to create retail 3D Blu-Rays and appear to be unusable to create full-hd 3D Blu-Rays. Half-SBS Blu-Rays (even with selectable subtitles) are no problem, but I don't think that the Blu-Ray specifications allow 3840x1080.
Is there a way to create full-hd 3D Blu-Rays at home? |
|
|
|
|
|
#109 | Link | |
|
Registered User
Join Date: Dec 2010
Posts: 123
|
Quote:
Mike |
|
|
|
|
|
|
#110 | Link |
|
Registered User
Join Date: Mar 2008
Posts: 2,017
|
This is why i'm interested in the first part of crl's guide.
Two difficulties here: 1) Re-encoding right-eye video. (i'm not satisfied yet.) 2) A free MVC encoder. (which is missing.) The rest is no problem. Last edited by rica; 13th December 2010 at 22:08. |
|
|
|
|
|
#111 | Link |
|
Registered User
Join Date: Dec 2010
Posts: 123
|
rica,
I have verified the following works great for encoding the right eye: x264 --fps 23.976 --level 4.1 --crf 17 --preset placebo --tune film -I 24 --weightp 0 --b-pyramid none --sar 1:1 --aud --rc-lookahead 24 --output right_final.h264 right.avs Have you tried something similar yet? I used the 8 bit video x264.exe compiled for 32 bit operating systems. You could omit the --preset placebo switch and speed up your encode greatly. Also increasing --crf would decrease quality, file size and encode time while decreasing --crf would increase the quality, file size and encode time. I think there are MVC encoder options but we need to figure out a complete solution. That is the next step for me. UPDATE: A quick Google search revealed the following: http://www.mainconcept.com/products/...3dmvc-sdk.html Not a free solution but interesting none the less. Mike Last edited by BigPines; 13th December 2010 at 22:58. |
|
|
|
|
|
#112 | Link |
|
Registered User
Join Date: Mar 2008
Posts: 2,017
|
BigPines, here is what i gave it a go: (8 bit 32 btw)
Code:
C:\H264StereoSource_a2>x264 --level 4.1 --crf 20 --tune film -I 24 --b-pyramid none --sar 1:1 --aud --rc-lookahead 24 -o right_son out.avs avs [info]: 1920x1080p 1:1 @ 25/1 fps (cfr) x264 [info]: using SAR=1/1 x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 x264 [info]: profile High, level 4.1 An unintentional loss of pictures occurs! Exitb/s, eta 0:00:12 A gap in frame number is found, try to fill it. RefPicList0[ 2 ] is equal to 'no reference picture' RefPicList0[ 2 ] is equal to 'no reference picture' RefPicList0[ 2 ] is equal to 'no reference picture' RefPicList0[ 2 ] is equal to 'no reference picture' RefPicList0[ 2 ] is equal to 'no reference picture' RefPicList0[ 2 ] is equal to 'no reference picture' Last edited by rica; 13th December 2010 at 22:58. |
|
|
|
|
|
#115 | Link |
|
Registered User
Join Date: Dec 2010
Posts: 123
|
Based on your screenshot, it appears you got the entire right eye encoded so maybe the error happened at the end of the encode. If so, it could be normal. Obviously you have a problem with the length of the video due to the frame rate issue. The --fps switch should fix that. If not, I will likely be in trouble myself!
![]() Mike |
|
|
|
|
|
#117 | Link |
|
Registered User
Join Date: Dec 2010
Posts: 123
|
For those interested in free MVC encoders: http://forum.doom9.org/showthread.php?t=158457
Even if neither of these is usable in their current forms, a usable solution can't be far off. I wonder if x264 will implement MVC? I assume they will eventually. Mike |
|
|
|
|
|
#118 | Link |
|
Registered User
Join Date: Mar 2008
Posts: 2,017
|
Mike, just started but it's clear he is making 25/1 fps again:
Code:
C:\H264StereoSource_a2>x264 --fps 23.976 --level 4.1 --sar 1:1 --aud -o right_new.264 out.avs avs [info]: 1920x1080p 1:1 @ 25/1 fps (cfr)x264 [info]: using SAR=1/1 x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 x264 [info]: profile High, level 4.1 [3.1%] 120/3927 frames, 3.22 fps, 435.75 kb/s, eta 0:19:43 |
|
|
|
|
|
#120 | Link | |
|
Registered User
Join Date: Mar 2008
Posts: 2,017
|
Quote:
Last edited by rica; 14th December 2010 at 00:24. |
|
|
|
|
![]() |
|
|