On 17/06/2013 18:15, Carl Fletcher wrote:
On Mon, 17 Jun 2013 16:54:43 +0100, dinkypumpkin
<[email protected]> wrote:

transcoding the files yourself (

Would be something like

ffmpeg -i inputfile.flv -vcodec copy -acodec copy -f mp4 -y outfile.mp4

That's only re-muxing, which already fails for OP in get_iplayer. The simplest form of transcoding (with current Windows installer version of get_iplayer - ffmpeg path will change in upcoming release):

"C:\Program Files\get_iplayer\FFmpeg\ffmpeg-0.8-win32-static\bin\ffmpeg.exe" -i inputfile.flv -f mp4 -y outfile.mp4

All on one, of course. If you're going to do a lot of transcoding, you may want to look at WinFF or Handbrake or one of the many other video converters out there.



_______________________________________________
get_iplayer mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to