Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (72)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (8310)

  • how to add audio track to a video without using ffmpeg ? [closed]

    4 avril 2021, par Psychopathic Azula

    I know it is very easy to add an audio track to a video using ffmpeg, but I want to add audio track to a video without using ffmpeg.exe . I am trying to understand how it works and my knowledge about it may be useful in making an android app that does it. I don't mind if it is in c++, c or python, because I know them all quite well.
Thank you all for your kind help

    


  • WebM Encoding Available at encoding.com

    17 septembre 2010, par noreply@blogger.com (John Luther)

    Encoding.com, one of the world’s largest video transcoding services, has released WebM encoding support and also included six easy-to-use output presets. You can read more at the encoding.com blog.

  • Resize video to same size

    16 mai 2014, par Max Grigoriev

    I have a list of video files with different resolutions. And I should to change them to 1920x1080. It’s easy to make using ffmpeg and scale filter but result video is wrong aspect ratio. If I use aspect ratio then output resolution isn’t fullhd. Is it possible to change resolution to best available like scale="’if(gt(a,16/9),1920,-1)’ :’if(gt(a,16/9),-1,1080)’"
    and all remaining space is filled in black color ?