Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (27)

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

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (6203)

  • ffmpeg windows and linux version : Operation not permitted on linux

    10 décembre 2012, par user300675

    I run the latest compiled ffmpeg versions from : http://ffmpeg.gusari.org/static/

    This command works as it should on Windows :

    ffmpeg -i "rtmp://myIpAddress/live/video live=1" -c copy dump.flv

    When I run it on Linux (ffmpeg got from http://ffmpeg.gusari.org/static/64bit/)

    ffmpeg -i "rtmp://myIpAddress/live/video live=1" -c copy dump.flv

    I got :

    ffmpeg version N-46124-gb399816 Copyright (c) 2000-2012 the FFmpeg developers
    built on Oct 29 2012 05:22:17 with gcc 4.6 (Debian 4.6.3-1)

    configuration: --prefix=/root/ffmpeg-static/64bit --extra-cflags='-I/root/ffmpeg-static/64bit/include -static' --extra-ldflags='-L/root/ffmpeg-static/64bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
     libavutil      52.  1.100 / 52.  1.100
     libavcodec     54. 69.100 / 54. 69.100
     libavformat    54. 35.100 / 54. 35.100
     libavdevice    54.  3.100 / 54.  3.100
     libavfilter     3. 20.106 /  3. 20.106
     libswscale      2.  1.101 /  2.  1.101
     libswresample   0. 16.100 /  0. 16.100
     libpostproc    52.  1.100 / 52.  1.100
    [rtmp @ 0x37bde40] Server error:
    rtmp://myIPAddress/live/video live=1: Operation not permitted

    Any idea ?

  • ffmpeg speed up video - Windows

    11 avril 2016, par Flash Thunder

    In manual it says :

    ffmpeg -i input.mkv -filter:v 'setpts=0.5*PTS' output.mkv

    But when I run :

    ffmpeg -i input.mp4 -filter:v 'setpts=0.5*PTS' speedup.mp4

    I get an error :

    [AVFilterGraph @ 0000000002500600] No such filter: 'setpts=0.5*PTS'
    Error opening filters!

    Not sure if it means that filter can’t be opened at all or simply this filter is not available.

    How do I run it correctly ? Or maybe my release does not support it, then where can I get the release that would work right ? Win32/x64 binary

  • shorten : Use a checked bytestream reader for the wave header

    11 septembre 2013, par Martin Storsjö
    shorten : Use a checked bytestream reader for the wave header
    

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/shorten.c