Recherche avancée

Médias (0)

Mot : - Tags -/performance

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (82)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (5216)

  • ffmpeg alters color scheme when converting images to a video

    12 février 2019, par Flo Ryan

    I am trying to convert a sequence of png images to a video. Unfortunately the video though playing exactly what i want alters the colors.

    The command used to convert the images :

    ffmpeg -framerate 30 -pattern_type glob -i ’*.png’ -c:v libx264 -profile:v high -crf 20 -pix_fmt yuv420p out.mp4

    The original image colors :
    Color scheme in image

    The colors as displayed in the video.

    Color scheme in video

    How can I circumvent this altering of the colors ?

    EDIT
    I found the answer as posted below.

  • FFMPEG when capturing an internet streaming, start time does not zero

    22 octobre 2017, par Louis Eskelinen

    I am trying to capture an internet streaming in mp3, however the initial time does not start at zero, I can use -ss, but I would like to know if it is possible to start capturing from the moment I execute the command.

    For example, if I try to capture 1 minute in real time from a stream, it starts with 47 seconds instead of 0 seconds

    Start time to capture stream

    I need the start time being to zero, thanks a lot !!!

  • FFMPEG - How to set the start of a video to 0 [closed]

    29 juillet 2024, par legeba

    I set custom pts on an .mp4 video.
But when I ffprobe the output video.
    
It shows : Duration: 00:00:05.00, start: 0.033008, bitrate: 2638 kb/s

    


    Is there a way to set start to 0 instead of the current value ?

    


    I tried to use -ss 0 but it didn't work.