Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (106)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • 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

  • Les sons

    15 mai 2013, par

Sur d’autres sites (11588)

  • How to stack videos horizontally with their audios combined in ffmpeg in nodejs ?

    5 novembre 2018, par Abhilash

    I have a video calling app which I have implemented using Kurento Media Server. With the Recorder Endpoints from kurento I am able to record the videos of caller and callee separately. After the call I want to combine the videos into a single video. I want to stack the videos horizontally and combine their audios. I have done this using ffmpeg from terminal using complex filters but I want to achieve the same thing using ffmpeg nodejs library. Please help me. Thanks in advance.

  • How to convert .flv video into .h264 format by using ffmpeg in linux ?

    17 octobre 2012, par Shishir Mudliyar

    Aim : video conversion from .flv to .h264 format.

    Problem : I have done conversion from flv to h264 format but my converted video (.h264) is running so fast(just like we click on fast forward button). Following Linux terminal command i used for creating .h264 video from flv by using ffmpeg.

    ffmpeg -i example.flv -sameq -vcodec libx264 -vpre default -ar 22050 output.h264

    I have gone through google but not see any appropriate help .

  • How can I extract multiple video files from one wmv file using ffmpeg ? [closed]

    31 octobre 2023, par Adriana

    I have a single wmv file that has 4 video tracks on it. I'm not sure why but the program I was using to record these videos saved them all onto one file. How can I extract and save all 4 videos into seperate files using ffmpeg ?

    


    So far I have tried running the following in terminal, but I get an error saying "event not found : Filename !

    


    ffmpeg -i “!FileName!” -map 0:v -c copy “!NewFileName!.mp4” 


    


    Also the way I have it written would only extract the first video I think. How do I extract all 4 ?