VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Hello, i'm trying to watch this avs file through MPlayer and it shows like this



    and this is my AVS file

    Code:
    V=Mpeg2Source("movie.d2v")
    A=directshowsource("movie_audio.ac3")
    AudioDub(V,A)
    lanczosresize(612,360)
    Crop(0,42,0,-44)
    DelayAudio(.3)
    so, my question is, what can i do to fix the file so i can view it normally??? thanks
    Quote Quote  
  2. Cropping before resizing might help. You created a video with a Mod2 height (612x274) and many (most?) players will give you what you showed in the picture. Also, your video has a ratio of 2.23:1 and I suspect the aspect ratio is incorrect.

    I used the script in MPC-HC and got the same thing. I used it in VDub and it looked fine.
    Quote Quote  
  3. The 274 pixel frame height is most likely the problem. Make it 272 instead.
    Quote Quote  
  4. Well, i removed the resize and the crop and it plays normally, but the thing is that in another computer the same file shows ok in mplayer.... so, i checked all the settings and everything is the same... and still it plays well :/
    Quote Quote  
  5. Different players, different graphics cards, different results. Stick with mod 4, 8 or 16, frame sizes and you're less likely to have problems.
    Quote Quote  
  6. Not sure if it helps at all, just tried:
    Code:
    LoadPlugin("G:\Hybrid\avisynthPlugins\DGDecode.dll")
    LoadPlugin("G:\Hybrid\avisynthPlugins\DirectShowSource.dll")
    V = Mpeg2Source("H:\TestClips&Co\DVDs\ElephantsDream\VIDEO_TS\VTS_01_1.d2v")
    V = V.lanczosresize(612,360)
    V = V.Crop(0,42,0,-44)
    A = directshowsource("H:\TestClips&Co\DVDs\ElephantsDream\VIDEO_TS\VTS_01_1 T80 3_2ch 448Kbps DELAY 0ms.ac3")
    AudioDub(V,A)
    DelayAudio(.3)
    with different players and had no problem at all.


    The mplayer call I used looks like this:
    Code:
    "G:\Hybrid\mplayer.exe" "C:\Users\Selur\Desktop\test.avs" -forcedsubsonly -nosub -noautosub -fps 25 -nocache -aid 0  -ao win32 -vo direct3d -lavdopts threads=1
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!