Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (85)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (16239)

  • avformat/mov : stop using deprecated codec flags

    26 mars 2017, par James Almer
    avformat/mov : stop using deprecated codec flags
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/mov.c
  • fftools/ffmpeg : stop using av_stream_get_end_pts() in do_video_stats()

    16 décembre 2021, par Anton Khirnov
    fftools/ffmpeg : stop using av_stream_get_end_pts() in do_video_stats()
    

    It retrieves libavformat's internal dts value (contrary to the
    function's name), which is not only incorrect in general, but also
    unnecessary because we can access the packet directly.

    • [DH] fftools/ffmpeg.c
  • Why aren't the videos merging ?

    25 décembre 2023, par user9987656

    I have 100 videos (total duration of 10 hours) from one author, and I'm trying to merge them into one large video, but I'm encountering an issue. ffmpeg is giving me several errors with the following message :

    &#xA;

    "mp4 @ 000002067f56ecc0] Non-monotonic DTS in output stream 0:0 ; previous : 968719404, current : 434585687 ; changing to 968719405. This may result in incorrect timestamps in the output file."

    &#xA;

    As a result, I end up with a 10-hour video, but I can only view the first 3 hours and the last 2 hours.

    &#xA;

    What could be causing this problem ? I'm using the streaming copy command.

    &#xA;

    -f concat -safe 0 -i input.txt -c copy&#xA;

    &#xA;