Hi,

I'm using windows and when i try to run a conversion by ffmpeg, media mover gives me this error:
MM FFmpeg converted this file: !file
ffmpeg ran this command:
C:^\Windows^\SysWOW64^\ffmpeg.exe -i ^'sites/default/files/preview-composta-a-03.mov^' -acodec libmp3lame -ar 44100 -ab 64k -vcodec asv1 -r 25 ^'sites/default/files/media_mover/converter/transform__convert_file_with_ffmpeg/preview-composta-a-03.avi^' -v -1

As you can see, my ffmpeg is installed at windows directory, but the file input and output gives a relative path to the drupal install.

How can i edit it to actually look for the physical path of the file?

Thanks,
Carlos

Comments

arthurf’s picture

Are you seeing any codecs or formats listed on admin/config/ffmpeg_wrapper ?

carvalhar’s picture

yeah, it's correctly located.
i can convert by command line also.

I've added another issu at ffmpeg wrapper. Both modules give the same kind of error, so i'm not sure who is causing it.

http://drupal.org/node/1213210

thanks

arthurf’s picture

Status: Active » Closed (duplicate)

This is specific to ffmpeg_wrapper

carvalhar’s picture

so, just to clarify: mm_ffmpeg does call ffmepg wrapper to pass the command?