Re: [Dorset] Encoding Video for streaming

2010-01-19 Thread Terry Coles
On Tuesday 19 Jan 2010, Robert Bronsdon wrote: The main script I use is included below. It produces some large files but it does work on the PS3. I've had this working up to 720p content just fine so I know its OK. #!/bin/sh mencoder -oac lavc -ovc lavc -channels 6 -of mpeg -mpegopts

Re: [Dorset] Encoding Video for streaming

2010-01-19 Thread Terry Coles
On Tuesday 19 Jan 2010, Ralph Corderoy wrote: In case it's not obvious, I think you run the script with two parameters, the input file and the desired output file. And the above is all on one line, or else append a space and a backslash, \, to all lines from mencoder onwards but the last. I