Closed (duplicate)
Project:
Media Mover
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2011 at 17:56 UTC
Updated:
9 Jul 2011 at 13:39 UTC
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
Comment #1
arthurf commentedAre you seeing any codecs or formats listed on admin/config/ffmpeg_wrapper ?
Comment #2
carvalhar commentedyeah, 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
Comment #3
arthurf commentedThis is specific to ffmpeg_wrapper
Comment #4
carvalhar commentedso, just to clarify: mm_ffmpeg does call ffmepg wrapper to pass the command?