Linux Sysadmin Blog

FLVTool2 Not Injecting Metadata (Video Length)

- | Comments

Okay, I’ll make this short, we have several servers with Ffmpeg and later we found out that one of them is having problem on video conversion as it does not add the video length to the output file.  This issue was caused by older version of Flvtool2, version 1.0.5 RC6 and below.  So I upgraded my installation to latest release which is 1.0.6 final (this is the latest version at the time of this post).

You can check for the latest release at RubyForge.

Upgrade process is easy, same as the installation process, and if you need help visit our detailed guide on Installing ffmpeg and its components and look for Flvtool2 section.

If you’re still having problem after Flvtool2 upgrade check your Ruby installation as you may need to update it as well.  If you’re on a Cpanel server you can use Cpanel’s Ruby install script at /scripts/installruby”.

Comments