Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (27)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (5141)

  • Problem on building ffmpeg with libvpx coder - - Windows 10 [on hold]

    1er mars 2019, par Alex Deroza

    have a problem with ffmpeg compil after when —enable-libvpx was added to params. For compilation on Windows 10 I use Msys2, NASM, sources of x264 and ffmpeg 4.1. I’m not fully understand how it all works, can u help me, because I’m very need in vp9 encoder ?

    check_pkg_config libvpx_vp8_decoder vpx >= 1.4.0 vpx/vpx_decoder.h vpx/vp8dx.h vpx_codec_vp8_dx
    test_pkg_config libvpx_vp8_decoder vpx >= 1.4.0 vpx/vpx_decoder.h vpx/vp8dx.h vpx_codec_vp8_dx
    pkg-config --exists --print-errors vpx >= 1.4.0
    Package vpx was not found in the pkg-config search path.
    Perhaps you should add the directory containing `vpx.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'vpx' found
  • Ffmpeg Windows split 1 video to chunks with random length (no re-encode)

    24 janvier 2021, par Anna Lone

    I have 1 big video file and I need to split it to random length chunks without re-encode.

    


    For example chunks from 130 to 240 seconds.

    


    For windows ffmpeg

    


    Tried this and. Nothing in output folder.

    


    $ times=$(ruby -e 's=[]; d=0; while d < 150 do t=rand(15..50); s << (d+t); d=d+t end; puts s.join(",")')
$ echo $times
15,53,96,124,168
$ ffmpeg -i lutherceleb.mp4 -f segment -segment_times $times -c copy -reset_timestamps 1 -map 0 OUTPUT%d.mp4


    


  • libavcodec/aacsbr_tablegen : fix tablegen on windows

    2 décembre 2015, par Hendrik Leppkes
    libavcodec/aacsbr_tablegen : fix tablegen on windows
    

    Including these headers is not needed and breaks building on Windows as it
    tries to activate the full compat tools, which are not needed for host
    tools.

    • [DH] libavcodec/aacsbr_fixed_tablegen.c
    • [DH] libavcodec/aacsbr_tablegen.c
    • [DH] libavcodec/aacsbr_tablegen_common.h