Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (46)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (10260)

  • FFMpeg add three overlays at start, center and end of video

    13 avril 2019, par richierich82

    I have 3 overlay videos with transparency (fading etc are all encoded in the mov files) and a bunch of mp4s.

    I would like to use FFMpeg to overlay overlay_1.mov at start of video, overlay_2.mov at the center of video and overlay_3.mov at end of video.

    I’ll be using FFMpeg in loop to do this for a bunch of video files so I can’t really use timecodes as they’ll change from video to video.

    Can this be done using FFMpeg ?

    P.S. I’ve used FFMpeg for watermarks, overlays etc but not sure how to do at percent of video (0, 50, 100) rather than timecodes.

  • avcodec/setts_bsf : don't repeatedly set start pts and dts

    17 mars 2022, par James Almer
    avcodec/setts_bsf : don't repeatedly set start pts and dts
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/setts_bsf.c
  • ffmpeg with nginx rtmp multiple udp not streaming well

    16 septembre 2017, par Dlniya Dlzar

    I am using ffmpeg for live streaming via nginx rtmp , i am streaming 20 streams for each server (UDP to rtmp) i wrote small python script to loop
    through each streams and run following command for each stream, but each time i start streaming some of the streams not working , i mean ffmpeg not send to nginx , if i use (http to rtmp or rtmp to rtmp etc) everything is working fine just when i use (udp to rtmp) this problem happen , please advice . sorry for bad English : this is my command

    ffmpeg -i udp://localhost:3000 -filter_complex
    [0]yadif[main];movie=/root/ftc/logo/logo3.png[logo];[main]
    [logo]overlay=650:10" -c:a aac -ac 1 -strict -2 -c:v libx264 -maxrate 2000k
    -bufsize 2000k -g 40 -r 23 -preset ultrafast -threads 1 -f flv
    rtmp://localhost:3000/live/stream1 null >/dev/null
    2>/var/log/ffmpeg.log &amp;