Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (109)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7934)

  • Do I need to install FFMPEG.exe on Windows local server to use it in PHP & Xampp ? [on hold]

    5 juillet 2016, par Drupalist

    I need to use FFMPEG in PHP on my localhost (windows 7) to convert videos. In Install FFMPEG on XAMPP and somewhere else, it has been explained how to install and configure FFMPEG on Xampp.

    I tried these solutions but I still get the following error from Apache.

    PHP Startup:FFMPEG : Unable to initialize module

    Module compiled with module API = 20090626

    PHP compiled with module API = 20121212

    These options need to match

    I would like to know do I need to install FFMPEG.exe on my computer ?

  • FFmpeg error - “at least one output file must be specified” windows version

    30 juin 2016, par AComputert

    I’m having a little trouble, and I feel like the solution is probably starting me in the face.
    How Can I extract mp4 from HTTP live streaming m3u8 file ? I Tried this command below :

    ffmpeg -i http://ms1.movieland.ir/marci6z9OSicn34CRRcin2y4nv6KRZvigAIBsBbBGlj2HUPZBeEOY1019Zxc6zlQrq3ZkYrW0PiM1WDbpVn2JQ2/vod/5787c62c-fb29-4ca4-a328-b7447bb83436/medialist.m3u8?rpt=%5C2016%5C6%5C5787c62c-fb29-4ca4-a328-b7447bb83436&pid=0 -c copy -bsf:a aac_adtstoasc f:\stream\dora.mp4

    When run, this yells at me that "At least one output file must be specified". I’ve been knocking me head on the wall for hours now, what am I missing ?

  • FFMPEG in Windows 7 : merge mp4 files from different folders in a batch

    22 avril 2014, par user3406207

    I would like to concatenate 3 mp4 videos into one avi video for every folder of a directory, with FFMPEG on Windows 7.

    I have started this way :

    ffmpeg -f concat -i mylist.txt -c copy E:\EA2014\EX14R\EX14R.avi

    with mylist.txt being :

    file 'E:\EA2014\EX14R\DCIM\100GOPRO\GOPR0001.MP4'
    file 'E:\EA2014\EX14R\DCIM\100GOPRO\GP010001.MP4'
    file 'E:\EA2014\EX14R\DCIM\100GOPRO\GP020001.MP4'

    This works fine. Now, I would like to automate it because I have lots of those folders full of videos to merge.
    I tried with this to start with :

    printf "file '$s'\n" .E\EA2014\EX14R\DCIM\100GOPRO\*.MP4 >> mylist.txt

    But it tells me that

    "printf is not recognized as an internal or external command, operable program or batch file"

    Is it because I work in Windows ? Anyone could help me achieve it in another way ?

    Needless to say that I am a newbie !

    Thanks !