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. |
|
|
#21 | Link | |
|
Registered User
Join Date: Oct 2004
Posts: 51
|
Quote:
LoadPlugin("DGDECODEX.DLL") Source = Mpeg2Source("Video.D2V", iDCT=4, CPU=0) Return(Source) |
|
|
|
|
|
|
#25 | Link | |
|
Registered User
Join Date: Oct 2004
Posts: 51
|
Quote:
|
|
|
|
|
|
|
#27 | Link | |
|
Registered User
Join Date: Oct 2004
Posts: 51
|
Quote:
Source = Mpeg2Source("VIDEO.D2V", iDCT=4, CPU=0) Source = Trim(Source, 70, 3145) Source = Crop(Source, 0, 76, -0, -76) Source = LanczosResize(Source, 720, 304, Taps=8) Return(Source) If I comment out "Source = LanczosResize(Source, 720, 304, Taps=8)", then it plays correctly in MPlayer. The LancosResize changes the Video Pitch from 720 to 736. The original source is 720x576. If resizing to 704x304, then the video pitch is 704, so this appears to happen when width is not changed. Last edited by CyberGuy; 11th May 2005 at 22:17. |
|
|
|
|
|
|
#28 | Link |
|
Registered User
Join Date: Mar 2003
Posts: 41
|
Is it possible thats theres a problem with DGIndex not flushing the last frames from a previously loaded file, Whilst backing up Agent Cody Banks i noticed on the finished file that the first frame or two was from the menu which i had loaded just to check it out before hand. the finished file had audio/video sync issues which might have been down to this. im reencoding the file now to confirm.
|
|
|
|
|
|
#29 | Link | |
|
_
![]() Join Date: Jan 2002
Posts: 16,633
|
Quote:
@cw_uk It's highly doubtful. Maybe you forgot to delete the VOB from the VOB list. |
|
|
|
|
|
|
#30 | Link | |
|
Registered User
Join Date: Oct 2004
Posts: 51
|
Quote:
See: http://forum.doom9.org/showthread.ph...0&pagenumber=2 |
|
|
|
|
|
|
#31 | Link |
|
_
![]() Join Date: Jan 2002
Posts: 16,633
|
DGMPGDec 1.3.1b4
Here is beta 4. This version corrects a decoding error caused by improper recovery from an MPEG2 syntax error (caused by corruption of a transport stream). The issue is described in this thread:
http://forum.doom9.org/showthread.php?s=&threadid=94382 Here is the fixed version: http://neuron2.net/dgmpgdec/dgmpgdec131b4.zip |
|
|
|
|
|
#33 | Link | |
|
Registered User
Join Date: Mar 2003
Posts: 41
|
Quote:
|
|
|
|
|
|
|
#34 | Link | |
|
_
![]() Join Date: Jan 2002
Posts: 16,633
|
Quote:
Last edited by neuron2; 16th May 2005 at 05:44. |
|
|
|
|
|
|
#35 | Link | |||
|
Registered User
Join Date: Mar 2003
Posts: 41
|
Quote:
Quote:
Quote:
apologies for my lack of words and effort but im off to bed and couldnt be bothered to type out a explaination. |
|||
|
|
|
|
|
#36 | Link | ||
|
AviSynth Developer
![]() Join Date: Nov 2001
Location: Dark Side of the Moon
Posts: 3,468
|
Quote:
Quote:
|
||
|
|
|
|
|
#38 | Link |
|
_
![]() Join Date: Jan 2002
Posts: 16,633
|
Beta 5 has pitch fix and emulated header fix
Here is 1.3.1 beta 5. This beta adds a fully correct fix for the pitch=width assumption, thereby allowing correct operation under the current Avisynth 2.5.6 beta, as well as the stable 2.5.5 version. Our friend tritical kindly developed and contributed this code revision. Thank you, tritical!
tritical also removed the limitation of a maximum of 1,000,000 frames. I added a fix for the emulated header problem by properly parsing the pack layer or transport layer if needed when getting the initial sequence header. I also corrected an error in the D2V file format document. Please beat up on this hard because the changes are extensive. Thank you. http://neuron2.net/dgmpgdec/dgmpgdec131b5.zip Last edited by neuron2; 21st May 2005 at 14:18. |
|
|
|
|
|
#39 | Link |
|
Author of avi.NET rip.NET
Join Date: Apr 2005
Location: England [UK]
Posts: 408
|
Just tried your beta5, remember that 'green line' (earlier post) I was getting down the left side on certain clips..... well it's now gone.
Well done. Last edited by iNFO-DVD; 18th May 2005 at 04:16. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|