Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (54)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (9041)

  • How to lower the volume in a specific time interval with ffmpeg.exe [on hold]

    1er décembre 2013, par user1604523

    I am trying to lower the volume in a specific time interval with ffmpeg.exe . Let's say I have a 5 minutes long video and I want to lower the volume between 00:01:30 and 00:02:00. I read that we can use different parameters at the same time but I couldn't figure it out.

    Any help would be greatly appreciated.

  • Audio volume at Ffmpeg concatenate multiple audio with video

    26 juin 2020, par Adi

    I use the bellow command to concatenate one video file with 3 audio files at specific positions.

    


    All three audio files have the same volume but in the resulting file volume is increasing from start to end. How can I fix this ?

    


    ffmpeg
-i video.mp4
-i a1.m4a
-i a2.m4a
-i a3.m4a
-y -filter_complex
[1:a]adelay=500|500,volume=1[a1];
[2:a]adelay=3500|3500,volume=1[a2];
[3:a]adelay=6500|6500,volume=1[a3];
[a1][a2][a3]amix=inputs=3 -t 9 out.mp4


    


  • avcodec/vc1dec : Print warning for frame pictures with direct mode MBs, followed by...

    1er février 2014, par Michael Niedermayer
    avcodec/vc1dec : Print warning for frame pictures with direct mode MBs, followed by field pictures
    

    This case is not implemented
    No non fuzzed samples are known to use this

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vc1dec.c