Le Sun, 30 Dec 2012 14:33:22 +0100, Tito <[email protected]> a écrit :
> Bonjour à toutes et tous :) > > ffmpeg le permet. > > Exemple :~$ ffmpeg -i fichiervideo.flv -f avi fichiervideo.avi > Voir ce site : > http://urzhiata.emoc.org/transformer-video-flv-en-avi.html > > Bon dimanche, > > Tito. bonjour, ffmpeg est frappé d'obsolescence et il faudra prendre avconv avec les mêmes options la preuve : ffmpeg version 0.8.4-6:0.8.4-1, Copyright (c) 2000-2012 the Libav developers built on Oct 23 2012 07:29:48 with gcc 4.7.2 *** THIS PROGRAM IS DEPRECATED *** This program is only provided for compatibility and will be removed in a future release. Please use avconv instead. applications : ffmpeg -i fichiervideo.flv -f avi fichiervideo.avi mais il est possible de le faire en direct suivant man avconv : avconv -i le_fichier_video.flv le_fichier_video.avi documentation : http://manpages.ubuntu.com/manpages/precise/man1/avconv.1.html http://blog.rom1v.com/2012/08/modifier-la-luminosite-dune-video-dans-avconv-ffmpeg/ merci pour avoir donné une réponse ... slt bernard -- Lisez la FAQ de la liste avant de poser une question : http://wiki.debian.org/fr/FrenchLists Pour vous DESABONNER, envoyez un message avec comme objet "unsubscribe" vers [email protected] En cas de soucis, contactez EN ANGLAIS [email protected] Archive: http://lists.debian.org/[email protected]

