Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (55)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

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

Sur d’autres sites (9757)

  • Implement video editor [on hold]

    28 décembre 2016, par cpa9000

    I want to implement a "simple" video editor and since I’m new to the topic, I’m not sure how to start.

    The editor should have the following features / components

    • A timeline for multiple recordings
    • A video player that plays the edited video in real-time (it should render all added effects and assets)
    • Assets that can be placed on the timeline such as text elements, arrows and so on

    I’d like to start with the video player and then build the other components around it.

    Which frameworks would you recommend ?

    For the player, I’m not sure if DirectShow is the right choice or MediaFoundation would be better. Are there other libraries to consider ? FFmpeg ?

  • 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 ?
  • 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.