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.

 

Go Back   Doom9's Forum > (HD) DVD, Blu-ray & (S)VCD > (HD) DVD & Blu-ray authoring

Reply
 
Thread Tools Search this Thread Display Modes
Old 24th April 2011, 15:36   #201  |  Link
Limobar
aka Rabomil
 
Join Date: Sep 2005
Posts: 82
Does anybody here have successfully used frame sequential encoding? It's the most efficient way to encode 3D.

I've tried it several times with different versions of the H264StereoSource.dll decoder and several different sources. The result appears to be like it should, but around 53 minutes in the encode the video suddenly starts to jump. A fellow encoder confirmed my results and only uses it for encodes shorter than 53 minutes.

I tried a workaround, by cutting the encode in half, but that doesn't work either, because "right.h264" doesn't have some sort of time stamps, so I cannot use the 'trim' command in Avisynth. I also cannot remux "right.h264" to a format that gives it time stamps.

What are your experiences with frame sequential encoding?
Limobar is offline   Reply With Quote
Old 25th April 2011, 06:58   #202  |  Link
crl2007
Registered User
 
Join Date: Nov 2007
Posts: 650
Didn't try it myself, but from encoders reports it results the same behavior as yours.

Last edited by crl2007; 27th May 2011 at 02:11.
crl2007 is offline   Reply With Quote
Old 26th May 2011, 23:12   #203  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Lately i haven't been able to work with H264StereoSource.dll. Aviscript doesn't work.
Is this my system's issue or one of those MS's jokes?
Any feedback will be appreciated.

Last edited by rica; 26th May 2011 at 23:19.
rica is offline   Reply With Quote
Old 6th June 2011, 23:17   #204  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Quote:
Originally Posted by rica View Post
Lately i haven't been able to work with H264StereoSource.dll. Aviscript doesn't work.
Is this my system's issue or one of those MS's jokes?
Any feedback will be appreciated.
I got it; i'm living issues with "Tron Legacy 3D".
Something does not allow me to decode right eye with H264StereoSource.dll.
Anybody else?
rica is offline   Reply With Quote
Old 7th June 2011, 00:48   #205  |  Link
crl2007
Registered User
 
Join Date: Nov 2007
Posts: 650
Try SSIFsucka! if you can't manage to make it work through avisynth. The software is based on h264stereosource.dll too. Try and get Beta3. RC2 has a few annoying bugs that beta3 doesn't.
crl2007 is offline   Reply With Quote
Old 8th June 2011, 00:18   #206  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
In this case, i think 3DBD.net Beta is much better than SSIFSucka. But i am still wondeirng why i can not get it with avisynth?

Last edited by rica; 8th June 2011 at 00:29.
rica is offline   Reply With Quote
Old 8th June 2011, 06:02   #207  |  Link
crl2007
Registered User
 
Join Date: Nov 2007
Posts: 650
Maybe you don't have the correct avisynth or maybe the paths are wrong. I never had this problem. Maybe a re-install of avisynth will do it.
crl2007 is offline   Reply With Quote
Old 19th June 2011, 00:22   #208  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Quote:
Originally Posted by crl2007 View Post
Maybe you don't have the correct avisynth or maybe the paths are wrong. I never had this problem. Maybe a re-install of avisynth will do it.
OK, i reorganised my PC and it works. Thanks.
rica is offline   Reply With Quote
Old 27th June 2011, 22:35   #209  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Lately i've been awared i don't need to re-encode left.h264 for making SBS 3Ds.
I use Stereoscopic Player to play SBS 3D files and SP can play avs files.

So here is the way i follow:

1) Extracting left.h264, right.h264 and audio via eac3to.
2) Remuxing left.h264 and audio into an m2ts or mkv container via TSMuxer or MKVMergeGui without re-encoding.
3) Re-encoding right.h264 to right.264 and remuxing it to m2ts or mkv container.
For this i used a similar avs:

Code:
LoadPlugin("H264StereoSource.dll")
H264StereoSource("decoder.cfg",180027)
[4) Here is the aviscrypt to play with SP:

Code:
vidL=DirectshowSource("C:\3D-ex\left.m2ts",audio=true)
vidR=DirectshowSource("C:\3D-ex\right.m2ts",audio=false)
StackHorizontal(vidL, vidR)
_ _ _ _ _

