steventrux / castize

Batch convert script for chromecast compatibility using ffmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Castize

Batch convert script for chromecast compatibility.

The Purpose of this Script is to batch convert any video file in a folder for chromecast compatibility.

The script only convert non compatible audio and video tracks.

Prerequisites:

Castize requires ffmpeg, H.264 video encoder and AAC audio encoder.

FFmpeg compilation guide

If ffmpeg is not installed on your system, castize can compile it for you (only ubuntu is supported right now).

Usage:

wget https://raw.githubusercontent.com/steventrux/castize/master/castize.sh

sh castize.sh /home/user/original_videos /home/user/chromecast_videos

About

Batch convert script for chromecast compatibility using ffmpeg

License:MIT License


Languages

Language:Shell 100.0%