Quote:
|
Originally Posted by tkalfaoglu
Hi there. I'd like to be able to do two things with my Dreambox 7000:
1) Convert recorded stuff (in TS format) to AVI files so that even a windows machine can play ,
2) Convert AVI files to .TS format so I can watch them using Dreambox.
Are these possible with ffmpeg? If so, which options do I need?
Many thanks,
-t
|
1. TS files are just MPEG with some additional headers for the content (like what channel, frequency, name, etc.. - when you play back a ts on the dreambox it will show you all those details in the OSD). ffmpeg can easily convert them with
ffmpeg -i input.ts output.avi
2. Reverse the options shown above
Note vlc () on window$ can playback the ts file as-is last time i looked.