ffmpeg wrapper

Events happening in the community are now at Drupal community events on www.drupal.org.
stefanwray's picture

FFMPEG Wrapper Configuration

I just upgrade FFMPEG Wrapper to the latest version and in Status Report I'm getting a message telling me "The path that you have set to FFmpeg does not appear to be correct."

Here's screenshot below.

This path: /home/bhiatt/vhook does not exist. There is no vhook there. Where might I check?

I also looked at /usr/bin/ffmpeg and don't see any ffmpeg in that bin.

Are the vhook and the ffmpeg executable supposed to be on the FFMPeg server?

Read more
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