new2doom
16th February 2008, 07:52
I have created a filter graph for a 1920X1080 vc1 files as follows:
movie.mpv ---> Cyberlink HD Demuxer ---> Cyberlink VC-1 decoder 4.2 -->
My Avisynth script is very simple:
Directshowsource("E:\movie\movie.grf", fps=23.976, audio=false, seekzero=false, seek=true, framecount=153923)
when I play the GRF in active movie it plays fine at 1920X1080
when I play the avisynth script it plays at 720 X 480. Checking the properties of the "movie.avs" file shows 720 X 480 in the file properties. If I use SOnic 4.2 filters, the avs file plays correctly at full resolution. What really confuses me is why the active movie window plays it correctly, but not the avs file in windows media player. I am using the most recent update of powerdvd.
Also, I don't know if this is related or not, but when I play the file in Active movie using the WM Videodecoder DMO filter, it plays at the correct speed, but the output is just green blocks and garbage. No recognizable image at all.
Any ideas?
movie.mpv ---> Cyberlink HD Demuxer ---> Cyberlink VC-1 decoder 4.2 -->
My Avisynth script is very simple:
Directshowsource("E:\movie\movie.grf", fps=23.976, audio=false, seekzero=false, seek=true, framecount=153923)
when I play the GRF in active movie it plays fine at 1920X1080
when I play the avisynth script it plays at 720 X 480. Checking the properties of the "movie.avs" file shows 720 X 480 in the file properties. If I use SOnic 4.2 filters, the avs file plays correctly at full resolution. What really confuses me is why the active movie window plays it correctly, but not the avs file in windows media player. I am using the most recent update of powerdvd.
Also, I don't know if this is related or not, but when I play the file in Active movie using the WM Videodecoder DMO filter, it plays at the correct speed, but the output is just green blocks and garbage. No recognizable image at all.
Any ideas?