Recherche avancée

Médias (91)

Autres articles (20)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

Sur d’autres sites (4041)

  • FFMpeg Simply/Fast convert video file not working with any video

    16 août 2016, par I'mNoob

    I’m using the fast convert mkv to mp4 ffmpeg command

    ffmpeg -i test.mkv -vcodec copy -acodec copy new.mp4

    But is not working with any mkv file, when trying to run it, the file is to small about 1mb and getting this error. I know that will work if I won’t use copy and add a library but this will take long time

       Application provided invalid, non monotonically increasing dts to muxer in stream 0: -83 >= -83
    av_interleaved_write_frame(): Invalid argument
  • Working a mac application that needs to encode video [closed]

    9 février 2013, par Anand

    I am pretty new to xcode world. I am looking for a Tutorial to help me out to create a mac osx xcode project that encodes one format of video to other.
    For example the app will take and avi file and convert it to mp4.
    I see that ffmpeg and other libraries are available but none i am aware of how to use them in a xcode project.
    I am looking for a very very simple form of http://handbrake.fr/ mac application.

    A link to - simple step by step explanation of how to use a simple dylib file would do.

  • inpoint on command not working on text file

    30 mars 2023, par Peter

    I have FFMPEG command that draws the in and out of timecodes from a mp4 and puts them all together via the code below and renders a new .mp3 ; The outpoint gets ended but the audio doesnt start on the inpoint but several seconds before hand.

    


    Anyone can point me to suggestions how to fix this ?

    


    ffmpeg -f concat -safe 0 -i exportlist_1172153534.txt -codec:a libmp3lame -qscale:a 2 exported_1172153534.mp3 ```


    


    And within the text file

    


    file '/home2/awakenst/public_html/oneclip/uploads/1172153534.mp4'
inpoint 00:00:04
outpoint 00:00:07