Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (66)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • 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

Sur d’autres sites (11226)

  • apedec : allocate a single flat buffer for decoded samples

    6 février 2012, par Justin Ruggles

    apedec : allocate a single flat buffer for decoded samples

  • how to build built-in video editor using HTML, CSS, JS ? [closed]

    29 avril 2021, par Ayca Solmaz

    I'm trying to build a website with a built in video editor where the user would upload a video and the video would just show up on the video editor and from there they can trim the video (let's say from 1:24-2:30)

    


    I have basic knowledge on FFMPEG but I was looking for a way to do this with Javascript. I have a slider where you can select a range, it's just the trimming part I'm struggling with. I have set up UI's as well where there're two sliders to select the range and a trim button. I'd appreciate any help at this point.

    


  • ASP.NET Core Video Editor : Editing and Preview Changes

    8 octobre 2019, par Tabby

    I am making a video editor which takes a video mute its audio on some specific time and after that it uses user selected audios which could be more than one. User defines the time for each audio file on the video through some drag and dropping and then trimming.

    1. How would i preview the changes that i am making ?
    2. Is there any similar video editor or sample code available in .Net ?
    3. I am opting ffmpeg for editing video. Is there any other better
      library/tool which i might be missing ?