Last edited by rica; 21st August 2011 at 23:47.
rica is offline   Reply With Quote
Old 2nd July 2011, 17:47   #210  |  Link
Movieslut
Registered User
 
Join Date: Nov 2001
Posts: 87
On page 1 of this thread it is said that you can now select from multiavchd more 3D modes.
Where can I find this option??
Movieslut is offline   Reply With Quote
Old 2nd July 2011, 22:14   #211  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Quote:
Originally Posted by Movieslut View Post
On page 1 of this thread it is said that you can now select from multiavchd more 3D modes.
Where can I find this option??
Here you are:

Quote:
Originally Posted by crl2007 View Post
Important Update: You can now select from multiavchd more 3D modes ( green/magenta, top/bottom, left/right etc ). All you have to do is to set your mode before adding a playlist. The same steps as for anaglyph are used here too.


rica is offline   Reply With Quote
Old 3rd July 2011, 00:09   #212  |  Link
Movieslut
Registered User
 
Join Date: Nov 2001
Posts: 87
Thanks
Movieslut is offline   Reply With Quote
Old 16th December 2011, 14:30   #213  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
Hi all,

H264StereoSource.dll Don't decode all right stream..

Left & Right = 466 frames

Code error at 444 frames / 466:
Code:
PicParset 1 references an invalid (uninitialized) Sequence Parameter Set with ID 1, expect the unexpected...
An unintentional loss of pictures occurs! Exit
A gap in frame number is found, try to fill it.
Where find H264StereoSource.dll to work ?
Where find the latest update compiled of H264StereoSource.dll + source code ?
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.

Last edited by frencher; 16th December 2011 at 14:38.
frencher is offline   Reply With Quote
Old 16th December 2011, 16:47   #214  |  Link
crl2007
Registered User
 
Join Date: Nov 2007
Posts: 650
That's normal. There's no bug, that's just the way it is. I trim the last 50 frames in my avisynth scripts and that error does not come up anymore. You'll lose 2-3 seconds from the end.
crl2007 is offline   Reply With Quote
Old 16th December 2011, 16:50   #215  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
Hi clr2007,

ldecod.exe work to 466 frames without problem

ldecod.exe = (H264StereoSource.dll Avisynth)
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.

Last edited by frencher; 16th December 2011 at 17:34.
frencher is offline   Reply With Quote
Old 16th December 2011, 16:55   #216  |  Link
crl2007
Registered User
 
Join Date: Nov 2007
Posts: 650
It doesn't output that error, but if you check, you'll see that you are missing 2-3 seconds from the end. ldecod already trims 50-60 frames from the end.
crl2007 is offline   Reply With Quote
Old 16th December 2011, 17:16   #217  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
Quote:
Originally Posted by crl2007 View Post
ldecod already trims 50-60 frames from the end.
Read your message
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.

Last edited by frencher; 16th December 2011 at 17:42.
frencher is offline   Reply With Quote
Old 16th December 2011, 20:45   #218  |  Link
crl2007
Registered User
 
Join Date: Nov 2007
Posts: 650
I took your sample. As I said, ldecod is using H264StereoSource tweaked. Every software that you use is doing the same thing, trimming 2-3 seconds at the end. There is no other H264StereoSource.dll available. Maybe in the future, when it will be possible to edit 3D BD, we will have a faster and better decoder.
crl2007 is offline   Reply With Quote
Old 17th December 2011, 00:26   #219  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
It already exists (stereoscopic player) with CoreAVCDecoder.dll but is not free right what I find a shame.
The only one who convinced me as in my example is that on my config ldecod.exe gives me almost more than 0.5 fps (H264StereoSource.dll with avisynth) and completes the conversion of all my MVC tracks with an average of 4,5 fps with a Q9550 @ 3,4 Ghz & x264_x64.exe and Windows 7.
Strongly an MVC plugin free and fast
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.
frencher is offline   Reply With Quote
Old 12th January 2012, 02:29   #220  |  Link
slavanap
Registered User
 
slavanap's Avatar
 
Join Date: May 2011
Location: Moscow, Russia
Posts: 124
How did make ldecod.exe to parse two input streams (left.h264 & right.h264)? How did you combine them?

Thank you in advance.
slavanap is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 23:17.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.