Recherche avancée

Médias (0)

Mot : - Tags -/api

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

Autres articles (53)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

Sur d’autres sites (8300)

  • ffserver : Clear avio context after closing it

    1er novembre 2015, par Michael Niedermayer
    ffserver : Clear avio context after closing it
    

    Fixes : ==13287== Invalid read of size 4
    ==13287== at 0x45161A : flush_buffer (aviobuf.c:143)
    ==13287== by 0x451971 : avio_flush (aviobuf.c:200)
    ==13287== by 0x512CCF : av_write_trailer (mux.c:1016)
    ==13287== by 0x41A5E0 : close_connection (ffserver.c:853)
    ==13287== by 0x421EDC : rtsp_cmd_interrupt (ffserver.c:3245)
    ==13287== by 0x420B9C : rtsp_parse_request (ffserver.c:2854)
    ==13287== by 0x41A9C2 : handle_connection (ffserver.c:930)
    ==13287== by 0x41A04B : http_server (ffserver.c:700)
    ==13287== by 0x423A60 : main (ffserver.c:3897)
    ==13287== Address 0xb6cd258 is 88 bytes inside a block of size 192 free’d
    ==13287== at 0x4C2B5D9 : free (vg_replace_malloc.c:446)
    ==13287== by 0x1004DAC : av_free (mem.c:239)
    ==13287== by 0x454835 : avio_close_dyn_buf (aviobuf.c:1170)
    ==13287== by 0x41F385 : http_prepare_data (ffserver.c:2368)
    ==13287== by 0x41F59B : http_send_data (ffserver.c:2416)
    ==13287== by 0x41ABE2 : handle_connection (ffserver.c:986)
    ==13287== by 0x41A04B : http_server (ffserver.c:700)
    ==13287== by 0x423A60 : main (ffserver.c:3897)

    Reviewed-by : "Reynaldo H. Verdejo Pinochet" <reynaldo@osg.samsung.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] ffserver.c
  • How to Play Smooth 4K Video with FFplay ? [closed]

    14 mai 2020, par Matan Marciano

    Im trying to play 4K video with ffplay and the video is not smooth.

    &#xA;&#xA;

    Video File :

    &#xA;&#xA;

    &#xA;&#xA;

    Hardware :

    &#xA;&#xA;

      &#xA;
    • Dell OptiPlex 7070 Micro (8 Cores, 8GB RAM, GPU : Intel Corporation UHD Graphics 630)
    • &#xA;

    • Samsung U28E590D, 4K Screen
    • &#xA;

    • DisplayPort to HDMI Cable
    • &#xA;

    &#xA;&#xA;

    Software :

    &#xA;&#xA;

    &#xA;&#xA;

    The FFplay command I used is : ffplay -vcodec h264_qsv -i input.ts

    &#xA;&#xA;

      &#xA;
    • Notes :
    • &#xA;

    • During the playing, my CPU usage is around 25% (according to 'top' command)
    • &#xA;

    • FFplay logs indicate on many frame drops
    • &#xA;

    • I also tried VLC and MPV player's- VLC looks bad also. MPV player looks better but still not smooth.
    • &#xA;

    &#xA;&#xA;

    So, its looks like my hardware is good enough for 4K playing. What am I missing ?&#xA;How can I play smooth 4K video via FFplay ?

    &#xA;

  • ffserver : fix broken HTML on generated status page

    30 novembre 2016, par Reynaldo H. Verdejo Pinochet
    ffserver : fix broken HTML on generated status page
    

    Dropped incompatible/obsoleted HTML tag attributes

    Signed-off-by : Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>

    • [DH] ffserver.c
    • [DH] tests/ffserver.regression.ref