Re: [Dorset] Encoding Video for streaming

2010-01-20 Thread Robert Bronsdon
On Tue, 19 Jan 2010 18:04:17 -, Terry Coles d-...@hadrian-way.co.uk wrote: It's not that the file wouldn't play on the PS3; I couldn't even add it to the list of videos for streaming in MediaTomb. Is there a way to do this in the shell instead of through a browser so I can see the

Re: [Dorset] Encoding Video for streaming

2010-01-20 Thread Terry Coles
On Wednesday 20 Jan 2010, Robert Bronsdon wrote: On Tue, 19 Jan 2010 18:04:17 -, Terry Coles d-...@hadrian-way.co.uk wrote: It's not that the file wouldn't play on the PS3; I couldn't even add it to the list of videos for streaming in MediaTomb. Is there a way to do this in the

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

Re: [Dorset] Encoding Video for streaming

2010-01-18 Thread Andrew Montgomery-Hurrell
2010/1/18 Terry Coles d-...@hadrian-way.co.uk On Monday 18 Jan 2010, Dan Dart wrote: The audio may be in an unrecognised format. Have you tried -ao mp3lame in mencoder? But unrecognised by what? Will that encoding provide an audio stream that is recognised by the PS3; remember the

Re: [Dorset] Encoding Video for streaming

2010-01-18 Thread Terry Coles
On Monday 18 Jan 2010, Andrew Montgomery-Hurrell wrote: Have you looked at HandBrake ( http://handbrake.fr )? I believe it has an encoding preset specifically for the PS3. Bingo! That is a seriously easy to use piece of software. I didn't see any specific settings for PS3, but I simply used

Re: [Dorset] Encoding Video for streaming

2010-01-18 Thread Robert Bronsdon
Hello Terry, Sorry for posting twice in a row but I didn't realise exactly the question. As before I've got a PS3 working quite nicely. 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

Re: [Dorset] Encoding Video for streaming

2010-01-18 Thread Ralph Corderoy
Hi Terry, Robert Bronsdon wrote: #!/bin/sh mencoder -oac lavc -ovc lavc -channels 6 -of mpeg -mpegopts format=dvd:tsaf -vf softskip,scale=720:-2,hqdn3d,harddup -srate 48000 -af lavcresample=48000:volnorm=2 -ofps 25 -lavcopts

Re: [Dorset] Encoding Video for streaming

2010-01-16 Thread Ralph Corderoy
Hi Terry, MPEG1/2 does not support 2997/100 fps Try adding -ofps 3/1001 to the command line. Cheers, Ralph. -- Next meeting: Dorchester, Tuesday 2010-01-12 20:00 ** New date ** Dorset LUG: http://dorset.lug.org.uk/ Chat:

Re: [Dorset] Encoding Video for streaming

2010-01-16 Thread Terry Coles
On Saturday 16 Jan 2010, Ralph Corderoy wrote: MPEG1/2 does not support 2997/100 fps Try adding -ofps 3/1001 to the command line. Well that's converting, but I've 17 minutes to wait to see if it's worked! Thanks! -- Terry Coles 64 bit