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. |
|
|
#1 | Link |
|
_
![]() Join Date: Jan 2002
Posts: 16,660
|
DGMPEGDec 1.0.13 beta 11
I'm releasing a beta for feedback. Here is the link:
http://neuron2.net/fixd2v/dgmpgdec1013b11.zip EDIT: Link updated to latest beta version. Please refer to the Changes text file for details. Last edited by neuron2; 17th January 2005 at 00:17. |
|
|
|
|
|
#2 | Link | |
|
Pig on the wing
Join Date: Mar 2002
Location: Hollola, Finland
Posts: 3,462
|
Re: DGMPEGDec 1.0.13 beta 4
Quote:
Good to see you again
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
|
|
|
|
|
|
#3 | Link | |
|
Moderator
![]() Join Date: Nov 2002
Location: Inside
Posts: 718
|
Re: DGMPEGDec 1.0.13 beta 4
Quote:
Code:
dir *.vob /b > filelist.txt |
|
|
|
|
|
|
#7 | Link |
|
_
![]() Join Date: Jan 2002
Posts: 16,660
|
Here is DGMPGDec 1.0.13b5:
http://neuron2.net/fixd2v/dgmpgdec1013b5.zip This version adds tritical's changes as follows (I really like the info overlay!): A) added info option to mpeg2source() to display info on frames - example usage: mpeg2source(info=true) B) iPP is a bool again. If it is not explicitly set to true or false then it defaults to auto which switches between field/frame based pp based on the progressive_frame flag C) 4:2:2 input support - can now correctly decode 4:2:2 input sources and correctly output it to AviSynth as YUY2 *NOTE: mpeg2source() now throws an error on 4:4:4 input, it could handle it but AviSynth 2.5 does not have internal YUV 4:4:4 support 3a.) 4:2:2 PLANAR post-processing support D) Upsampling to 4:2:2 from 4:2:0 based on progressive_frame flag. Uses new upConv parameter of mpeg2source(). - example mpeg2source(upConv=true) *NOTES: it will only work if input is 4:2:0, if input is anything else then the upConv parameter is ignored E) BlindPP now supports YUY2 colorspace F) other stuff: - fixed blindPP syntax bug (x and X) - fixed a small bug with showQ option - fixed small memory leak with FrameList/GOPList not being free'd - fixed a bug in the vertical chroma deblocking postprocessing QP pointer being passed was incorrect for 4:2:0 - faster mmx 4:2:2 to packed YUY2 and YUY2 to planar 4:2:2 conversions - info output would not work correctly if temporal_reference was not zero based at the beginning of gops, it does now |
|
|
|
|
|
#9 | Link | |
|
_
![]() Join Date: Jan 2002
Posts: 16,660
|
Quote:
Thank you for your feedback. |
|
|
|
|
|
|
#10 | Link |
|
Fascinated Lurker
Join Date: Feb 2002
Location: Durham, UK
Posts: 237
|
Ah sorry, yes I mean the mpeg2 coefficients - i.e. Rec.709 vs Rec.601. Gspot can identify these in mpeg2 headers. The reason I mention it is because it's useful to know when converting to RGB in avisynth as by default avisynth uses rec.601.
All mpeg2 files should be decoded rec.709 unless specified in the header and it's that header info that I'd find handy in dgindex or dgdecode. There is a little discussion of this in the colormatrix filter thread: http://forum.doom9.org/showthread.php?s=&threadid=82217 (Note this is really low priority :P) |
|
|
|
|
|
#16 | Link | |
|
_
![]() Join Date: Jan 2002
Posts: 16,660
|
Quote:
EDIT: Can you send me a stream that you think uses something other than 709 so I can check if it has the extension? Last edited by neuron2; 13th January 2005 at 15:21. |
|
|
|
|
|
|
#17 | Link |
|
Moderator
![]() Join Date: Nov 2001
Location: Netherlands
Posts: 5,579
|
Many mpeg2s from dvd don't have it, although some do. I will look them up.
Many transport streams have it though (can also be seen with GSpot). I can send you a few samples, but I assume you have enough of those on your hdd
|
|
|
|
|
|
#18 | Link | |
|
Moderator
![]() Join Date: Nov 2002
Location: Inside
Posts: 718
|
Quote:
However, typing: "dir *.vob /b > list.txt" is pretty darn fast, certainly faster that a GUI would be. Plus, if you are already using the CLI then you're not shy at the DOS prompt. Typical of me... suggest a feature and then play devil's advocate against it! |
|
|
|
|
|
|
#19 | Link | |
|
_
![]() Join Date: Jan 2002
Posts: 16,660
|
Quote:
|
|
|
|
|
|
|
#20 | Link | |
|
Pig on the wing
Join Date: Mar 2002
Location: Hollola, Finland
Posts: 3,462
|
Quote:
http://www.saunalahti.fi/sam08/adapt.mpv
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|