Hello, i'm trying to watch this avs file through MPlayer and it shows like this
and this is my AVS file
so, my question is, what can i do to fix the file so i can view it normally??? thanksCode:V=Mpeg2Source("movie.d2v") A=directshowsource("movie_audio.ac3") AudioDub(V,A) lanczosresize(612,360) Crop(0,42,0,-44) DelayAudio(.3)
+ Reply to Thread
Results 1 to 6 of 6
-
-
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. -
Different players, different graphics cards, different results. Stick with mod 4, 8 or 16, frame sizes and you're less likely to have problems.
-
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)
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
Similar Threads
-
Ghosting in VHS to DVD 5.0 Deluxe Converted File
By DaleB in forum Capturing and VCRReplies: 18Last Post: 31st Dec 2012, 20:43 -
Problem opening (.avs) file in virtualdub...
By dominator007 in forum DVD RippingReplies: 16Last Post: 19th Nov 2008, 10:53 -
Xvid3PSP Problem: File Could not Be opened (C:\Temp\preview.avs, line 6)
By Dschultz in forum Blu-ray RippingReplies: 20Last Post: 10th Oct 2008, 09:08 -
Problem with AVS file to open correctly in virtual dub and encode.
By vck in forum Video ConversionReplies: 9Last Post: 15th Aug 2008, 09:27 -
Projector Problem: Some videos smooth motion, others have "tearing&qu
By Xenogear900 in forum DVB / IPTVReplies: 16Last Post: 27th Jul 2008, 22:54