Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (84)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

Sur d’autres sites (13480)

  • Why Do Some of the Codecs in FFMPEG's Supported Codec List Show "encoders :" or "decoders :" in Parenthesis ?

    4 mai 2020, par spaceman

    If you open the Command Prompt, and run ffmpeg -codecs,
    &#xA;you will get a long list of Codecs that FFMPEG supports.

    &#xA;&#xA;

    Here's a small sample of the list :

    &#xA;&#xA;

     DEV.L. h261                 H.261&#xA; DEV.L. h263                 H.263 / H.263-1996, H.263&#x2B; / H.263-1998 / H.263 version 2&#xA; D.V.L. h263i                Intel H.263&#xA; DEV.L. h263p                H.263&#x2B; / H.263-1998 / H.263 version 2&#xA; DEV.LS h264                 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (encoders: libx264 libx264rgb)&#xA; D.V.LS hevc                 H.265 / HEVC&#xA;

    &#xA;&#xA;

    Now If you briefly go over the whole list,
    &#xA;you see that most Codecs in this list appear with their Name and Description,
    &#xA;but some of the Codecs also include parenthesis in the Description, and in the parenthesis,
    &#xA;they specify "encoders :" or "decoders :".

    &#xA;&#xA;

    For example :

    &#xA;&#xA;

    1)

    &#xA;&#xA;

     DEV.LS h264                 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (encoders: libx264 libx264rgb)&#xA;

    &#xA;&#xA;

    2)

    &#xA;&#xA;

     DEVILS jpeg2000             JPEG 2000 (decoders: jpeg2000 libopenjpeg) (encoders: jpeg2000 libopenjpeg)&#xA;

    &#xA;&#xA;

    3)

    &#xA;&#xA;

     DEV.L. msmpeg4v3            MPEG-4 part 2 Microsoft variant version 3 (decoders: msmpeg4) (encoders: msmpeg4)&#xA;

    &#xA;&#xA;

    4)

    &#xA;&#xA;

     DEA.L. aac                  AAC (Advanced Audio Coding) (encoders: aac libvo_aacenc)&#xA;

    &#xA;&#xA;

    5)

    &#xA;&#xA;

     DEA.L. amr_nb               AMR-NB (Adaptive Multi-Rate NarrowBand) (decoders: amrnb libopencore_amrnb) (encoders: libopencore_amrnb)&#xA; DEA.L. amr_wb               AMR-WB (Adaptive Multi-Rate WideBand) (decoders: amrwb libopencore_amrwb) (encoders: libvo_amrwbenc)&#xA;

    &#xA;&#xA;

    My question :

    &#xA;&#xA;

    Why do some Codecs have those parenthesis, specifying Encoders/Decoders,
    &#xA;while other (in fact : most) codecs don't have these parenthesis ?

    &#xA;

  • Build h323plus support h264 and h263

    8 février 2019, par Ильдар Нурмухаметов

    Try build H323Plus(latest version) with support H263 and H264 codes.

    From config.log found error :

    /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: /tmp/ccLlS6ND.o: in function `main':
    conftest.c:(.text.startup+0x7): undefined reference to `h263p_encoder'
    collect2: error: ld returned 1 exit status

    It seems h263p_encoder not found from avcodec.

    FFmpeg(latest 4 version ) build with params :

    --enable-libx264 --enable-libxvid --enable-libx265 --enable-gpl --disable-x86asm --enable-shared --prefix=/usr --libdir=/usr/lib64

    This codecs I see from FFmpeg. If execute command ffmpeg —codecs :

    DEV.L. h263                 H.263 / H.263-1996, H.263+ / H.263-1998 / H.263 version 2 (decoders: h263 h263_v4l2m2m ) (encoders: h263 h263_v4l2m2m )
    D.V.L. h263i                Intel H.263
    DEV.L. h263p                H.263+ / H.263-1998 / H.263 version 2
    DEV.LS h264                 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (decoders: h264 h264_v4l2m2m h264_cuvid ) (encoders: libx264 libx264rgb h264_nvenc h264_v4l2m2m nvenc nvenc_h264 )

    Can any help please. I try build project from Ubuntu 18.04 and Opensuse 15.0

  • What version of ffmpeg is bundled inside electron ?

    7 août 2020, par greghmerrill

    The prebuilt electron binaries for Windows include the file ffmpeg.dll. How can I determine what version of the underlying ffmpeg library is actually compiled to produce this dll ? I need this information to understand what known vulnerabilities (CVE's, etc) might be in a given version of electron via ffmpeg.

    &#xA;&#xA;

    As I understand it, the ffmpeg dll itself is taken from https://github.com/electron/nightlies/releases/ when I download my dependencies (I'm using electron-prebuilt-compile). But I'm not getting a clear picture of what the source for that binary is. I think it might be from https://chromium.googlesource.com/chromium/third_party/ffmpeg/ but then I'm not clear on the relationship of that repo with the original ffmpeg repo (e.g. how often are fixes merged from the ffmpeg repo to the chromium third-party repo, etc.)

    &#xA;&#xA;

    I tried searching the content of the dll as per cody's suggestion, but no luck :

    &#xA;&#xA;

    $ strings ffmpeg.dll  | grep -i ffmp&#xA;FFmpeg video codec #1&#xA;Huffyuv FFmpeg variant&#xA;Not yet implemented in FFmpeg, patches welcome&#xA;C:\projects\libchromiumcontent\src\out-x64\static_library\ffmpeg.dll.pdb&#xA;ffmpeg.dll&#xA;&#xA;&#xA;$ strings ffmpeg.dll  | grep -i version&#xA;H.263 / H.263-1996, H.263&#x2B; / H.263-1998 / H.263 version 2&#xA;MPEG-4 part 2 Microsoft variant version 1&#xA;MPEG-4 part 2 Microsoft variant version 2&#xA;MPEG-4 part 2 Microsoft variant version 3&#xA;H.263&#x2B; / H.263-1998 / H.263 version 2&#xA;On2 VP6 (Flash version)&#xA;On2 VP6 (Flash version, with alpha channel)&#xA;old standard qpel (autodetected per FOURCC/version)&#xA;direct-qpel-blocksize bug (autodetected per FOURCC/version)&#xA;edge padding bug (autodetected per FOURCC/version)&#xA;strictly conform to a older more strict version of the spec or reference software&#xA;minor_version&#xA;premiere_version&#xA;quicktime_version&#xA;Assume this x264 version if no x264 version found in any SEI&#xA;

    &#xA;