Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (40)

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

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

  • ffmpeg : how to add cartoon effect ?

    22 mars 2013, par user875139

    I was wondering if anyone out there has used the frie0r effects to change videos to look like they are cartoons through ffmpeg. I tried the code below and the output those not look like what a cartoon should be. Perhaps I am missing some perimeters but I cant seem to find anything online.

    ffmpeg.exe -i input -vf "frei0r=cartoon:0.6:0.00" -q 0 output

    if it helps, I am trying to get my video output to look like the cartoon image here :
    http://www.openmovieeditor.org/filtereffects.html

    Any help would be grateful. Thanks.

  • Video Editing App in Android Studio using Android Media API [closed]

    20 février 2024, par Rayhan Khan

    I want to create a video editing app in android studio. And I want to use Android Media API modules like MediaCodex, MediaMuxer etc. I have already created the app using FFMpeg but it has performance issue in android so I have to migrate the app and use Android Media API.

    


    I have no idea what to do, I have searched online but I don't know why I can't able to find much content about it.

    


    I have also searched about courses on udemy, Lynda, Coursera etc. they also don't have any content.

    


    I just want a to know how and where to start this i don't have much time to explore the Android Developer Docs so please can anyone provide me any article or link to a video, or a course in this regard.

    


  • How to use ffmpeg to add jpeg image before and after the video [migrated]

    26 janvier 2016, par Chito Cheng

    I am using the latest version 2.8.5 ffmpeg on Windows and I want to add 5s intro jpeg frame at the beginning of the video starts, and a 5s jpeg end frame at the end of the video.

    I found a lot of example online, but seems all of them are using previous version of ffmpeg, and none of them works with the latest version.

    Can anyone tell me how I can do that with the latest version.