merlinmage
23rd January 2011, 19:58
Hello there,
I wanted to crop and resize my video file (1080p BDMV) with x264's CLI and filtering system, not AviSynth.
So I read through the help file of x264 and "produced" a CLI like this:
--video-filter crop:0,140,0,-140/resize:1920,800,spline
I get this error after indexing with FFMS2:
ffms [info]: 1920x1080p 1:1 @ 24000/1001 fps (vfr)
crop [info]: cropping to 1920x800
resize [error]: invalid sar `spline'
What is the SAR in this case or what is it generally and what is wrong not using it?Since the wiki told me that I have several choices how I can resize the video.
I wanted to crop and resize my video file (1080p BDMV) with x264's CLI and filtering system, not AviSynth.
So I read through the help file of x264 and "produced" a CLI like this:
--video-filter crop:0,140,0,-140/resize:1920,800,spline
I get this error after indexing with FFMS2:
ffms [info]: 1920x1080p 1:1 @ 24000/1001 fps (vfr)
crop [info]: cropping to 1920x800
resize [error]: invalid sar `spline'
What is the SAR in this case or what is it generally and what is wrong not using it?Since the wiki told me that I have several choices how I can resize the video.