Bug 12759

Summary: `convert' cannot convert JPEGs -> MPEG
Product: [Retired] Red Hat Linux Reporter: Dimitri Papadopoulos <dimitri.papadopoulos>
Component: ImageMagickAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-06-20 15:41:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dimitri Papadopoulos 2000-06-20 15:41:05 UTC
Hi,

On Solaris using the binary ImageMagick distribution:
	$ convert *.jpg toto.mpg
	$ 
On RedHat 6.2:
	$ convert *.jpg toto.mpg
	sh: mpeg2encode: command not found
	convert: delegate failed (mpeg2encode %u %o).
	$ 

On Solaris, mpeg2encode is enclosed in the ImageMagcick
distribution:
	$ ls /usr/local/imagemagick/bin/
	animate      convert      identify     mogrify      mpeg2decode  xtp
	combine      display      import       montage      mpeg2encode


It would be great to have mpeg2encode included in the
ImageMagick RPM, or at least have a separate mpeg2encode
RPM, or to patch convert to use another program/library
to transform JPEGs to MPEG.

Regards,
Dimitri

Comment 1 Bernhard Rosenkraenzer 2000-06-24 13:40:13 UTC
We can't do that - mpeg2encode and mpeg2decode are not free ("Commercial
implementations of MPEG-1 and MPEG-2 video, including shareware, are subject to
royalty fees to patent holders. Many of these patents are general enough such
that they are unavoidable regardless of implementation design.").