Log in

View Full Version : Codec for 'mpgv' files


jangai
15th April 2007, 20:39
Hi all.. .

Not found wih search in forum...

Somebody could give me a 'DirectShow compatible' codec able to decode 1080i video that VideoLan Client identify as 'mpgv' ??

I did'nt succeed to find its real origin and I am not even sure it is MPEG 2 or MPEG 4 compression... :stupid:

My purpose is to write a GraphEdit DirectShow process driven by AviSynth under VirtualDub as I can make with other formats...

Thanks in advance... :thanks:

Leak
15th April 2007, 21:17
Somebody could give me a 'DirectShow compatible' codec able to decode 1080i video that VideoLan Client identify as 'mpgv' ??
Googling for "mpgv fourcc" seems to indicate that "mpgv" would be MPEG2 video. Ffdshow or a myriad of other codecs should be able to handle that.

np: Star You Star Me - Loveletter (Simple Things)

jangai
16th April 2007, 18:05
Googling for "mpgv fourcc" seems to indicate that "mpgv" would be MPEG2 video. Ffdshow or a myriad of other codecs should be able to handle that.

Yes ! After good search way, I have found that it is simple MPEG 2 not very different from Transport Stream (.ts) ... And AviSynth knows what to do with...

:thanks:
JG