Search found 10 matches

by Soulvomit
Thu Oct 10, 2013 5:04 pm
Forum: DGMPGDec
Topic: [RESOLVED] FFMPEG for decoding
Replies: 7
Views: 24779

Re: FFMPEG for decoding

:shock:

:cry:

Thanks for at least listening even though this thread didn't really go anywhere. Thank you for your valuable work and tools as well. Sorry for wasting your time. :oops:
by Soulvomit
Thu Oct 10, 2013 8:16 am
Forum: DGMPGDec
Topic: [RESOLVED] FFMPEG for decoding
Replies: 7
Views: 24779

Re: FFMPEG for decoding

It's just about a certain gratification I get knowing all the decoding and encoding was done by one library - part of that uniformity I mentioned earlier. It's dumb, I know.
by Soulvomit
Thu Oct 10, 2013 7:54 am
Forum: DGMPGDec
Topic: [RESOLVED] FFMPEG for decoding
Replies: 7
Views: 24779

Re: FFMPEG for decoding

You're right, there is no real technical gain in doing this, however, right now I bite the bullet and take the long tedious route of using FFMPEG to convert to lossless AVI and then working with that, so it would really save me a lot of time and effort if I could get rid of this step. I can't really...
by Soulvomit
Wed Oct 09, 2013 7:02 pm
Forum: DGMPGDec
Topic: [RESOLVED] FFMPEG for decoding
Replies: 7
Views: 24779

[RESOLVED] FFMPEG for decoding

Hello. Could it be possible to use DGIndex with FFMPEG/Libavcodec (ffmpeg.dll) doing the decoding? I know it may sound like a silly and trivial thing to request knowing that DGIndex already decodes the video and you could argue I won't "see" the difference between either decoders but I use FFMPEG to...
by Soulvomit
Sat May 12, 2012 7:54 pm
Forum: DGMPGDec
Topic: ChromaResample option for upConv
Replies: 5
Views: 18061

Re: ChromaResample option for upConv

I got a respond to my post in the Doom9 thread about this. ConvertToYV24(interlaced=true, chromaresample="point") MergeChroma(PointResize(width, height, 0, 2)) ConvertToRGB32() It doesn't always look right for editing depending on the material as certain areas are better off being upsampled progress...
by Soulvomit
Tue May 08, 2012 4:43 pm
Forum: DGMPGDec
Topic: ChromaResample option for upConv
Replies: 5
Views: 18061

Re: ChromaResample option for upConv

That would be even better. Thank you, Donald.
by Soulvomit
Mon May 07, 2012 8:38 pm
Forum: DGMPGDec
Topic: ChromaResample option for upConv
Replies: 5
Views: 18061

Re: ChromaResample option for upConv

I request this because it preserves hard edges, meaning there won't be any blending between colors like you get converting with AviSynth, VirtualDub, and of course DGMPGDec currently. This is important for encoders that only work with RGB, where if you transcode video that has been converted using c...
by Soulvomit
Wed May 02, 2012 12:46 pm
Forum: General Discussion
Topic: Indexer for other formats
Replies: 2
Views: 8759

Re: Indexer for other formats

It was worth a shot. :mrgreen:

Thanks again.
by Soulvomit
Wed May 02, 2012 12:38 pm
Forum: DGMPGDec
Topic: ChromaResample option for upConv
Replies: 5
Views: 18061

ChromaResample option for upConv

Could ChromaResample be an option when converting to RGB? I would like to use:

Code: Select all

MPEG2Source("1.d2v",upConv=2,chromaresample="point") 
Thank you.
by Soulvomit
Tue Mar 20, 2012 7:06 pm
Forum: General Discussion
Topic: Indexer for other formats
Replies: 2
Views: 8759

Indexer for other formats

Hello. Would you consider making an indexer for formats found in AVI, FLV, MP4, MOV, WebM and WMV? Currently AviSynth along with ffdshow don't always frameserve accurately to VirtualDub. Sometimes frames are missing or repeated, depending on the video's encoding job, D-frames, or something else, mak...