Recherche avancée

Médias (91)

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • Cut parts of subtitle file using FFMPEG

    4 février 2014, par Anas

    I want to edit an input mp4 file with audio video subtitle streams, i can successfully cut video and audio streams by :
    1- Convert each part to a new mp4 file
    2- Convert mp4 files to mpg files

    ffmpeg -i out00.mp4 -qscale:v 0 intermediate1.mpg
    ffmpeg -i out01.mp4 -qscale:v 0 intermediate2.mpg

    3- Merge mpg files

    ffmpeg -i concat:"intermediate1.mpg|intermediate2.mpg" -c copy intermediate_all.mpg

    4- Convert the mpg file back to mp4

    ffmpeg -i intermediate_all.mpg  -f mp4 output.mp4

    and i can extract the subtitle stream to srt file, but i can't cut parts of the subtitle file, do you have an idea how to do this ?

  • Revision 41d3c989fd : Propgate constants through subexp routines. This avoids calls to get_unsigned_b

    3 février 2014, par Alex Converse

    Changed Paths :
     Modify /vp9/decoder/vp9_dsubexp.c


     Modify /vp9/encoder/vp9_subexp.c



    Propgate constants through subexp routines.

    This avoids calls to get_unsigned_bits() with constants and
    replaces hard to trace loops with simpler structures.

    Change-Id : Ic1afc5a17d7df5bcfc85b76efda316b0bf118467

  • Revision 5470e0cfda : Merge "Propgate constants through subexp routines."

    3 février 2014, par Alex Converse

    Merge "Propgate constants through subexp routines."