Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (76)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

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

  • Revision 9cc6f078dc : Merge "vp8_loop_filter_bh_y_sse2 : save/restore xmm registers"

    21 novembre 2012, par John Koleszar

    Merge "vp8_loop_filter_bh_y_sse2 : save/restore xmm registers"

  • FFmpeg save HLS stream to MP4 audio out of sync

    5 octobre 2017, par Alessandro

    I’m trying to save an HLS stream to an MP4 on Android.

    First tried this command

    "-y -i " + url + " -to " + duration + " " + filePath

    but video quality result is very very low...

    Then someone suggested to try this command

    "-y -i " + url + " -c copy -bsf:a aac_adtstoasc -to " + duration + " " + filePath

    and quality is very high but audio is many seconds out of sync.

    Any idea on how to get audio in sync and good output quality ?

  • Save metadata while converting video to images FFmpeg

    17 février 2020, par e480582

    When I convert a video to its constituent images (ffmpeg -i video.MOV img1%03d.png), ffmpeg drops all the metadata. How would I save the metadata while converting ? Is there any way to have it also increment the timestamp for each frame ?