Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (48)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (6285)

  • Join videos using FFmpeg

    14 avril 2021, par ThehalfHeart

    I have 4 videos.

    


      

    1. Video 1 : 20 seconds.
    2. 


    3. Video 2 : 10 seconds.
    4. 


    5. Video 3 : 30 seconds.
    6. 


    


    I want to join these 3 videos into one video 60 second Using FFmpeg.

    


    Current code : ffmpeg -i video1.mp4 -i video2.mp4 -i video3.mp4 out_put.mp4

    


    But not work.

    


    Please help me !

    


  • How to add a new audio (not mixing) into a videos using ffmpeg (Batch Processing) ? [on hold]

    9 août 2019, par Kris

    I’m looking for a solution to add a new audio (not mixing) into a multiple videos using ffmpeg.

    I have 3 directories :

    1. videos (contains *.mp4 videos)

    2. audio (contains single audio.mp3 file)

    3. ready (output folder)

    For single video processing I’m using following command :

    ffmpeg -i video.mp4 -i audio.mp3 -codec copy -shortest output.avi

    My goal is to add a single audio (not mixing) into all videos in /videos/ directory using ffmpeg and save the new files in /ready/ keeping the orginal file names. Is this possible with ffmpeg ?

    Thank you

  • FFMPEG Slideshow from set of videos and images

    14 septembre 2018, par Rahul

    I’m making a slideshow video from a couple videos and images.

    Making it from images only is quiet easy but what if I have to mix
    small videos too.

    In slideshow the next video/image should come when the previous video is fully played.

    Please suggest a command.