Recherche avancée

Médias (91)

Autres articles (112)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (12532)

  • FFMPEG pull only english audio unless no english then copy all audio

    21 mars 2021, par Lee

    This is doing my nut in !! lol

    


    I am trying to pull only english audio unless there is no english in which case i just want to leave it as it is - I am converting to ac audio as well and copying subs. Put yeah i just want to say pull only english unless there is no english in which case copy all audio.

    


    So I am using this -copy_unknown -map v -map m:language:eng ? -c:v copy -c:s srt -ac 2

    


    So it works and pulls english if there is one, but if there isn't it looses all audio.

    


    Help lol

    


    The copy unknown doens't work either - unknown language audio gets left out too

    


    Thanks
Chezzy

    


  • Interpolate 30 to 60fps like television [closed]

    17 juin 2024, par Henrique

    I would like to interpolate the frames from 29,970 to 59,940 (or 60) like television does. I've used methods like Flowframes, but I'd like it to be more similar to how it is on television, where they mix the lines for smoother movement. Any method in FFmpeg ?

    


    I tried to use some commands in FFPMEG that I found on the Internet.

    


  • combining MP4 video files while adding text overlay with ffmpeg

    25 septembre 2014, par valnox

    Here is a shameless request for someone to give me the required FFmpeg command. I spent way too long messing around with VLC trying to do this, and after it repeatedly messed up (mainly with video length and mp4a codecs), I started looking for other options. Now I’m coming up on a deadline and don’t have the time to go through all of the FFmpeg documentation right now.

    So, if someone is willing to help me, here is what I need :

    Take 2+ videos, combine them, add two text overlays in top left and bottom right corners (white text, black outline), and change the output bitrate (from 20k to 8k). I can easily programmatically create the list.txt of file names needed.

    Researching showed me that I likely need the "concat" and "drawtext" commands. The computer is Windows 7.

    Thanks in advance to anyone even reading this, let alone responding. Sorry to come in so ignorant, but, well... three days trying to get VLC to do it :(