Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (77)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (6621)

  • How to solve Build fingerprint :'samsung/a5xeltexx/a5xelte:6.0.1/MMB29KB/A510Fx:user/release-keys' error in Android ?

    1er décembre 2016, par Virani Ashish
    Build fingerprint:'samsung/a5xeltexx/a5xelte:6.0.1/MMB29KB/A510Fx:user/release-keys
                                                                            Revision: "0"
                                                                            ABI "arm"
                                                                            pid 1716, tid 3690,name Thread-44811 >>> com.aspiration.gifmaker <<<
                                                                            Fatal signal 11 (SIGSEGV), code 1, (SEGV_MAPERR),fault addr 0x18
                                                                            r0 00000018 r1 00000010 r2 c01047f0 r3 00000088
                                                                            r4 c0104768 r5 00000000 r6 vv589v10 r7 c89f7190
                                                                            r8 00000000 r9 7fffffff s1 c89f7190 fp c89f706c
                                                                            ip c42dd180 sp c89f7008 lr bf8a71a8 pc c00b1d00 cpse 200f0010

                                                                            backtrace :
                                                                               #00 pc 008f2d00 /data/app/com.aspiration.gifmaker-1/lib/arm/libvideokit.so (av_log+20)
  • avformat/mxfenc : AVC Intra support

    28 octobre 2014, par Thomas Mundt
    avformat/mxfenc : AVC Intra support
    

    To keep h264 parsing simple and fast, I used the framesize for selecting the right Panasonic codec label. The framesize is fixed for Panasonic AVC Intra.

    This patch only supports AVCI50/100. But in all flavours, i.e. with no SPS/PPS in header.

    Reviewed-by : tomas.hardin@codemill.se
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mxfenc.c
  • Is ffmpeg support GPU acceleration on Jetson platform ?

    1er octobre 2020, par Vincent_Wang

    I want to run ZoneMinder on Jetson nano as an IP CAM server, but it seems that Jetson nano can not handle many cams which are using ffmpeg decode, if I open three cams on ZoneMinder, CPU usage is always 100%, but GPU usage is 0%, and I can not open more cams.

    &#xA;

    In this discussion https://forums.developer.nvidia.com/t/ffmpeg-using-hardware-gpu-cuda/72312, the NV Moderator said that

    &#xA;

    &#xA;

    ffmpeg with GPU support is not enabled on Jetson platform ...

    &#xA;

    &#xA;

    NVENC/NVDEC can help ffmpeg acceleration, but these hardware blocks is on CPU, not on GPU.

    &#xA;

    but I found a repo https://github.com/jocover/jetson-ffmpeg, is this repo can use GPU acceleration ? Because I tried but didn't work(still using NVENC/NVDEC acceleration of CPU).

    &#xA;

    If GPU on Jetson nano is sure that can not support ffmpeg acceleration, but I want to use ZoneMinder, is there a better way to solve this problem ? e.g. using GStreamer ?

    &#xA;