Customizing Kino MP4 Export Profiles
Kino is a great video editing tool. Sometimes the MP4 export profiles does not provide me with the right encoding configuration i need. Being in Linux environment, everything can be customize.
- Create this path if there is none.
$HOME/kino/exports - Copy any scripts that you desire to customize from
/usr/share/kino/scripts/export or /usr/local/share/kino/scripts/export to
$HOME/kino/exports.
Note: Be aware of dependent scripts. For example, all ffmpeg scripts requires ffmpeg_utils.sh to be copied over as well. Or else it wouldn't work. The only way to be sure of is to open the scripts using text editor and look for any command calling out other scripts. - Modify the copied scripts according to your liking.
Comments
Post a Comment