Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (97)

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (6636)

  • 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
  • Converting mkv to h264 FFmpeg

    14 janvier 2021, par Rikus Honey

    EDIT :&#xA;This question has become very popular and is one of the top results for searching "convert mkv to h264 ffmpeg" and thus I feel it is appropriate to add that for anyone stumbling upon this question to rather use

    &#xA;

    ffmpeg -i input.mkv -c:v libx264 -c:a aac output.mp4&#xA;

    &#xA;

    as libvo_aacenc has been removed in recent versions of FFmpeg and it now has a native aac encoder. For more information visit the FFmpeg wiki page for encoding AAC.

    &#xA;

    Here is the original question :

    &#xA;

    I would like to convert my .mkv files to .mp4 using FFmpeg. I have tried the following code :

    &#xA;

    ffmpeg -i input.mkv -c:v libx264 -c:a libvo_aacenc output.mp4&#xA;

    &#xA;

    But I get the error :

    &#xA;

    &#xA;

    Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height.

    &#xA;

    &#xA;

    Is there any way to get around this ? I have tried setting the bitrate of the audio but the problem seems to persist.

    &#xA;

  • doc/general.texi : update AviSynth+ reference page

    24 mars 2019, par Stephen Hutchinson
    doc/general.texi : update AviSynth+ reference page
    

    Directed to the AviSynth+ entry on AviSynth Wiki rather than to
    the github repository, since the wiki page is both more informative
    and has the relevant Git/download links. The github releases page
    is little more than a changelog.

    • [DH] doc/general.texi