Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (46)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (8732)

  • FFMPEG won't configure for iPhone

    5 août 2016, par iSkythe

    I have downloaded FFMPEG via svn, and put the gas-preprocessor into usr/local/bin. But, when I try to post the following code into terminal, it says : -bash: ./configure: No such file or directory

    This is the code :

    ./configure
    —cc=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc —as=’gas-preprocessor.pl /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc’
    —sysroot=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.sdk —enable-cross-compile —target-os=darwin —arch=arm —cpu=arm1176jzf-s —disable-pic —enable-gpl —enable-postproc —disable-debug —disable-stripping —enable-avfilter —enable-avfilter-lavf —extra-cflags=’-arch armv6’ —extra-ldflags=’-arch armv6’

    I am using Snow Leopard 10.6.1. What am I doing wrong ?

  • ffmpeg : How to include dynamic path in m3u8 playlist ? (Playlist and segments are in different directories.)

    9 septembre 2021, par iPog

    I have a live webcam stream, I use ffmpeg to cut it to 10-second segments, stream it live, and store the segments in a day/hour directory structure.

    



    ffmpeg.exe [input]
-f segment
-strftime 1
-segment_format mpegts
-segment_time 10
-segment_list_size 6
-segment_list "D:\cams\cam1\live.m3u8"
-segment_list_type m3u8
"D:\cams\cam1\%a\%H\%M%S.ts"


    



    So my "live.m3u8" and my segments are in different directories (the segments are in a subdirectory). By default when ffmpeg generates the m3u8 list it only adds the filename : instead of Fri/12/1234.ts the filename line is only 1234.ts, so it's obviously not working.

    



    There is an option segment_list_entry_prefix to add the path as a prefix, but my prefix is dynamic (%a/%H/). For some reason, the dynamic arguments are not working : instead of Fri/12/1234.ts the playlist has %a/%H/1234.ts.

    



    Is it an ffmpeg bug, or something's missing from my command ? How can it be fixed ?

    


  • Insert dynamic Text into a video with MediaCodec

    10 février 2016, par MalusDarkb

    So far I tried using FFmpeg and the MediaCodec. Unfortunately everything I tried failed. I tried several samples from http://bigflake.com/mediacodec/ but it did not work for me. I tried to do it in asynchronous mode, but I could not figure it quite out.

    Can someone provide me with a working sample ? Even an example with outputs the MP4 input would be a charm.