hi all,

i am using ffmpeg_converter.module that uses ffmpeg_wrapper.module to complete the job. everything runs smoothly without any problem.

the thing is, converted FLV files doesn't have any metadata with it. i believes this job could be done by converting it with flvtool2. i am not able to run the custom command since the module UI doesn't allow any '|' in it. typically it should run a command like below:
ffmpeg -i original_file.avi -ar 64 -ab 44.1 -f flv -s 704×576 – | flvtool2 -U stdin converted_file.flv

i need help from anyone that could guide me on how to run this command with the module.

regards.