Recherche avancée

Médias (91)

Autres articles (86)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (11858)

  • merge/combine two FFMPEG commands together into one command

    26 février 2021, par Mayank Thapliyal

    I have been processing videos for a while and I have been using ffmpeg to make my life easy. But there are two commands which I want to combine into single command :-

    


    Step 1 :- Divide a video vertically into two parts and then stack them horizontally

    


    ffmpeg -i usa.mp4 -filter_complex "[0]crop=iw:ih/2:0:0[top];[0]crop=iw:ih/2:0:oh[bottom];[top][bottom]hstack" -preset fast -c:a copy usa$.mp4

    


    Step 2 :- Combine 3 videos into single video (the video from Step 1 will be in between the start.mp4 and end.mp4)

    


    ffmpeg -i start.mp4 -i usa$.mp4 -i end.mp4 -vsync 2 -filter_complex "[0:v] [0:a] [1:v] [1:a] [2:v] [2:a] concat=n=3:v=1:a=1 [v] [a]" -map "[v]" -map "[a]" usa_.mp4

    


    Can anyone please combine the videos into single command.I will be then able to save a lot of computing time(I guess that)

    


    Thanks in advance

    


  • ffmpeg setting up in wamp (in local) OR server

    5 janvier 2013, par Rahul TS

    can anyone explain the procedure of installing ffmpeg in wamp.
    I got an answer to my previous question on ffmpeg and wamp that we have to interface the ffmpeg (here) with wamp.

    I need to have a step by step process of how to do this, as I am confused with the interfacing little bit

    I also want to know what is a way to install this ffmpeg into the server, or the procedure to do before we do the encloding procedures

  • Compile real static FFmpeg for macOS Arm Silicon ? [closed]

    15 mai 2023, par EngMec

    I'm trying to compile real static FFmpeg for macOS Arm Silicon.

    


    Could someone help me with a step-by-step where to put the downloaded files and especially how to Build for ARM (Apple Silicon) the script ?

    


    explanatory capture