PUBLIC   marks

PUBLIC MARKS with search ffmpeg

Sponsorised links

This year

Create a video preview as animated GIF with FFmpeg and PHP SPL

by dzc
create the video preview, we need PHP >= 5.1 with the Imagick extension and FFmpeg. FFmpeg supports most of the existing video formats, has a command line interface, and is available under the LGPL license.

SUPER © .

by rmaltete & 7 others (via)
SUPER © Simplified Universal Player Encoder & Renderer. A GUI to FFmpeg, MEncoder, MPlayer, x264, mppenc, ffmpeg2theora & the theora/vorbis RealProducer plugIn.

Sponsorised links

2008

Custom PHP configuration from cPanel (php.ini, .htaccess)

by kinwa
VEXXHOST is offering now Custom PHP configuration from cPanel (php.ini, .htaccess). vexxhost clients can now modify php confiruration direcly from cPanel, they also can activate programs like FFMPEG and IonCube dirctly from Cpanel

HandBrake

by sbrothier & 7 others
HandBrake is no longer limited to DVDs: it will now accept practically any type of video as a source. This massive enhancement was achieved by tapping into the power of libavcodec and libavformat from the FFmpeg project.

HOWTO: Compile the latest ffmpeg and x264 from source - Ubuntu Forums

by camel
ffmpeg is a versatile video tool used to encode and convert a multitude of video and audio formats. x264 is a library used to encode H264 video and creates excellent looking video usually superior to xvid and other popular codecs. x264 is used by Avidemux, GordianKnot, VLC Player, MEncoder, and Handbrake. Although ffmpeg and x264 are available in the Ubuntu repositories, you may need to compile from source. For example, the ffmpeg-user mailing list requires that you use the latest ffmpeg svn before asking for help. Since ffmpeg and x264 are updated frequently, you may also like to have the bleeding-edge for encoding videos. Also, ffmpeg in the Ubuntu repository may not support all of the codecs and formats that you may need

Panda - Open source video platform

by camel & 2 others
Panda is an open source solution for video uploading, encoding and streaming. Unlike other video platforms, Panda is not just a service for encoding your videos for the web; Panda handles the whole process. From the upload form to streaming, Panda takes control. By providing an elegant REST API, Panda makes it completely painless to implement full video uploading, encoding and streaming functionality to your web application in a matter of hours. * Runs completely within Amazon's Web Services utilising EC2, S3 and SimpleDB. * Everything contained within one elegant Merb application. * Support for the numerous encoding profiles FFmpeg supports including FLV, h264 for Flash a iPhone formats. * Panda gem for painless integration with Ruby on Rails and Merb. * Lovely little admin dashboard for managing your videos.

XBMC Media Center // Home //

by camel
XBMC [1] signifiait anciennement XBox Media Center mais depuis la sortie de ‘Atlantis’ [2], nom de code donné à sa dernière mouture actuellement en Beta, cela n'est plus vrai. En effet, XBMC devient multi-plateforme et son acronyme devient récursif (XBMC Media Center). XBMC est pour ceux qui ne l'aurait pas encore remarqué un centre multimédia initialement conçu pour ne fonctionner que sur la console de jeux de Microsoft : la Xbox de première génération. Cependant, les utilisateurs souhaitaient pouvoir utiliser leur fabuleux centre multimédia sur d'autres plateformes et donc un gros travail de portage a été lancé. Ce travail abouti maintenant avec une première version Beta disponible d'hors et déjà sur les différentes plateformes concernées [3]. Vous trouverez donc une version "live" à mettre sur CD-ROM ou clé USB, une version Window XP/Vista, une version MacOS X et bien sûre une version pour GNU/Linux. XBMC est toujours disponible pour sa plateforme de prédilection et ne compte pas l'abandonner mais pour des raisons de légalité, il est impossible de fournir le binaire créé à l'aide du kit de développement de la Xbox délivré par Microsoft. Il faut alors acquérir ce kit (de manière plus ou moins légale) et compiler soit même le binaire pour la version Xbox. Au niveau des fonctionnalités, on peut déjà dire que XBMC se base sur de nombreux projets libres pour accomplir ses tâches. Par exemple, MPlayer pour la lecture de nombreux formats audios et vidéos, FFmpeg pour la lecture des DVD, Filezilla pour l'accès FTP, Samba pour le partage de fichiers, etc... Un listing complet des fonctionnalités est disponible en [4]. Vous n'avez donc plus aucune raison pour tester et profiter de ce fabuleux logiciels ;) [1] http://xbmc.org/ [2] http://xbmc.org/blog/2008/09/18/xbmc-atlantis-beta-1-release(...) [3] http://xbmc.org/download/ [4] http://xbmc.org/about/features/

