1 Jul 02:26
Re: [Ffmpeg-user] 3gp to mp4
Jon Drukman <jdrukman <at> gmail.com>
2009-07-01 00:26:33 GMT
2009-07-01 00:26:33 GMT
iffmpeg wrote: > I want to convert videos so that i can play them in my 5.5G video iPod. > When I do: > ffmpeg -i x.3gp -sameq y.mp4 > or > ffmpeg -i x.3gp y.mp4 > I get an error: Unable to find a suitable output format for 'pipe:' > > Here are the complete specs: > > ffmpeg - i x.3gp > FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al. This is weird - where did you get version 0.5 from? Mine says FFmpeg version SVN-r19266, Copyright (c) 2000-2009 Fabrice Bellard, et al. > Please help me. I don't know much about video encoding. The following command worked for me: ffmpeg -i test.3gp -sameq -ab 64k -ar 44100 test.mp4 -jsd-
RSS Feed