Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
Processor : ARMv7 Processor rev 0 (v7l)BogoMIPS : 1594.16Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3CPU implementer : 0x41CPU architecture: 7CPU variant : 0x3CPU part : 0xc09CPU revision : 0Hardware : MV88DE3100Revision : 0301Serial : 0000000000000000
Are you using Chromecast by Google?Google Play is at this moment a mess and it's hard to find Chromecast-Apps.You'll find with this app an overview about all Google Cast compatible Apps in the Google Play Store.
Video codecs: H.264 High Profile Level 4.1, 4.2 and 5, VP8 Audio decoding: HE-AAC, LC-AAC, CELT/OPUS, MP3 Containers: MP4/CENC, WebM, MPEG-DASH, SmoothStreaming Level 1 DRM support: Widevine, Playready Subtitles: WebVTT - Web Video Text Tracks
ffmpeg -i input.ts -c copy -copyts output.mp4
.ts HDTV recordings vom VDR kannst du mit ffmpeg sehr schnell in einen mp4 Container muxen, dann sollte sie der Chromecast schon abspielen.Code: [Auswählen]ffmpeg -i input.ts -c copy -copyts output.mp4
sudo add-apt-repository 'deb http://ppa.launchpad.net/jon-severinsson/ffmpeg/ubuntu '"$(cat /etc/*-release | grep "DISTRIB_CODENAME=" | cut -d "=" -f2)"' main' && sudo apt-get update
sudo apt-get install ffmpeg