View Single Post
Old 17th September 2009, 17:26   #5770  |  Link
PSPNut
Registered User
 
Join Date: Nov 2007
Posts: 26
Changing the script for each job

Is there a way to semi-permanently change the script for iPhone video conversion? For example, the default:

Quote:
video=Spline36Resize(video,480,270).Sharpen(0.2).AddBorders(0,0,0,2)
I understand that AddBorders(0,0,0,2) is mostly for PSP since the first and last line is not displayed. This issue does not plague the iPhone and also, since the video is being downsampled, I wanted to opt for the simpler and faster BilinerResize:

Quote:
video=BilinearResize(video,480,272).Sharpen(0.2)
This can be changed for each file being encoded, but it gets rather tedious if there is a large number of files being transcoded. I was wondering if there is an easier way to do this?

Also, I am curious to know if there is a way to convert an entire directory (full of DivX DVRs ) with the same settings instead of a file at a time?
PSPNut is offline   Reply With Quote