Recherche avancée

Médias (91)

Autres articles (39)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (8356)

  • How you show the GOP structure of a video ?

    1er mai 2016, par medic911

    I use ffmpeg and h.265 codec. I want to evaluate the structure of the GOP. I found how to do with ffprobe :https://forums.creativecow.net/thread/291/71

    ./ffprobe -show_frames -pretty two_pass.mp4 | grep size|pict_type|coded_picture_number’

    I tried it but it did not work. Are there some similar solution ?

  • Allow user to upload .MOV video files and show them on website [on hold]

    28 mars 2016, par Gaurav Saraf

    I want to allow users to upload .mov video files on the website but I those .mov files are not being played any browser. I don’t want that user download any browser plugin to see that video.

    • My website is made in Asp.Net MVC with C# as programming language.

    P.S - .MP4 video files work perfectly without any issue.

  • ffprobe : show best_effort_timestamp in the frame section

    28 novembre 2013, par wm4
    ffprobe : show best_effort_timestamp in the frame section
    

    This is useful for debugging.

    Reference and ffprobe.xsd changes done and tested by Stefano Sabatini.

    Signed-off-by : Stefano Sabatini <stefasab@gmail.com>

    • [DH] doc/ffprobe.xsd
    • [DH] ffprobe.c
    • [DH] tests/ref/fate/ffprobe_compact
    • [DH] tests/ref/fate/ffprobe_csv
    • [DH] tests/ref/fate/ffprobe_default
    • [DH] tests/ref/fate/ffprobe_flat
    • [DH] tests/ref/fate/ffprobe_ini
    • [DH] tests/ref/fate/ffprobe_json
    • [DH] tests/ref/fate/ffprobe_xml