Page 1 of 1

Transcoding video for Chromecast

PostPosted: Mon Jun 06, 2016 9:36 am
by rich600
Hi all,

I'm playing with Chromecast video streaming. Some of my videos play fine, others play just the video and others just the audio!

The CC is pretty fussy when it comes to codecs, so are there recommended transcoding settings for Subsonic to ensure that all video will be in the appropriate format for CC?

Ideally, I'd create a CC user that uses this transcoder.

Thanks
Rich

Re: Transcoding video for Chromecast

PostPosted: Sat Jun 11, 2016 11:39 am
by rich600
Hi all,

for those interested, I created a chromecast user and assigned a new transcoder to it. The transcoder is setup as follows:

ffmpeg -ss %o -i %s -c:v libx264 -preset superfast -b:v %bk -c:a aac -strict -2 -f matroska -threads 0 -

This converts everything to MKV container, using x264 video and AAC audio, which the ChromeCast loves :-)

Cheers
Rich