Recherche avancée

Médias (91)

Autres articles (18)

  • 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 (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • 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 (3254)

  • Making screenshots in FFmpeg : How to deal with differing actual width vs displayed width ? [duplicate]

    15 mars 2020, par browncatmegazord

    I usually have no problem making gifs and screenshots from a video with FFmpeg using standard commands like so :

    ffmpeg -i input -frames:v 1 -q:v 2 output.jpeg

    Recently I had to deal with an .mkv file that had a pixel width of 720, but a "display width" of 853 (Apparently this non-square pixel stuff is a thing), and my usual commands would give me a 720x480 screenshot that is oddly squashed.

    I managed to force its size by adding a -s 853x480 into the above command, but it looks a little bit stretched, and I suspect there’s a cleaner way to do this without me having to manually check what the displayed width is.

    Would appreciate some insight about this !

  • FFMPEG overlay not shown in certain players [closed]

    4 février 2024, par Hamed

    I'm trying to add an overlay to my video using ffmpeg. Here is my command :

    


    ffmpeg -y -i {input_video} -i {overlay_video} -filter_complex "[1:v]trim=start_frame=1991:end_frame=2027,scale=300:1,setpts=PTS-STARTPTS[clip2];[0:v][clip2]overlay=25:25" -map 0:v -map 0:a? -c:v libx264 -crf 20  {output_video}


    


    Now the overlay is added alright, but some video players don't show the overlay video. It's almost as if it's not supported. When I convert the video once more (using any tool, doesn't matter) the overlay is added permanently. How does the process work here ? how can I so called "bake" the overlay onto my input ?

    


  • avfilter/af_afftdn : change noise profile to floating point precision

    12 mars 2022, par Paul B Mahol
    avfilter/af_afftdn : change noise profile to floating point precision
    
    • [DH] libavfilter/af_afftdn.c