Flvtool2
From QuickWiki
FLVTool2 is a command line app for injecting FLV's with data as well as making basic edits.
I am using this because I have the previous version of Sorenson Squeeze that does not have the ability to give flv's ANY meta data (as far as I can find)
Everything below is for Mac OS X
Contents |
[edit]
Install Files
[edit]
FLVTool2
Download: the tool from inlet-media
[edit]
Ruby
Download the 1.8.2 update: here
I had to update my Ruby to 1.8 (from 1.6) and then all worked perfectly
[edit]
Config Changes
Open the bash login file (~/.bash_login) to change the path
pico -w ~/.bash_login
Add this line to the end of ~/.bash_login
export PATH="/usr/local/bin:/usr/local/sbin:$PATH"
[edit]
Help
lvtool2 -h
[edit]
Example Usage (Simple)
flvtool2 -U example.flv out.flv
[edit]
Tips [Reminders]
cd to the dir where the flv is and then enter the in and out file names
this post is still in the process of being written