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 |
|
|
#2842 | Link |
|
Guest
Join Date: Jan 2002
Posts: 21,901
|
Thank you for the sample, and sorry to hear about your internet problems. I know how frustrating it can be.
It appears that CUVID doesn't support this profile/level (3.3) with resolution (1280x1440), but I want to confirm this with nVidia. Last edited by Guest; 18th January 2013 at 02:35. |
|
|
|
|
|
#2844 | Link |
|
.
![]() Join Date: Oct 2001
Location: Germany
Posts: 7,859
|
How to:
a. select specifc PGCs b. select specific angles ? I know older DGIndex didn't support it but since http://forum.doom9.org/showthread.php?t=109119 doesn't mention, I guess support for PGC and angle selection was added, wasn't it? If it still isn't possible to do a.&b. are there any plans to add support for a. and b. ? Cu Selur |
|
|
|
|
|
#2845 | Link |
|
Guest
Join Date: Jan 2002
Posts: 21,901
|
PGC and angle selection are not supported nor do I have any plans to do so. You need to use your ripper to rip the correct things.
Angle selection for BluRay MPLS files *is* supported, however. It was an easy thing to do when I added MPLS file support. |
|
|
|
|
|
#2848 | Link |
|
.
![]() Join Date: Oct 2001
Location: Germany
Posts: 7,859
|
Because, the 'Known Issues and Limitations'-list refers to DGIndex which is initially was based on DVD2AVI. But okay, than the user manual should at least mention that DGIndex(NV) can open vobs but has no clue about PGCs and angles. Like always this is only my opinion, nobody is forcing DG to anything.
|
|
|
|
|
|
#2849 | Link |
|
Registered User
Join Date: Oct 2006
Location: Omicron Persei 8
Posts: 180
|
So a multi-angle DVD is NOT a MPEG2 stream? Whatsoever, this is only a short introduction to the program, not a list of supported or not supported features. And that is exactly the reason why most developers/publisher have a "known issues" list.
|
|
|
|
|
|
#2850 | Link | |
|
Guest
Join Date: Jan 2002
Posts: 21,901
|
That is correct, a multi-angle DVD is not an MPEG2 stream.
Anyway I'm happy to add a clause to the limitations if it will prevent any possible confusion. I will do that right now. Thank you for suggesting it, Selur. EDIT: I added this disclaimer: Quote:
Last edited by Guest; 21st January 2013 at 15:22. |
|
|
|
|
|
|
#2851 | Link |
|
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,439
|
A multi-angle DVD is (a little more than) an MPEG2 Program Stream (which makes the VOB file) containing several multiplexed MPEG2 Video Streams, where the additional video streams are meant to be an alternative to brief parts of the first video stream. Video encoders have quite strict limits when creating multi-angle compliant video, e.g. the GOPs have to match in structure across all parallel angle streams.
When you play a DVD with the second angle selected, it plays the first video stream where there is only one, and plays the second for the scenes where there are (at least) two alternative video streams in parallel. DVD Rippers will cut-and-stitch it in the same way to one single continuous video stream. I only got one DVD so far which used multi-angle, that was the german "Shrek" DVD production, where the intro replaced original english cast screens by german versions; the whole rest of the movie was a single video stream. |
|
|
|
|
|
#2852 | Link | ||
|
Registered User
Join Date: Oct 2006
Location: Omicron Persei 8
Posts: 180
|
Quote:
Quote:
Afaik multi-angle is only useful for exactly one usage: switching "playlists" while playing the movie but if that is not required creating playlists is much easier (theatrical cut vs. director's cut). |
||
|
|
|
|
|
#2853 | Link |
|
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,439
|
Ehm, no, there is at least one more use for "multi-angle", the purpose which gave its name: When the same scene was filmed from multiple angles by several cameras in sync.
I was a professional DVD authorer when our company made a DVD of the opera "Turandot" with multi-angle scenes (indicated by a "shining moon" symbol). And I believe there are many more MA productions in the adult movie sector... |
|
|
|
|
|
#2854 | Link | |
|
Registered User
Join Date: Oct 2006
Location: Omicron Persei 8
Posts: 180
|
Quote:
Think about a movie. Theatrical cut and Director's Cut. To make it easy the Director's Cut only have an alternative ending. With multi-angle the viewer can instantly jump between original and alternate ending. He can't do that if playlists were used. However, neither for playlists not for multi-angle you need to save both cuts completely on disc, just the different parts. Or did i miss something? |
|
|
|
|
|
|
#2855 | Link |
|
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,439
|
Yes. Multi-angle is not at all related to different content. You would have a continuing audio stream, just different videos to the same audio. If you have different endings, you would have different audio per ending, and this can't be solved by multi-angle.
There is a different technique: "seamless branching". A little more complex. Tries to avoid breaks at branch points but allows different content for both video and audio. I don't remember in detail how it works; maybe imagine it like interleaved PGCs. |
|
|
|
|
|
#2857 | Link |
|
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,439
|
"Soft Telecine" means that the material is stored progressively with FILM framerate (24000/1001), and the (DVD) player has to apply the 3:2 pulldown on-the-fly to display it with NTSC framerate (30000/1001).
Means: There is no IVTC necessary. The video is already progressive. The decoder should "ignore the pulldown flag". |
|
|
|
|
|
#2860 | Link |
|
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,439
|
Oh, sorry, I didn't check DGIndexNV.exe thoroughly ... no, it doesn't seem to have an according option.
I just created a small test M2V with HCEnc 0.26, it is always decoded with Telecine. Selecting the option "PureVideo Deinterlacer › Use progressive_frame" does not force the decoder to ignore the Soft Telecine flag. __ @ Selur: No; remember the precision of float values. 24000/1001 is not exactly equal to 23.976! (clip.FrameRate < 25.0) may work. If Donald knows a way to set up the PureVideo decoder to ignore this flag, this would certainly be the preferable solution.
Last edited by LigH; 11th February 2013 at 16:40. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|