Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (100)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (7307)

  • winrt : multithreading support

    29 septembre 2015, par wang-bin
    winrt : multithreading support
    

    _beginthreadex is for desktop only. CreateThread is available for windows store apps on windows (and phone) 8.1 and later. http://msdn.microsoft.com/en-us/library/ms682453%28VS.85%29.aspx

    Signed-off-by : Matt Oliver <protogonoi@gmail.com>

    • [DH] compat/w32pthreads.h
    • [DH] configure
    • [DH] libavutil/cpu.c
  • swscale : cosmetic fixes

    26 avril 2020, par Nelson Gomez
    swscale : cosmetic fixes
    

    Signed-off-by : Nelson Gomez <nelson.gomez@microsoft.com>

    • [DH] libswscale/output.c
    • [DH] libswscale/swscale_internal.h
  • FFmpeg freezes on the same frame and gets stuck on it

    12 juin 2020, par riles

    I'm trying to figure out why the following ffmpeg (4.2.1) command, which works well most of the time, sometimes ends up stuck on the same frame.

    &#xA;&#xA;

    This ffmpeg command allows me to make a LIVE streaming with recording VOD at the same time.

    &#xA;&#xA;

    Has anyone ever had this problem ?

    &#xA;&#xA;

    Thank you in advance for your help.

    &#xA;&#xA;


    &#xA;&#xA;
    17:27:07 | ffmpeg.exe -hide_banner -y -rtbufsize 500M -f dshow -s 1280x720 -i video="Microsoft&#xAE; LifeCam Studio(TM)":audio="Microphone (Realtek(R) Audio)" -flags &#x2B;global_header -c:v h264   -pix_fmt yuv420p -profile:v baseline -level 3.0 -preset ultrafast -pix_fmt yuv420p -b:v 1935k -r 30.0 -c:a aac -b:a 128k -ac 1 -f tee -map 0:v -map 0:a "&#x27;C:\Users\xxx\2020-06-10_17-27-07.mp4&#x27;|[f=fifo:fifo_format=flv:drop_pkts_on_overflow=1:attempt_recovery=1:recovery_wait_time=1]rtmp://xx.xx.xx.xxx:1935/live/xxxx" &#xA;&#xA;&#xA;&#xA;17:27:09 | [frame=   39 fps=0.0 q=15.0 size=N/A time=00:00:00.95 bitrate=N/A dup=23 drop=0 speed= 1.9x    ]&#xA;&#xA;17:27:10 | [frame=   54 fps= 54 q=22.0 size=N/A time=00:00:01.44 bitrate=N/A dup=23 drop=0 speed=1.43x    ]&#xA;&#xA;...&#xA;&#xA;17:30:09 | [frame= 5418 fps= 30 q=22.0 size=N/A time=00:03:00.44 bitrate=N/A dup=24 drop=0 speed=   1x    ]&#xA;&#xA;17:30:10 | [frame= 5430 fps= 30 q=20.0 size=N/A time=00:03:00.95 bitrate=N/A dup=26 drop=0 speed=   1x    ]&#xA;&#xA;17:30:10 | [frame= 5447 fps= 30 q=23.0 size=N/A time=00:03:01.44 bitrate=N/A dup=28 drop=4 speed=   1x    ]&#xA;&#xA;17:30:11 | [frame= 5463 fps= 30 q=23.0 size=N/A time=00:03:01.95 bitrate=N/A dup=28 drop=4 speed=   1x    ]&#xA;&#xA;...&#xA;&#xA;17:48:55 | [frame=39141 fps= 30 q=21.0 size=N/A time=00:21:44.46 bitrate=N/A dup=40 drop=15 speed=   1x    ]&#xA;&#xA;17:48:55 | [frame=39176 fps= 30 q=12.0 size=N/A time=00:21:45.43 bitrate=N/A dup=60 drop=15 speed=   1x    ]&#xA;&#xA;17:48:55 | [frame=39199 fps= 30 q=12.0 size=N/A time=00:21:46.20 bitrate=N/A dup=82 drop=15 speed=   1x    ]&#xA;&#xA;17:48:56 | [frame=39205 fps= 30 q=18.0 size=N/A time=00:21:46.40 bitrate=N/A dup=82 drop=38 speed=   1x    ]&#xA;&#xA;17:48:56 | [frame=39205 fps= 30 q=18.0 size=N/A time=00:21:47.22 bitrate=N/A dup=82 drop=38 speed=   1x    ]&#xA;&#xA;17:48:57 | [frame=39205 fps= 30 q=18.0 size=N/A time=00:21:47.73 bitrate=N/A dup=82 drop=38 speed=   1x    ]&#xA;&#xA;...&#xA;&#xA;18:01:05 | [frame=39205 fps= 19 q=18.0 size=N/A time=00:33:56.24 bitrate=N/A dup=82 drop=38 speed=   1x    ]&#xA;

    &#xA;