get-iplayer and PS3

dinkypumpkin dinkypumpkin at gmail.com
Fri Dec 14 06:37:00 EST 2012


On 13/12/2012 16:49, Ross Burton wrote:
> I'm joining the people trying to play files downloaded with
> get-iplayer on a PS3, and having the common problems of no sound and
> fast playback.  I'm using ffmpeg 1.0 and get-iplayer 2.82.

I'm not a PS3 user, but one possibility is that the PS3 doesn't 
determine the audio parameters correctly (or ffmpeg doesn't set them up 
correctly when re-muxing). You could try an audio-only transcode, which 
should be a fair bit quicker than a full transcode:

ffmpeg -i infile.mp4 -strict experimental -vcodec copy -acodec aac -y 
outfile.mp4

You'll lose the embedded artwork, though.  If you use --raw with 
get_iplayer, you can process the .FLV file directly. No tagging in that 
case.





More information about the get_iplayer mailing list