Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (97)

  • Les images

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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (5594)

  • problem ffmpeg on linux batch convert .mkv to .mp4 with subtiles on .mkv file [closed]

    9 décembre 2020, par damvelisa

    I am trying to batch convert a large number of .mkv video files to .mp4 on linux while hard coding the subtitles included in the .mkv files. I would like to retain as much quality as possible.
is use this code but give error

    


     for f in *.mkv; do ffmpeg -i "$f" -vf subtitles="${f%.mkv}" -acodec copy "${f%.mkv}.mp4"; done


    


  • Problem while using ffmpeg-android-java on Windows-10

    4 septembre 2018, par ml8educ

    I am developing a simple Android Java app in which I use ffmpeg-android-java library to create a video file (.mp4) from multiple image files (.png) & a single audio file (.mp3). The audio is created using text-to-speech (TTS).
    The app works on Ubuntu dev environment (where it was written), but when I work on same code-base using Android Studio on a Windows 10, the ffmpeg library either creates an empty mp4 (size 0 bytes) or doesn’t create mp4 file at all.

    The ffmpeg command I use is :

    ffmpeg -y -framerate 1/30 -start_number 1 -i img_%d.png -i person_name.mp3 -c:a aac -c:v libx264 -strict experimental -shortest person_name.mp4

    This command however works correctly through windows command prompt & creates the mp4 file.

    What am I missing/doing wrong here ?

    Please help. Thanks.

  • Revision f00a237a43 : Merge "Fixing problem introduced in one of my previous commits."

    20 juillet 2013, par Dmitry Kovalev

    Merge "Fixing problem introduced in one of my previous commits."