Recherche avancée

Médias (91)

Autres articles (12)

  • MediaSPIP Init et Diogène : types de publications de MediaSPIP

    11 novembre 2010, par

    À l’installation d’un site MediaSPIP, le plugin MediaSPIP Init réalise certaines opérations dont la principale consiste à créer quatre rubriques principales dans le site et de créer cinq templates de formulaire pour Diogène.
    Ces quatre rubriques principales (aussi appelées secteurs) sont : Medias ; Sites ; Editos ; Actualités ;
    Pour chacune de ces rubriques est créé un template de formulaire spécifique éponyme. Pour la rubrique "Medias" un second template "catégorie" est créé permettant d’ajouter (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

Sur d’autres sites (517)

  • Why does my linux ffmpeg output file require running it back through ffmpeg to play on windows

    13 septembre 2020, par Sean Miller

    I am using the following to screen capture a Raspberry Pi display :

    


    /usr/bin/ffmpeg -v quiet -f lavfi -i anullsrc -f x11grab -framerate 30 -video_size 720x480 -i :0.0 -f flv -b:v 1M /home/pi/usbdrv/myfile.avi"


    


    I stop screen capturing by hitting the letter q and ffmpeg exits without error.

    


    I can play it back with mplayer in Linux.

    


    However, when I try to play it back on Windows with the old media player or its newer movie player, they reports it is corrupted. I tried mp4 and mkv fromats as well.

    


    If I run it back through ffmpeg to encode it to a new file, it will play.

    


    Any thoughts why Windows will not play it without running it back through ffmpeg again ?

    


    Thanks,
Sean

    


  • Non-Monotonous DTS error in current ffmpeg builds causing frame drops, but not on ffmpeg 1.2

    11 avril 2021, par pentinex

    I'm sorry to ask about such a frequently mentioned subject, but I looked through so many threads and I could never figure out what exactly is wrong, so I'm at the end of my wits. Basically, I want to concat a bunch of .ts files using ffmpeg. I use this command line :

    


    ffmpeg -allowed_extensions ALL -fflags +igndts -i chunklist.m3u8 -c copy "output.mkv"

    


    The .m3u8 file contains all the .ts parts. When I do this and it throws Non-Monotonous DTS errors, the result ends up having dropped frames where the DTS errors occur. I have tried multiple approaches :

    


      

    1. As you see above, I added "-fflags +igndts" at one point, though it doesn't help.
    2. 


    3. I experimented with "-fflags +genpts" just out of desperation. Predictably, this made it worse.
    4. 


    5. I tried muxing video and audio separately, to no avail.
    6. 


    


    But weirdly enough, there is one "solution" : when I use ffmpeg 1.2, the resulting video plays smoothly. It doesn't come without issues. The resulting video always reports a frame rate of half of what it should be (14.98 when it should be 29.97). But it plays just like it should. Ideally though, I wouldn't want to use such an old version of ffmpeg, since I'm sure there are things in the background that may go wrong and I'm not even noticing those, so I'd hope I could get these kinds of results on current builds of ffmpeg.

    


    Does anybody have an idea ? I'm kind of losing my mind with this one.

    


  • FFmpeg scale 720*1080 video to 720*404, it not effect, it play as 279 × 404,and use ffmpeg -i it shows 720*404

    16 mars 2018, par yue guan

    FFmpeg scale 720*1080 video to 720*404, it not effect, it plays as 279 × 404, and use cmd ffmpeg -i scaled.mp4 it shows 720*404.
    Then I use cmd ffmpeg -i scaled.mp4 -y -f image2 -ss 1 -vframes 1 ./xx.jpg to get the thumbnail, but I got the size is 720*404.
    Why ?
    and How can I capture the thumbnail of the video as 279*404 ?
    and How can I scale the video as the size what I defined ?

    the video link :enter link description here