Creating divx encoded files

Roger Bell_West roger at firedrake.org
Tue Feb 18 18:08:43 EST 2014


On Tue, Feb 18, 2014 at 10:35:01PM +0000, Chris Dunne wrote:
>I have two (budget) TVs that both have USB ports and will play Xvid
>files (Divx5) when contained in AVI files fine but will not play mp4s
>directly.

Right, so what you need is to remux and potentially re-encode (if
they're in H.264). And since you say you can already

>convert them to Xvid,

you have a way of doing that already. (Presumably using
ffmpeg/avconv?)

So you just need to get that command into the --command option of
get_iplayer:

       --command, -c <command>
              Run  user  command after successful recording using args such as
              <pid>, <name> etc

Does that seem to be pointing you in the right direction, or have I
misunderstood the nature of your problem?



More information about the get_iplayer mailing list