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. |
![]() |
#361 | Link | |
Registered User
Join Date: Jul 2009
Posts: 244
|
It's my fault ! My h264 files isn't good.
I have an error : Quote:
Last edited by Cedvano; 2nd May 2012 at 08:28. |
|
![]() |
![]() |
![]() |
#362 | Link |
Registered User
Join Date: Jul 2009
Posts: 244
|
I continue with this error. I can play my video.
When I read on my 3DTV, I have a dancing image. Here the command line : Code:
x264 --level 4.1 --sar 1:1 --aud --frames 4000 --frame-packing 5 -o "c:\test\final.264" "c:\eac3to\avs.avs" Code:
LoadPlugin("C:\eac3to\H264StereoSource.dll") lv = DirectShowSource("C:\test\left.h264").crop(0,0,0,-8) rv = H264StereoSource("decoder.cfg",577) Interleave(lv, rv) ConvertToYV12() ![]() |
![]() |
![]() |
![]() |
#364 | Link | |
Registered User
Join Date: Jul 2009
Posts: 244
|
Quote:
But, I can't use H264StereoSource.dll ??? Edit: All is good. I reinstall 32bit Avisynth. I find the real avs options and can create a good framepacking. 60fps On my LG, good quality. Thanks for your help. Last edited by Cedvano; 3rd May 2012 at 20:00. |
|
![]() |
![]() |
![]() |
#368 | Link |
Registered User
Join Date: Mar 2008
Posts: 2,021
|
Hi guys, Happy New Year to you all!
After months, I discovered "interleave" option always resulted with a shaking movie; not because of the encoder but aviscript itself. Please check out these scripts on VirtualDubMod or GraphStudio and play the script frame by frame. You will realize that right video (or left video) shifts through the bottom from the horizon line about 5-7 degrees, and this causes the shaking issue. You may use one of these scripts to test: Code:
lv=FFVideoSource("C:\folder\left.mkv") rv=FFVideoSource("C:\folder\right.mkv") interleave(lv,rv) Code:
lv=DirectShowSource("C:\folder\left.mkv", fps=25.00, audio=false) rv=DirectShowSource("C:\folder\right.mkv", fps=25.00, audio=false) interleave(lv,rv) ConvertToYV12() Code:
lv=FFVideoSource("C:\folder\left.mkv") rv=FFVideoSource("C:\folder\right.mkv") StackHorizontal(lv,rv) http://www.mediafire.com/?g1o0z67obrhp7qm http://www.mediafire.com/?znydd51nosmny0n Any feedback will be appreciated. (Source: Test files have been extracted from Heidelberg 720.wmv from 3dtv.at.) = = = = = Last edited by rica; 30th December 2012 at 22:44. |
![]() |
![]() |
![]() |
#369 | Link |
Registered User
Join Date: May 2006
Posts: 957
|
Of course the video will shake if you look at the output of avisynth or x264 without a 3D player. The left and right views are interleaved. Are you encoding with --frame-packing 5? Are you using a 3D player?
__________________
x264 log explained || x264 deblocking how-to preset -> tune -> user set options -> fast first pass -> profile -> level Doom10 - Of course it's better, it's one more. |
![]() |
![]() |
![]() |
#370 | Link | |
Registered User
Join Date: Mar 2008
Posts: 2,021
|
Quote:
Even it is interleaved, both views must keep staying horizontally. (or parallelly.) It is not related with a 3D viewer. (please check how stackhorizontal script keep staying on the same horizontal line. Shaking is normal for interleave while belly dancing is not.) This is what I mean: (left view, here, is not on the horizon line.) right view: ![]() left view: ![]() _ _ _ _ _ _ _ Last edited by rica; 1st January 2013 at 22:54. |
|
![]() |
![]() |
![]() |
#374 | Link | |
Registered User
Join Date: Sep 2008
Posts: 496
|
Quote:
After some reading and using the guidance on this thread, I was able to fix the issue with x264, see here for more info. You also need a PS3 compatible container in order to play back 3D FS on the PlayStation 3, For more information see here. |
|
![]() |
![]() |
![]() |
Tags |
stereo-3d, stereoscopic, useless |
Thread Tools | Search this Thread |
Display Modes | |
|
|