Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (45)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (8138)

  • Revert "avcodec/hevc : calculate checksum only if AV_EF_EXPLODE is set"

    4 décembre 2013, par Michael Niedermayer
    Revert "avcodec/hevc : calculate checksum only if AV_EF_EXPLODE is set"
    

    This reverts commit 758b6d39f685a510f48ff9e4c05fffa859d23c42.

    Requested-by : smarter
    "now that http://git.videolan.org/?p=ffmpeg.git;a=commit;h=97de206b44a48da726807cc3e7b9448a8112760b
    has been merged, http://git.videolan.org/?p=ffmpeg.git;a=commit;h=758b6d39f685a510f48ff9e4c05fffa859d23c42
    could be reverted, this would reduce the delta with libav
    (and it makes sense)"

    • [DH] libavcodec/hevc.c
  • doc/git-howto : Replace "git push" example by one with dry-run

    3 août 2015, par Michael Niedermayer
    doc/git-howto : Replace "git push" example by one with dry-run
    

    I do not think having "git push" as example is a good idea.
    The command has a very high chance of pushing things which are unwanted to be
    pushed

    Reviewed-by : Carl Eugen Hoyos <cehoyos@ag.or.at>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/git-howto.texi
  • FFMPEG Concat protocol Error : Found duplicated MOOV Atom. Skipped it

    11 septembre 2020, par user3541092

    I'm concatenating mp3 files into a single m4a.

    &#xA;&#xA;

    To save time, I'm doing the mp3 to m4a conversion first (multi-threaded) and then concatenating the output files (m4a) into a single m4a file.

    &#xA;&#xA;

    The concat works when I do the conversion (mp3 -> m4a) and cancat in one swoop. But it takes forever to run.

    &#xA;&#xA;

    Example :

    &#xA;&#xA;

    ffmpeg -i "concat:001.mp3|002.mp3|003.mp3" -codec:a aac -c copy output.m4a&#xA;

    &#xA;&#xA;

    &#xA;If I take those same mp3 files and convert them to m4a in parallel and then concat, I can save myself a significant amount time.

    &#xA;&#xA;

    The problem is if I run the concat command on the converted m4a files

    &#xA;&#xA;

    Example cmd :

    &#xA;&#xA;

    ffmpeg -i "concat:001.m4a|002.m4a|003.m4a" -c copy output.m4a&#xA;

    &#xA;&#xA;

    I getting the following error :

    &#xA;&#xA;

    &#xA;

    [mov,mp4,m4a,3gp,3g2,mj2 @ 000000000052f680] Found duplicated MOOV&#xA; Atom. Skipped it

    &#xA;

    &#xA;&#xA;

    &#xA;UPDATE : Ouput when concatenating m4a files (two track example) :

    &#xA;&#xA;

    C:\_ffmpeg>ffmpeg -i "concat:001.m4a|002.m4a" -c copy output.m4a&#xA;ffmpeg version N-79630-g9ac154d Copyright (c) 2000-2016 the FFmpeg developers&#xA;  built with gcc 5.3.0 (GCC)&#xA;  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av&#xA;isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab&#xA;le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --&#xA;enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib&#xA;modplug --enable-libmfx --enable-libmp3lame --enable-libopencore-amrnb --enable-&#xA;libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enabl&#xA;e-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable&#xA;-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --ena&#xA;ble-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx&#xA;264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable&#xA;-lzma --enable-decklink --enable-zlib&#xA;  libavutil      55. 22.101 / 55. 22.101&#xA;  libavcodec     57. 38.100 / 57. 38.100&#xA;  libavformat    57. 34.103 / 57. 34.103&#xA;  libavdevice    57.  0.101 / 57.  0.101&#xA;  libavfilter     6. 44.100 /  6. 44.100&#xA;  libswscale      4.  1.100 /  4.  1.100&#xA;  libswresample   2.  0.101 /  2.  0.101&#xA;  libpostproc    54.  0.100 / 54.  0.100&#xA;[mov,mp4,m4a,3gp,3g2,mj2 @ 000000000048a9a0] Found duplicated MOOV Atom. Skipped&#xA; it&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;concat:001.m4a|002.m4a&#x27;:&#xA;  Metadata:&#xA;    track           : 1&#xA;    major_brand     : M4A&#xA;    minor_version   : 512&#xA;    title           : 001 Moon Over Soho&#xA;    artist          : Ben Aaronovitch&#xA;    album_artist    : Narrated by Kobna Holdbrook-Smith&#xA;    composer        : Narrated by Kobna Holdbrook-Smith&#xA;    album           : Moon Over Soho&#xA;    date            : 2012&#xA;    encoder         : Lavf57.34.103&#xA;    genre           : Speech&#xA;    copyright       : Tantor Audio&#xA;    compatible_brands: isomiso2&#xA;  Duration: 00:44:03.83, start: 0.000000, bitrate: 251 kb/s&#xA;    Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, flt&#xA;p, 128 kb/s (default)&#xA;    Metadata:&#xA;      handler_name    : SoundHandler&#xA;[ipod @ 000000000048bb20] Using AVStream.codec to pass codec parameters to muxer&#xA;s is deprecated, use AVStream.codecpar instead.&#xA;Output #0, ipod, to &#x27;output.m4a&#x27;:&#xA;  Metadata:&#xA;    track           : 1&#xA;    major_brand     : M4A&#xA;    minor_version   : 512&#xA;    title           : 001 Moon Over Soho&#xA;    artist          : Ben Aaronovitch&#xA;    album_artist    : Narrated by Kobna Holdbrook-Smith&#xA;    composer        : Narrated by Kobna Holdbrook-Smith&#xA;    album           : Moon Over Soho&#xA;    date            : 2012&#xA;    compatible_brands: isomiso2&#xA;    genre           : Speech&#xA;    copyright       : Tantor Audio&#xA;    encoder         : Lavf57.34.103&#xA;    Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, 128&#xA; kb/s (default)&#xA;    Metadata:&#xA;      handler_name    : SoundHandler&#xA;Stream mapping:&#xA;  Stream #0:0 -> #0:0 (copy)&#xA;Press [q] to stop, [?] for help&#xA;size=   41892kB time=00:44:03.80 bitrate= 129.8kbits/s speed=2.21e&#x2B;003x&#xA;video:0kB audio:41445kB subtitle:0kB other streams:0kB global headers:0kB muxing&#xA; overhead: 1.077122%&#xA;&#xA;C:\_ffmpeg>pause&#xA;Press any key to continue . . .&#xA;

    &#xA;