[vdr] Re: How to play MPEG PS files?

2025-01-07 Thread schorpp
Resend w/o attachments because of list size limit of 140KB. Am 07.01.25 um 21:53 schrieb Frantisek Rysanek: I got some video files in MPEG PS format. >> I was wondering if there is a way to play MPEG PS recordings in VDR, or a FUSE program that would make the recordings appear as something

[vdr] Re: How to play MPEG PS files?

2025-01-07 Thread Frantisek Rysanek
> I got some video files in MPEG PS format. > Have you tried VLC ? I'm not very fluent in the various container formats... could it be that the file is really in a "transport stream" format, maybe with a limited/filtered subset of PID's ? I wonder what dvbsnoop would say about the file, such as

[vdr] Re: How to play MPEG PS files?

2025-01-07 Thread Stephan Loescher
Hi! You could try this ffmpeg command: ffmpeg -i file.mpg -vcodec copy -bsf:v h264_mp4toannexb 1.ts Do you have to replay the VDR files with a FF-card or xinelib frontend? With xinelib this ts files should work. BR, Stephan. -- https://www.loescher-online.de/ Am 07.01.25 um 8:10 PM schrie

[vdr] How to play MPEG PS files?

2025-01-07 Thread Marko Mäkelä
I got some video files in MPEG PS format. These files would not play in VDR even if put them in directories named after timestamps and name them 1.ts. The command vdr --genindex fails to create any index file. However, if I first convert them to MPEG TS format with ffmpeg -i file.mpg -c