Recherche avancée

Médias (91)

Autres articles (100)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

Sur d’autres sites (16070)

  • embed FFplay player in Qt application

    27 juin 2014, par Ashish

    Hello Guys,

    I want to use the FFplay player in my Qt application. I am working on Mac OS and Qt 4.7. I am using FFplay command line exe for playing video files. When i run command for playing videos in ffplay the player creates its new widget as player. i am using this command for playing videos :

    /user/local/Cellar/ffmpeg/2.2.1/bin/ffplay /users/dev/Desktop/video/1.mp4

    I want to embed that new widget on my own widgets. Can any one tell how could i do it ? your help will really appreciate.

    Thanks

    Ashish

  • How to run the CLI in my application resource on OS X ? I use Objective-C and Xcode

    24 novembre 2014, par SuperBerry

    How to run the CLI in my application resource on OS X ? I use Objective-C and Xcode. Now I am using the ShellWrapper and Pipe. I have placed FFMpeg(CLI) on /Volumes/Work and run "/Volumes/Work/FFmpeg" and the result is no problem. But I don’t know if I place the ffmpeg into my project resource, how can I run it ?

    Thanks a lot.

  • FFmpeg interlace / zoom in when launch another application

    23 avril 2017, par etang

    I’m running ffmpeg 3.3 on osx, and running into this problem :

    I’m trying to grab my webcam and stream it to a RTMP endpoint with this command

    ffmpeg -f avfoundation -framerate 30 -pixel_format uyvy422 -i "0:0" -vcodec libx264 -tune zerolatency -x264-params keyint=30:no-scenecut -f flv rtmp://localhost:1935/

    The video looks fine until I launch another application that uses the camera (say OBS or a webrtc camera application like google hangout) - at which time the picture seems to zoom into the top left corner and becomes interlaced incorrectly. Here are 2 screenshots to compare.

    Original Picture

    Interlaced Picture