Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (54)

  • 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

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

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

  • How to find out which audio sample belongs to which frame in a video - with ffmpeg or other tools ?

    30 mars 2021, par tlau5

    I am wondering how I would find out which frame in a video belongs to which audio sample.

    


    Lets say : I know audio sample 39822 has the characteristic I am looking for. Using the information contained in the container, I want to find out to which frame the audio sample was recorded. (Key frames/ Samples ?)

    


    I was thinking ffmpeg could help me with this problem.

    


    I tried to find the answer within the ffmpeg documentation but did not succeed.

    


    Maybe you guys can give me a hint which tool (maybe even other than ffmpeg) to use or where to look specific.

    


    Thanks in advance
Tim

    


  • tools/target_dem_fuzzer : Fix packet leak

    22 mars 2021, par Michael Niedermayer
    tools/target_dem_fuzzer : Fix packet leak
    

    Fixes : 32121/clusterfuzz-testcase-minimized-ffmpeg_IO_DEMUXER_fuzzer-4512973109460992

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tools/target_dem_fuzzer.c
  • Anti-Aliasing filter with ffmpeg or other tools to old video

    16 mai 2021, par user3449922

    I have many old computer generated videos in mp4 at very low resolution 640x480.

    &#xA;

    Here an example :

    &#xA;

    enter image description here

    &#xA;

    I have tried to upscale it with IA but still a lot of aliasing.

    &#xA;

    I ask if there is a way to apply a anti-aliasing filter with ffmpeg or other tools to my videos.

    &#xA;

    Thanks !

    &#xA;