Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (69)

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

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

  • avcodec/pngdec : consider chunk size in minimal size check

    22 juillet 2019, par Michael Niedermayer
    avcodec/pngdec : consider chunk size in minimal size check
    

    assuming each block contains an empty chunk there has to be at least 8 bytes extra.

    Fixes : 15327/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_LSCR_fuzzer-5676669303521280
    Fixes : Timeout (11->5sec)

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/pngdec.c
  • Converting AC3 to AAC with minimal loss [on hold]

    20 juin 2016, par forthrin

    iPad does not seem to support the ac3 audio codec.

    Therefore, I am converting an mkv/h264/ac3 movie into m4v/m264/aac using ffmpeg to view it on the iPad.

    The video part is simply copied as it is ; my question is how I preserve the audio as best possible.

    1. Is there any way to do the audio conversion losslessly ?

    2. If no to question 1, what is the best way to preserve the audio quality ? If the source audio is 192 kb/s and 48000 Hz, should I simply use 192/48000 for the target too ? Or will I preserve the audio better if I increase the the bit rate somewhat ?

    3. Side question : I noticed that a lot of mkv files have rather poor audio to begin with. Will the loss of ac3/aac re-encoding be negligable compared to the initial quality loss from the source material ? And why isn’t high audio quality more of a priority for movie files ? It’s not like file sizes matter much anymore with today’s storage and bandwidth.

  • avcodec/aliaspixdec : Check input size against minimal picture size

    1er octobre 2019, par Michael Niedermayer
    avcodec/aliaspixdec : Check input size against minimal picture size
    

    Fixes : Timeout (15sec -> 72ms)
    Fixes : 17774/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ALIAS_PIX_fuzzer-5193929107963904

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/aliaspixdec.c