unused / airstream

A command line tool for streaming to airplay-devices
628 stars 30 forks source link

Transcoding support #15

Closed andoriyu closed 10 years ago

andoriyu commented 11 years ago

Hello, Are planing on adding trans-coding support or at least repacking mkv2mp4?

unused commented 10 years ago

Sorry for the late answer - it is not planned as a feature but you can certainly combine any converter (e.g. ffmpeg) and the cli tool. Simply you could also create a one-line shell script for often use…

ffmpeg -i in.mkv out.mp4 && airstream out.mp4