I have a TS file I captured of a movie from a sports channel that has scrolling scores at the bottom and I would like to crop it out.
The original file is in 1920x1080 and I would like to crop it then re encode it down to 1280x720 to burn it to a DVD5 for playback on a Sony BDP-S350.
I've converted tons of movies for for the S350 by just adding borders top and bottom to satisfy the 1280x720 or 1920x108 resolution but with this I need to crop it then add borders.
I've figured out that I need to crop off 116 lines from the bottom to get rid of the scrolling scores then I have to add 58 lines top and bottom. So I make my AVS script and the preview looks fine in MeGUI it doesn't give any errors or suggest changes to the AVS script.
So I start the re encode and it goes for about 2 hours then it says there was an error with x264.exe and MeGUI needs to close and then a popup tells me FFmpeg was the cause of the error but doesn't tell me what the error was I assume it has to be in my AVS script. Here it is:
Please help me figure this outCode:LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\DGAVCDecode.dll") AVCSource("The Greatest Game Ever Played_cut.dga") Crop(0,0,-0,-116) AddBorders(0,58,0,58) FieldDeinterlace() Lanczos4Resize(1280,720)
Thanks in advance
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
How To Convert Any .vob/.avi/.divx video To x264 In Megui
By jamespoo in forum User guidesReplies: 4Last Post: 13th Jun 2011, 21:31 -
FFMpeg x264 Presets
By Metroidn1f in forum Video ConversionReplies: 9Last Post: 7th Jun 2010, 12:27 -
FFMPEG Automated Video Convert
By sp0oon in forum Video ConversionReplies: 4Last Post: 12th May 2010, 10:58 -
Seeking for some easy tool to convert camera video to x264
By junglemike in forum Newbie / General discussionsReplies: 2Last Post: 9th Jun 2009, 06:03 -
what a good program to use to convert a x264 video file to dvd....
By cowboysroy31 in forum Authoring (DVD)Replies: 8Last Post: 8th Apr 2008, 07:04