I use get_iplayer to d/l BBC progs and they arrive in Flash video format. These will play fine on my netbook but I want to convert them to mpeg so I can copy them to my DLNA-enabled Netgear NAS to watch on my Sony Bravia TV.
I've tried this:
FTR, mpeg streams that are captured on my MythTV box play fine. I've tried to replicate this format with the string above but so far no success.
Can anyone help? I could install Handbrake if I knew that would do the job.
I've tried this:
Code:
mencoder <BBC_prog_name>.flv -o <my_prog_name>.mpg -oac lavc -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=15000 -vf scale=720:576
Can anyone help? I could install Handbrake if I knew that would do the job.