Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (16)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (4353)

  • How to extract photo from a CCTV video based on time using python dynamically [on hold]

    16 avril 2015, par PSSR

    I have a CCTV Video AVI file from that I want to take photo or screen based input time.

    This I would like to do dynamically whenever I gives time as input to python script, script should read the video and should give the snap or photo or segment @given time.

    Is it possible to do,If it is possible please help me to do the same

  • The real time compression with ffmpeg [on hold]

    14 avril 2015, par midrel

    I am working on a project that will make real time video compression. All images come from camera and are stored in the RAM at a rate of 30 fps.

    I want to use FFmpeg to compress it image by image and to transmit either to RAM or anywhere.

    Could somebody help me please ?

  • Improve FFmpeg time ? conversion takes very long

    15 avril 2015, par Rubytastic

    I have several rules to convert a movie to several formats and create a preview image. Problem is the execution of these takes very long.
    Also the outputted quality is very low. I harvested these examples from several sources.

    What could be done to
    * improve speed
    * improve quality ?

    ffmpeg -y -i /file/$1.flv -acodec libmp3lame -ar 44100 -ac 1 -vcodec libx264 /file/$1.mp4
    ffmpeg -i /file/$1.mp4 -acodec libvorbis -aq 5 -ac 2 -qmax 25 -threads 2 /file/$1.webm
    ffmpeg -r 30 -i /file/$1.mp4  -vcodec libtheora -acodec libvorbis /file/$1.ogv
    ffmpeg -i /file/$1.mp4 -ss 3 -f image2 -vframes 1 -s 600x480 /file/$1.png