nautilus7
29th February 2008, 15:13
I am trying to convert the 3:10 to Yuma Blu-ray to DVD. Video is VC-1 1080p and i want to encode it with CCE to mpeg-2.
I have trouble building the graph and the avs file.
In graphedit i used haali media splitter (m2ts file) --> WMVideo Decoder DMO (which comes with wmp11). I load the .grf using directshowsource in avisynth. It seems to work, as i can play it with mpc just fine. The problem comes when add the convertTOYUY2 filter, needed for CCE encoding. The avs file doesn't play correctly then (fps is around 18 and drops frames). CCE trial encode is also crap.
The avs also contains a resize filter (either lanczos or spline), but the result is the same with and without it.
I tried different decoder (sonic video decoder 4.3 and ffdshow) in the graph, but i get grf files doesn't have a compatible open video pin. Graph must have 1 output pin that will bid rgb24, rgb32, argb, yuy2 or yv12. I don't know what to do to fix that...
AVS is that:
DirectShowSource("yuma.GRF", fps=23.976, seekzero=false, seek=true, framecount=176237, audio=false)
#LanczosResize(720, 576)
Spline36Resize(720, 576)
#Trim(0, 999)
ConvertToYUY2(interlaced=false)
I tried with fps=25, w/o seekzero, seek and framecount options, but had no luck.
My ultimate goal is to encode the vc-1 .m2ts file to pal dvd with cce.
My cpu is a c2d and during the avs playback it reaches 70%, which i believe is rather high. The original .m2ts file plays fine in powrdvd with much less cpu usage (~30%). I have an nvidia 7600 and win xp, so no use of dxva.
I have trouble building the graph and the avs file.
In graphedit i used haali media splitter (m2ts file) --> WMVideo Decoder DMO (which comes with wmp11). I load the .grf using directshowsource in avisynth. It seems to work, as i can play it with mpc just fine. The problem comes when add the convertTOYUY2 filter, needed for CCE encoding. The avs file doesn't play correctly then (fps is around 18 and drops frames). CCE trial encode is also crap.
The avs also contains a resize filter (either lanczos or spline), but the result is the same with and without it.
I tried different decoder (sonic video decoder 4.3 and ffdshow) in the graph, but i get grf files doesn't have a compatible open video pin. Graph must have 1 output pin that will bid rgb24, rgb32, argb, yuy2 or yv12. I don't know what to do to fix that...
AVS is that:
DirectShowSource("yuma.GRF", fps=23.976, seekzero=false, seek=true, framecount=176237, audio=false)
#LanczosResize(720, 576)
Spline36Resize(720, 576)
#Trim(0, 999)
ConvertToYUY2(interlaced=false)
I tried with fps=25, w/o seekzero, seek and framecount options, but had no luck.
My ultimate goal is to encode the vc-1 .m2ts file to pal dvd with cce.
My cpu is a c2d and during the avs playback it reaches 70%, which i believe is rather high. The original .m2ts file plays fine in powrdvd with much less cpu usage (~30%). I have an nvidia 7600 and win xp, so no use of dxva.