Cedynamix » WinFF en version 0.41 et en Français

by cascamorto
Ce petit logiciel grâce à une interface graphique, vous permet d’effectuer tous types de conversions de fichiers vidéo dans divers formats pré-réglés, ce qui vous évitera de taper les lignes de commandes à rallonge de ffmpeg depuis un Terminal.

Antofalinux Comunidad de Usuarios Linux de Antofagasta - Convertir videos FLV

by Ithil (via)
para FireFox.. Si quieres acceder a su página para ver las especificaciones pulsa aquí. Demosle entonces: Instalaremos dos aplicaciones, ffmpeg y mencoder sudo apt-get install ffmpeg mencoder Ffmpeg es una aplicación de comando que convierte vídeo y audio de un formato a otro, mientras que mencoder es más utilizado para pasar de ogg a avi. CÓMO CONVERTIR LOS *.FLV Una vez bajados los flv con la anterior aplicación, procedemos a abrir la consola: Convertir FLV to AVI ffmpeg -i archivo.flv nuevo_archivo.avi Convertir FLV to MPG ffmpeg -i archivo.flv nuevo_archivo.mpeg Convertir AVI a 3GP ffmpeg -i video.avi-s qcif -vcodec h263 -acodec mp3 -ac 1 -ar 8000 -r 25 -ab 32 -y video.3gp Convertir MPG a 3GP ffmpeg -i video.mpg -s qcif -vcodec h263 -acodec mp3 -ac 1 -ar 8000 -ab 32 -y video.3gp Convertir 3GP a AVI ffmpeg -i video.3gp -f avi -vcodec xvid -acodec mp3 -ar 22050 video.avi Convertir OGG a AVI

WinFF convertisseur vidéo efficace - Cedynamix

by camel
Pour ceux qui ne connaissent pas, WinFF est un frontend pour ffmpeg. C'est-à-dire qu'au moyen d'une interface graphique, WinFF nous permet d'effectuer tout type de conversions de fichiers vidéo rapidement et facilement d'un seul trait et cela sans avoir à appeler une ligne de commandes sans fin de ffmpeg à taper dans la console du Terminal. WinFF convertit des fichiers multiples dans des formats multiples. Vous pouvez par exemple convertir un fichier MPEG et un flv, le tout dans le même fichier avi de destination. La liste des formats de conversion pré définis est impressionnante. Pour être précis j'en ai compté 40.

2007

ffmpeg-php

by camel & 8 others (via)
ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. ffmpeg-php is also useful for reporting the duration and bitrate of audio files (mp3, wma...). ffmpeg-php can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...)

ffmpeg-php

by kalooni & 8 others (via)
ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. ffmpeg-php is also useful for reporting the duration and bitrate of audio files (mp3, wma...). ffmpeg-php can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...)

Come realizzare un clone di Youtube in PHP » Paolo Mainardi

by Xavier Lacot
How to build a youtube like in PHP using ffmpeg and flvtool2.

Convert and display Flash video

by lecyborg
So you want to publish that nice family video in your page/blog/intranet without forcing your visitors to download, install and activate some obscure browser plugin and *then* wait for a 200MB download… Well.. That’s easy as cake! First, let’s use ffmpeg to convert the video from avi, mpg or mov to something that we can stream to a nice Flash video player:

PUBLIC TAGS

ajax   apple   art   audio   blog   blogging   blogs   book   bookmarks   books   business   car   community   computer   css   culture   design   download   dvd   education   email   finance   firefox   flash   flickr   food   forum   free   fun   funny   game   games   google   guide   health   history   home   hosting   html   humor   image   images   information   internet   ipod   java   javascript   life   links   linux   mac   magazine   marketing   media   microsoft   mobile   money   movie   movies   mp3   music   news   online   phone   photo   photography   photos   photoshop   php   podcast   programming   radio   reference   rss   science   search   security   seo   service   shopping   site   social   software   sports   technology   tips   tool   tools   travel   tutorial   tv   video   videos   web   web2.0   webdesign   wiki   windows   wordpress   yahoo  

Sponsorised links