Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (73)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

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

  • Cut .mkv Video using ffmpeg without changing original bitrate

    23 janvier 2021, par benito_h

    I accidently said an unappropriate swear word during an educational video (good start I know). So I would like to remove this section from the .mkv video. However I would like the video and audio bitrate and quality unchanged.

    


    First, I tried cutting the video slightly after the relevant time stamp without reencoding it, using for example

    


    ffmpeg -i input.mkv -ss 00:01:09.200 -c copy -t 4:11 output.mkv


    


    but this way the first couple of seconds seem to get lost.

    


    Is there a way to remove the relevant segment (01:08.800 to 01:09.200) while maintaining the same bitrate / quality for audio and video ? Since only formulas are shown, a slight out-of-sync wouldnt even matter.

    


  • avcodec/mpeg4videodec : Remove use of FF_PROFILE_MPEG4_SIMPLE_STUDIO as indicator...

    3 juillet 2018, par Michael Niedermayer
    avcodec/mpeg4videodec : Remove use of FF_PROFILE_MPEG4_SIMPLE_STUDIO as indicator of studio profile
    

    The profile field is changed by code inside and outside the decoder,
    its not a reliable indicator of the internal codec state.
    Maintaining it consistency with studio_profile is messy.
    Its easier to just avoid it and use only studio_profile

    Fixes : assertion failure
    Fixes : ffmpeg_crash_9.avi

    Found-by : Thuan Pham, Marcel Böhme, Andrew Santosa and Alexandru Razvan Caciulescu with AFLSmart
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/error_resilience.c
    • [DH] libavcodec/h263dec.c
    • [DH] libavcodec/mpeg4videodec.c
  • Revision 3049 : On se met dans le pipeline post_traiter de diogène pour faire une ...

    10 mars 2010, par kent1 — Log

    On se met dans le pipeline post_traiter de diogène pour faire une redirection correcte vers le bon type si configuré dans la conf. Pour récupérer le nombre de fichiers uploadés, on teste l’id_orig (si présent) pour le cas où spipmotion aurait créé une version. On ne le teste pas directement dans la (...)