Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (53)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (8541)

  • Another method to record avi files ? [closed]

    17 juillet 2014, par Bruce Lin

    Platform:Linux.>

    Data:H.264 video stream.>

    Method:use FFMPEG to record the video stream to avi format.>

    But FFMPEG lib is too large,I want to find the open source which is smaller and efficient.
    Thanks.>

    Record H264 video stream to avi format.only FFMPEG ??

    Record H264 video stream to avi format.only FFMPEG ??

    Record H264 video stream to avi format.only FFMPEG ??

  • FFMPEG - Record MPG segments from M3U8 stream

    2 septembre 2014, par Rupert Schiessl

    I’m trying to create 10 second MPEG segments from a M3U8 stream but it does not work.
    The error message is :

    Data stream encoding not supported yet (only streamcopy)

    Here is my command :

    ffmpeg -re -i http://hd1.lsops.net/live/euronews_fr_340/.m3u8 -map 0 -f segment -segment_time 10 -c:v copy -c:a copy test_record.mpg -y

    Can anybody tell me what’s happening ?

  • Record F4V in Flash Media Server

    29 juin 2014, par M.Yazdian

    I have problem with record live event in F4v through Flash Media Server
    I publish my live event on FMS though FFMPEG
    FFMPEG Code :

    ffmpeg -f dshow -i video="A4TECH USB2.0 PC Camera" -vcodec libx264 -b:v 32k -acodec libmp3lame -b:a 64k -ar 44100  -f flv rtmp://12.11.1.3/livepkgr/liveevent?adbe-live-event=liveevent

    FMS Code to record F4V file :

    var vodFile = Stream.get("mp4:" + StreamName.name + ".f4v");
    vodFile.record();
    vodFile.play(streamName,-1,-1);

    So when I use -vcodec libx264 in ffmpeg FMS cam’t to create F4V file, But when I erase -vcodec libx264 from FFMPEG FMS create F4V file currently.

    Please advise me to solve this problem.