[vdr] Converting HD recording
Artem Makhutov
artem at makhutov.org
Sun Nov 23 18:54:02 CET 2008
Hi,
Goga777 schrieb:
> I asked in other way
>
> is there any fast method (without demux) for converting the h264 pes records from vdr to any other containers - ts, avi ?
you can use
$ ffmpeg -i 001.vdr -acodec copy -vcodec copy -scodec copy output.ts
or
$ ffmpeg -i 001.vdr -acodec copy -vcodec copy -scodec copy output.mkv
to convert the recoring to a different container without demuxing it.
Regards, Artem
More information about the vdr
mailing list