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