ffmpeg converter

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
sadist's picture

ffmpeg with metadata using flvtool2

I desperately need a module/patch or any other solutions that are able to help me converting and injecting metadata into the flv files. using ffmpeg_converter.module that requires ffmpeg_wrapper.module to do the job, I like how thin and easy both modules are.

according to my own research, there's only flvtool2 to do the work. i only need to insert an additional command to the ffmpeg command line when converting the file. e.g.
ffmpeg -i %in_file -ar 64 -ab 44.1 -f flv -s 704×576 – | flvtool2 -U stdin %out_file

Read more
Subscribe with RSS Syndicate content