Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (76)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

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

  • ffmpeg : does 2 step encoding solves issues during video conversion ?

    14 novembre 2017, par Vini.g.fer

    I’m encoding several videos to x265 format to save disk storage, and on some of them some errors happen. Like these ones below :

    [h264 @ 0x285f800] error while decoding MB 15 15, bytestream -29ate=3310.7kbits/s
    [h264 @ 0x285f800] concealing 2434 DC, 2434 AC, 2434 MV errors in P frame
    [matroska,webm @ 0x22205e0] Read error at pos. 1932044330 (0x7328a82a)
    [h264 @ 0x27890c0] illegal short term buffer state detected
    [h264 @ 0x27890c0] Missing reference picture, default is 65694
    [h264 @ 0x27d0880] mmco: unref short failure
    [h264 @ 0x27d0880] error while decoding MB 63 29, bytestream -8rate=3230.1kbits/s dup=0 drop=1
    [h264 @ 0x27d0880] concealing 1266 DC, 1266 AC, 1266 MV errors in P frame
    [matroska,webm @ 0x22205e0] Read error at pos. 2048927876 (0x7a202884)
    [h264 @ 0x27304e0] mmco: unref short failureime=00:48:51.54 bitrate=3229.2kbits/s dup=0 drop=1
    [h264 @ 0x27890c0] error while decoding MB 28 35, bytestream -16ate=3177.0kbits/s dup=0 drop=1
    [h264 @ 0x27890c0] concealing 821 DC, 821 AC, 821 MV errors in P frame
    [matroska,webm @ 0x22205e0] Read error at pos. 2112109973 (0x7de43d95)
    [h264 @ 0x285f800] mmco: unref short failureime=00:50:36.21 bitrate=3175.5kbits/s dup=0 drop=1
    [h264 @ 0x27d0880] error while decoding MB 51 21, bytestream -28ate=3199.4kbits/s dup=0 drop=1
    [h264 @ 0x27d0880] concealing 1918 DC, 1918 AC, 1918 MV errors in P frame
    [matroska,webm @ 0x22205e0] Read error at pos. 2202555497 (0x83485469)
    [matroska,webm @ 0x22205e0] Read error at pos. 2409903171 (0x8fa43443)306.9kbits/s dup=0 drop=1
    [h264 @ 0x27d0880] error while decoding MB 3 30, bytestream -7
    [h264 @ 0x27d0880] concealing 1246 DC, 1246 AC, 1246 MV errors in P frame
    [h264 @ 0x27890c0] error while decoding MB 7 5, bytestream -7bitrate=3396.2kbits/s dup=0 drop=1
    [h264 @ 0x27890c0] concealing 3242 DC, 3242 AC, 3242 MV errors in B frame
    [matroska,webm @ 0x22205e0] Read error at pos. 2628527465 (0x9cac2569)
    [h264 @ 0x285f800] mmco: unref short failuretime=01:02:15.08 bitrate=3396.3kbits/s dup=0 drop=1
    [h264 @ 0x2818040] error while decoding MB 36 30, bytestream -12rate=3473.5kbits/s dup=0 drop=1
    [h264 @ 0x2818040] concealing 1213 DC, 1213 AC, 1213 MV errors in P frame
    [matroska,webm @ 0x22205e0] Read error at pos. 2874947326 (0xab5c36fe)
    [h264 @ 0x27890c0] error while decoding MB 46 8, bytestream -6itrate=3590.8kbits/s dup=0 drop=1
    [h264 @ 0x27890c0] concealing 2963 DC, 2963 AC, 2963 MV errors in B frame
    [matroska,webm @ 0x22205e0] Read error at pos. 3162785874 (0xbc844852)

    If I add 2-step encoding, that can fix these errors ? What exactly does 2-step encoding does ? The command I’m using is pretty much the one on this answer https://askubuntu.com/a/718300/396175 so how (which parameter) should I use to apply 2-step encoding ?

    Thanks !

  • how to have live video streaming using ffmpeg command or using tcl 8.0 script on windows 10 platform [duplicate]

    16 novembre 2017, par M. D. P

    I am able to capture the video and image by using ffmpeg in tcl script, but I want to have live video streaming for my multiple webcams for tcl version 8.0 on windows 10.

    I tryed :

    ffmpeg -f vfwcap -r 25 -i 0 sample.avi

    for video capturing, it works

    ffmpeg -f vfwcap -r 25 -i 0

    and I tried this for live video streaming by it didn’t http://wiki.tcl.tk/40194
    So what will be the right command for live video streaming.

    exec [list ffmpeg -f dshow -t 00:00:10 -i "video=Integrated Webcam" -b 5000k -s 1280x720 c :/test/sample-a.avi] &

    also tried with this, still not working

  • lavc : Add support for RockChip Media Process Platform

    24 septembre 2017, par Lionel CHAZALLON
    lavc : Add support for RockChip Media Process Platform
    

    This adds hardware decoding for H.264 / HEVC / VP8 / VP9 using the MPP
    Rockchip API. It returns frames holding an AVDRMFrameDescriptor struct
    in buf[0] that allows drm / dmabuf usage. Tested on RK3288 (TinkerBoard)
    and RK3328.

    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] Changelog
    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/rkmppdec.c
    • [DH] libavcodec/version.h