Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (61)

  • 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 (...)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (10529)

  • Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height

    20 janvier 2017, par Pradeep Singh

    I am using this command to convert an avi,mov,m4v video files to flv format via FFMPEG

    /usr/local/bin/ffmpeg -i '/home/public_html/files/video_1355440448.m4v' -s '640x360' -sameq -ab '64k' -ar '44100' -f 'flv' -y /home/public_html/files/video_1355440448.flv

    [flv @ 0x68b1a80] requested bitrate is too low
    Output #0, flv, to '/home/files/1355472099-50cadce349290.flv':
       Stream #0.0: Video: flv, yuv420p, 640x360, q=2-31, pass 2, 200 kb/s, 90k tbn, 25 tbc
       Stream #0.1: Audio: adpcm_swf, 44100 Hz, 2 channels, s16, 64 kb/s
    Stream mapping:
     Stream #0.0 -> #0.0
     Stream #0.1 -> #0.1
    Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
    -------------------------------
    RESULT
    -------------------------------
    Execute error. Output for file "/home/public_html/files/video_1355472099.avi" was found, but the file contained no data. Please check the available codecs compiled with FFmpeg can support this type of conversion. You can check the encode decode availability by inspecting the output array from PHPVideoToolkit::getFFmpegInfo().

    But if I manually used this command then its working

    /usr/local/bin/ffmpeg -i '/home/public_html/files/video_1355440448.m4v' -s '640x360' -sameq -ab '64k' -ar '44100' -f 'flv' -y /home/public_html/files/video_1355440448.flv
  • Internet explorer does not support HTML5 video with height greater than 1088px

    25 novembre 2015, par evilguc

    The company I’m working at writing a web app which allows users to work with media files uploaded from mobile devices.

    To unify HTML5 video sources I decided to convert all the videos using H.264 codec in mp4 container and setting width to 1280px.

    During the fixing one of the issues with an app I decided to use 4:3 video file with 256x240px resolution. Since I convert all the files to HD resulting file became 1280x1200px and for some reason it isn’t playable in IE10 and IE11 (in other browsers going well).

    So I spend a lot of time trying to figure out the reason.

  • Anomalie #4198 : Le W3C ne valide pas les atttribut width et height qui ne sont pas des entiers.

    23 mai 2019, par b b

    Je reviens là dessus, pour des raisons de perfs/conso il serait peut-être préférable d’appliquer le round() uniquement dans image_recadre() puisque c’est le seul filtre qui peut générer des valeurs non entières lors de l’utilisation de ratio. Si les autres filtres images génèrent des valeurs non entières, c’est uniquement parce que l’utilisateur leur demande de le faire explicitement. Vos avis ?