Recherche avancée

Médias (1)

Mot : - Tags -/graphisme

Autres articles (55)

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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (7902)

  • HTTP Stream (video) recording to a set of files

    14 septembre 2011, par mhambra

    I just thinked that a usage of VLC's livehttp module on a certain project is way too resource hungry, just for recording video stream by 30-minute files. Thereby, what OSS software can be used to record an UDP video stream part-by-part ? Excluding mencoder, since the recorded video should be gap-less.

    Also, if writing own FFmpeg code, what is the best way to tell libavformat/libavcodec to switch file output after certain # of keyframes, using already cached last/next frames ?

  • How to install FFMpeg in WampServer 2.1 (Windows XP)

    14 août 2013, par Raja Bilal Ahmed

    I m using php 5.3.5 on windows xp and now i try to install ffmepg from this link http://sergey89.ru/files/ffmpeg-php-win32-all.zip
    when i resart my wamp server i got this warning
    PHP Startup:ffmpeg : Unable to initialize module
    Module compiled with modle API=2006013
    PHP compiled with module API=20060626
    These options need to match
    Kindly someone guide me how i correct this problem.

  • x264 CLI crash while encoding [migrated]

    28 août 2011, par Ithilion

    i'm having hard time with x264 CLI encoding.
    I'm trying to encode a blu-ray source (8gb .m2ts file) into a mp4 video, but x264.exe keeps always crashing at approximately 20% progress.

    This is the Avisynth script i'm using :

    Source="C:\Ithilion\Temp\Editing\Anime\input.m2ts"
    V=FFVideoSource(Source,fpsnum=24000,fpsden=1001)
    A=FFAudioSource(Source)
    AudioDub(V,A)

    GradFun2DBmod(str=1.2)

    aWarpSharp2(depth=20)
    LimitedSharpenFaster(strength=255)

    TextSub("C:\Ithilion\Temp\Editing\Anime\subs1.ass")
    TextSub("C:\Ithilion\Temp\Editing\Anime\subs2.ass")

    These are the commands i'm using for the encode :

    x264 --profile high10 --level 5.1 --crf 23 --bframes 10 --b-adapt 2 --direct auto
    --me umh --merange 24 --partitions all --rc-lookahead 60 --ref 16 --subme 10
    --trellis 2 --deblock -2:-2 --psy-rd 0.6:0.0 --aq-strength 1 --acodec aac
    --abitrate 256 --output "output.mp4" "input.avs"

    This is the error i get :

    Name of the application that generated the error: x264.exe, Version: 0.0.0.0, time stamp: 0x4e427829
    Module name that generated the error: KERNELBASE.dll, Version: 6.1.7601.17651, time stamp: 0x4e211319
    Exception Code: 0xc00000fd
    Fault offset 0x0000b9bc
    Process ID that generated the error: 0xaac
    Start time of the application that generated the error: 0x01cc64e7f962548a
    Path to the application that generated the error: C:\Ithilion\Temp\Editing\x264\x264.exe
    Path of the module that generated the error: C:\Windows\syswow64\KERNELBASE.dll
    ID alert: a702ec4e-d0e7-11e0-b4d3-0023547ccfc5

    I'm running Win7 64 on a Q9400 @3200mHz with 4 GB RAM

    Thanks in advance for your support
    Best regards