Hi,
Has anyone worked out a simple way of converting, e.g. part of a DVD or any miscellaneous video into an MPEG-TS that vdr is happy to play? I had a bit of a play with ffmpeg and mencooder but never managed to generate something that vdr would play!
Cheers,
Laz
Am 05/27/13 14:48, schrieb Laurence Abbott:
Some months ago I had success with ffmpeg:
ffmpeg -i input.mp4 -f mpegts -vcodec mpeg2video -aspect 16:9 -sameq -s 4cif -acodec mp2 -ar 48000 -ab 192k 00001.ts
Regards, Stephan.
On 30 May 2013 19:22, Stephan Loescher loescher@gmx.de wrote:
Works a treat, thanks! :-)
I did initially wonder about creating the index file but vdr now creates one if it's missing, rather than needing an updated version of genindex.
Cheers,
Laz