|
||||||||
transcoding iPlayer .FLV to mpeg video for Bravia TV |
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Forum Member
Join Date: Mar 2007
Posts: 14
|
transcoding iPlayer .FLV to mpeg video for Bravia TV
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: 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. |
|
|
|
|
Please sign in or register to remove this advertisement.
|
|
|
#2 |
|
Forum Member
Join Date: Mar 2007
Posts: 14
|
Did a bit of digging. MEncoder doesn't seem to offer mpeg-ts, but ffmpeg does. So, after some useful Google-fu, I came up with:
Code:
ffmpeg -i BBC_prog_name.flv -f mpegts -mbd rd -trellis 2 -cmp 2 -subcmp 2 -g 100 -b 5000k my_prog_name.mpg BTW, programmes are downloaded with the following command format: Code:
get-iplayer --mode flashhigh --get <prog_id> |
|
|
|
![]() |
|
All times are GMT. The time now is 18:08.

