problem with convert to .mp4
Posted: 2009-10-10T22:21:17-07:00
i am trying to convert a set of .eps images to mpeg4 video file (i have made an animated gif successfully).
convert *.eps foo.mp4
convert -verbose -limit map 1gb -limit memory 1gb -density 300 -resize 33% -delay 8 *.eps foo.mp4
both appear to work and convert doesn't complain. a large file is produced (3x the sum of the sizes of the .eps files) with a .mp4 extension which won't play in quicktime or vlc or mpegstreamclip (on a intel mac running leopard). quicktime complains that it is not a movie file. mpegstreamclip claims it's an unsupported file type.
is there anything i should be aware of or something specific i should look at to determine what is the problem?
many thanks
convert *.eps foo.mp4
convert -verbose -limit map 1gb -limit memory 1gb -density 300 -resize 33% -delay 8 *.eps foo.mp4
both appear to work and convert doesn't complain. a large file is produced (3x the sum of the sizes of the .eps files) with a .mp4 extension which won't play in quicktime or vlc or mpegstreamclip (on a intel mac running leopard). quicktime complains that it is not a movie file. mpegstreamclip claims it's an unsupported file type.
is there anything i should be aware of or something specific i should look at to determine what is the problem?
many thanks