Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (105)

  • 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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

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

  • Why videos generated using FFMPEG in android doesn't play on all video players ?

    9 juillet 2014, par Divya Motiwala

    I am trimming a video using FFMPEG command mentioned below in android. It only plays with MX Player and not the default or any other player.

     String trimVideoUrl = mFfmpegInstallPath + " -y -i " +
               videoPath + " -ss " +
                hms + " -t "+ duration +
                "  -async 1 -preset ultrafast -strict -2 "+ OUTPUT_FILENAME;

    Please let me know what other paramaters will help to make it run on other players. I did try -c:v libx264 but didn’t help.

  • Transfer custom (all) metadata using ffmpeg

    7 août 2022, par ph34r

    How to transfer metadata using FFMPEG or other tools with CMD ?

    



    I'm trying to encode video/audio and since they already have metadata inside obviously i want to preserve them into my new file

    



    btw since i'm using mediamonkey as main player, there's also some Custom metadata. this is the one who wont transfer

    



      

    • for Video output file using mp4/mkv (using x264)
    • 


    • for Audio output file using m4a (using neroAac)
    • 


    



    Thank You !

    



    ps. which container is best for neroAac and x264 ? since i can't seem to edit mkv metadata (when i remove from mediamonkey playlist, they're all gone), mp4 is fine though and i can't seem to play AAC, although it's fine when muxed into video

    


  • Transfer custom (all) metadata using ffmpeg

    6 octobre 2014, par ph34r

    How to transfer metadata using FFMPEG or other tools with CMD ?

    I’m trying to encode video/audio and since they already have metadata inside obviously i want to preserve them into my new file

    btw since i’m using mediamonkey as main player, there’s also some Custom metadata. this is the one who wont transfer

    • for Video output file using mp4/mkv (using x264)
    • for Audio output file using m4a (using neroAac)

    Thank You !

    ps. which container is best for neroAac and x264 ? since i can’t seem to edit mkv metadata (when i remove from mediamonkey playlist, they’re all gone), mp4 is fine though and i can’t seem to play AAC, although it’s fine when muxed into video