0 Members and 1 Guest are viewing this topic.
Quote from: JuanQuoteIf your movie is in 1280x720, leave the next option alone.Now go down to the "echo Crop(0,0,-0,-0) >> "%mypath%\%mymovie%.avs" line and change it to "echo Crop(0,4,-0,-4) >> "%mypath%\%mymovie%.avs"I always leave that part to (0,0-0,-0) and I have never got any problems. Why should I change it to (0,4,-0,-4)?
QuoteIf your movie is in 1280x720, leave the next option alone.Now go down to the "echo Crop(0,0,-0,-0) >> "%mypath%\%mymovie%.avs" line and change it to "echo Crop(0,4,-0,-4) >> "%mypath%\%mymovie%.avs"
If your movie is in 1280x720, leave the next option alone.Now go down to the "echo Crop(0,0,-0,-0) >> "%mypath%\%mymovie%.avs" line and change it to "echo Crop(0,4,-0,-4) >> "%mypath%\%mymovie%.avs"
Quote from: TackleberryQuote from: JuanQuoteIf your movie is in 1280x720, leave the next option alone.Now go down to the "echo Crop(0,0,-0,-0) >> "%mypath%\%mymovie%.avs" line and change it to "echo Crop(0,4,-0,-4) >> "%mypath%\%mymovie%.avs"I always leave that part to (0,0-0,-0) and I have never got any problems. Why should I change it to (0,4,-0,-4)?In order for you to make an mp4 your res height and width have to be both divisible by 16, 1280x720 is an example. (0,4,-0,-4) is used when one of your numbers is not divisible by 16 for example the res 800x600. 800 is divisible by 16 but 600 is not, so you use (0,4,-0,-4) to crop your width into a number that is divisible by 16. In this case 8 is subtracted from 600 leaving you with 592 which is divisible by 16. So in the end you get a video thats 800x592. That is why it's recommended that you record at a res with multiples of 16.
SMF 2.0.19 | SMF © 2021, Simple Machines