frat3rius
Results
1
comments of
frat3rius
I've played around with ffmpeg command, and ended up with: ```mkchromecast --video --command 'ffmpeg -i video.avi -vcodec h264 -acodec aac -f matroska pipe:1' --debug``` which I think should work, I've...