Tag: Video
ffmpeg on OSX with hardware enabled encoding
Add to the standard :ffmpeg -i source destination” :: 1-c:v h264_videotoolbox Also – it is critical that the bitrate be set, otherwise the default drops quality down to 600kb/s. to … Read More
Combine AUDIO and VIDEO on OSX – NOT using a NLE/DAW – part 2 – FFMPEG
Simple methods to combine Audio & Video files. For example, update a video file with a new mix, resulting in a single new MOV file. *This will work on OSX, … Read More
Combine AUDIO and VIDEO on OSX – NOT using a NLE/DAW – part 1 – QuickTime 7
Simple methods to combine Audio & Video files. For example, update a video file with a new mix, resulting in a single new MOV file.** Assumption is that the length … Read More
TBDB – imdb alternative with flexible API
DROP imdb – move search terms to TMdb *crowd-sourced, comfortable API *fewer details than imdb, but the content more than outweighs the limits in terms of usability. TMdb – main … Read More
Video Transcoding – scripts @ Github
transcode-video detect-crop convert-video query-handbrake-log 1234567891011brew install ruby gem install video_transcoding # ** THE FOLLOWING ARE REQUIRED ** brew install handbrake brew install ffmpeg brew install mkvtoolnix brew install mp4v2 # … Read More
Lightworks v14 on Ubuntu 17.04
Lightworks 14 fails due to ‘too new’ portaudio libraries. Solution: use libraries from 16.10 Source: Lightworks Forums Installing previous version libraries: [[ ! -d ~/tmp ]] && mkdir ~/tmp cd … Read More
FinalCutPro7 AND FinalCutProX – Happy Together (OSX Yosemite)
Once you have FinalCutPro X installed on Yosemite (10.10) – you can no longer install FinalCutPro7. [Same situation for Compressor] The proper workflow would be to install FCP-7 BEFORE FCP-X. … Read More