Convert to MPG fails
Posted: 2013-05-05T16:14:23-07:00
Hi friends.
I have read a lot of information about this error in this forum, but I couldnt find any solution.
Im developing a program which takes jpg images and try to convert them into mpeg video.
This is my command line
convert c:\Images\*.jpg" "c:\myvideo.mpg"
And this is the error:
convert.exe: Delegate failed `"ffmpeg.exe" -v -1 -mbd rd -trellis 2 -cmp 2 -subc
mp 2 -g 300 -i "%M%%d.jpg" "%u.%m"' @ error/delegate.c/InvokeDelegate/1065.
I read about the delegates, I just run the -format list and this is the result:
MONO* rw- Raw bi-level bitmap
MOV rw+ MPEG Video Stream
MP4 rw+ MPEG-4 Video Stream
MPC* rw+ Magick Persistent Cache image format
MPEG rw+ MPEG Video Stream
MPG rw+ MPEG Video Stream
MRW r-- Sony (Minolta) Raw Image File
And this is my IM version
convert -version
Version: ImageMagick 6.8.4-10 2013-04-13 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: bzlib fontconfig freetype jng jp2 jpeg lcms lzma pango png ps tiff x
xml zlib
What can I do to resolve ASAP this error?
Do I need to install some program for this goal?
Best regards,
I have read a lot of information about this error in this forum, but I couldnt find any solution.
Im developing a program which takes jpg images and try to convert them into mpeg video.
This is my command line
convert c:\Images\*.jpg" "c:\myvideo.mpg"
And this is the error:
convert.exe: Delegate failed `"ffmpeg.exe" -v -1 -mbd rd -trellis 2 -cmp 2 -subc
mp 2 -g 300 -i "%M%%d.jpg" "%u.%m"' @ error/delegate.c/InvokeDelegate/1065.
I read about the delegates, I just run the -format list and this is the result:
MONO* rw- Raw bi-level bitmap
MOV rw+ MPEG Video Stream
MP4 rw+ MPEG-4 Video Stream
MPC* rw+ Magick Persistent Cache image format
MPEG rw+ MPEG Video Stream
MPG rw+ MPEG Video Stream
MRW r-- Sony (Minolta) Raw Image File
And this is my IM version
convert -version
Version: ImageMagick 6.8.4-10 2013-04-13 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: bzlib fontconfig freetype jng jp2 jpeg lcms lzma pango png ps tiff x
xml zlib
What can I do to resolve ASAP this error?
Do I need to install some program for this goal?
Best regards,