ChromeCast Working :)

Discuss media renderers like Xbox 360, TVs, smartphones, etc.
Locked
Tripollite
Posts: 1
Joined: Mon Apr 14, 2014 7:28 am

ChromeCast Working :)

Post by Tripollite »

Work for all my .avi .mkv and .mp4

Use FFmpeg in primary encoder

Code: Select all

#----------------------------------------------------------------------------
# Profile for Android.
# See PS3.conf for a description of all possible configuration options.
#

RendererName=ChromeCast
RendererIcon=android.png
UserAgentSearch=CrKey

Video=true
Audio=true
Image=true

MediaInfo = true

Supported = f:mp4             v:mp4|h264               a:aac|mp3                  m:video/mp4       n:2
Supported = f:mp3                n:2             m:audio/mpeg

Supported = f:jpg    m:image/jpeg
Supported = f:png    m:image/png
Supported = f:gif    m:image/gif
Supported = f:bmp    m:image/bmp


MaxVideoBitrateMbps = 25

SeekByTime = exclusive

#DisableMencoderNoskip = true
#CustomMencoderOptions = -channels 2 -lavcopts vcodec=mpeg4:acodec=libvorbis:abitrate=192 -ovc x264 -x264encopts threads=auto:level_idc=41 -of avi
#CustomMencoderQualitySettings = keyint=0:vqscale=5:vqmin=2
CustomFFmpegOptions = -async 1 -seekable 1 -fflags +genpts -map 0:0 -c:0 libx264  -profile:v high -level 4.1 -acodec mp3 -preset faster -b:v 8000k -map 0:1 -c:1 copy -f matroska
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: ChromeCast Working :)

Post by DeFlanko »

Very nice, thank you.

Continue the discussion here: viewtopic.php?f=5&t=1454
Locked