Recherche avancée

Médias (91)

Autres articles (16)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (4688)

  • how to configure FFMPEG with NGINX-RTMP (multiple channels) ?

    29 avril 2015, par Moef Z

    I am using FFMPEG remotely , when I close the shell , it terminates the FFMPEG process .

    I need to re-stream multiple channels with NGINX-rtmp and keep FFMPEG running in background after terminating the shell without writing logs to hard disk , like nohup command do.

  • Best Overall FFMPEG FLV Quality

    23 janvier 2012, par dcolumbus

    First of all, FFMPEG has the worst documentation of all time... secondly, the syntax is so trivial that it's hard to understand what some lines are doing.

    What I'm looking to accomplish is the best quality FLV with the lowest file size. After all, isn't that everyone's goal ? These video will be streamed if that makes a difference.

    Perhaps some of you have command lines that do just this... for now, my video are no wider than 320... some are widescreen and so their heights are little smaller than 240.

    As it stands, the quality of the converted FLV's are quite poor...

    -i video.mov -ar 22050 -ab 32 -f flv -s 320x240 -aspect 4:3 video.flv

  • how do I convert .iso to .mp4 without mounting with ffmpeg [migrated]

    29 août 2011, par teferi

    The problem is - I want to convert .iso with dvd to .mp4 (h264/ac3), but I cannot mount it via mount -o loop, because I'm on a virtual machine that doesn't allow to do that.

    Googling doesn't help.

    For now I'm trying to use mencoder for the task, but it's hard for me to convert all the parameters from ffmpeg-style to mencoder style.