Recherche avancée

Médias (3)

Mot : - Tags -/psd

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)

  • FFMPEG retrieve time duration not working for MOV files

    1er avril 2015, par Calvin Moss

    So I am in php running an ffprobe command on files and grabbing the output (to get duration, time, etc)

    exec("usr/bin/ffprobe -v quiet-print_format json -show_format -show_streams $location", $output, $exitCode);

    Where $location is the files location + filename. Now this command works 100% perfectly for .mp4 / .avi / everything else I have tried. Except .mov, when using .mov my "output" variable is empty. Is there any way to fix this / change this ?

  • FFMpeg : Images to Video take more time

    24 mars 2015, par Butani Vijay

    i am using FFmpeg library project as provided in This Link.

    Actually i want to create video from bunch of images.

    i am using following command :

    ffmpeg -framerate 1/5 -i img%d.png -c:v libx264 -r 30 -pix_fmt yuv420p out.mp4

    command takes more time to create video. what can i do to improve speed ?

  • Revision 06b59299c8 : Don't waste time partitioning skip superblocks. Force 64x64 partitioning when a

    9 mars 2015, par Alex Converse

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Don’t waste time partitioning skip superblocks.

    Force 64x64 partitioning when a whole superblock is SEGMENT_LVL_SKIP. This
    drops encode times of screens mostly at rest by 20%.

    Change-Id : Ieba554b0b8a0c1679aae784a8bd11f038ab942c3