Recherche avancée

Médias (91)

Autres articles (103)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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.

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (6894)

  • Remove portion of some frames from a video

    21 janvier 2020, par FlafyMation

    Here is what I’m trying to do :
    Imagine a video with 10 frames (0 = 1 frame)

    0 0 0 0 0 0 0 0 0 0

    with some frames selected(1 = 1 selected frame)

    0 1 1 1 0 0 0 0 0 0

    and the end results should be this(all selected frames got removed from the video)

    0 0 0 0 0 0 0

    this is what I’m trying to do in python(with frames not times). Does anybody knows how I can do that ?

  • FFMPEG : how to pick a random jpeg file from folder

    12 mai 2018, par J. J.

    I run a batch script in expert mode with the program myffvideoconverter.

    My ffmpeg code is : -i example.jpg

    I would like to choose a random jpeg file from the folder automatically instead the file "example.jpg"
    Is it possible ?
    Is it possible to copy the used file into a different folder automatically to make sure that no jpeg will be used two times ? Thank you for your help.

  • x86/dcadec : add ff_lfe_fir0_float_{sse,sse2,avx,fma3}

    5 février 2016, par James Almer
    x86/dcadec : add ff_lfe_fir0_float_sse,sse2,avx,fma3
    

    Up to 4 times faster on x86_64, 8 times on x86_32 if compiling using x87 fp math.

    Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/dcadsp.c
    • [DH] libavcodec/dcadsp.h
    • [DH] libavcodec/x86/Makefile
    • [DH] libavcodec/x86/dcadsp.asm
    • [DH] libavcodec/x86/dcadsp_init.c