Register now and start sharing your code snippets.
-->

Add duration metadata into flv movie

Shell Script (Bash) posted about 1 year ago by marko

By default an flv movie doesn’t contain the duration metadata. Using the flvtool2 program it is injected like this into the movie file.

   1  cat mymovie.flv | flvtool2 -U stdin mymovie.flv

Tagged flv, movie, flash, duration, metadata, flvtool2