[FFmpeg-user] FFMPEG Update

Antony Acosta acgacosta at gmail.com
Tue Apr 19 13:31:08 CEST 2011


This are basically the codes that will be most affected if ever we update
the FFmpeg version to its latest:


   - ffmpeg -i input.flv -ss 00:00:01 -s 640x380 output.jpg
   - ffmpeg -i input.flv -ar 44100 -f flv -b 1000kb output.flv


Will the update affected those codes somehow? Because I also tried other
stuffs like converting to mp4 videos such as:


   - ffmpeg -i input.flv input -acodec aac -ab 128kb -vcodec mpeg4 -b 1200kb
   -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -s 320x180 -title X
   output.mp4
   - ffmpeg -y -i input.flv -b 768 -s 320x240 -vcodec xvid -ab 128 -acodec
   aac -ac 2 -ab 64 -f mp4 output.mp4

However this didn't work. I'm guessing I would need codecs installed to have
this working and to update my FFmpeg to it's latest version?
--
Antony
[Programmer, Allied Web Design]

♠[C][G]♠ "THere is no cHaLLenge THaT can'T Be FinisHeD!"  ̿
̿'̿'\̵͇̿̿\з=(•̪●)=ε/̵͇̿̿/'̿'̿ ̿


On Tue, Apr 19, 2011 at 7:21 PM, Reindl Harald <h.reindl at thelounge.net>wrote:

>
> Am 19.04.2011 12:50, schrieb Antony Acosta:
> > I am currently using FFmpeg version SVN-r20220
>
> sounds quite old but i do not know every svn-release by it's name :-)
> why do you not post from begin the first output of "ffmpeg" so that
> anybody has useful informations?
>
> [harry at nb-rhsoft:~]$ ffmpeg
> FFmpeg version git-N-28742-g1caa412, Copyright (c) 2000-2011 the FFmpeg
> developers
> built on Apr 13 2011 13:00:04 with gcc 4.5.1 20100924 (Red Hat 4.5.1-4)
>
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
>


More information about the ffmpeg-user mailing list