Recherche avancée

Médias (91)

Autres articles (50)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

  • avcodec/nvenc : use dynamically loaded CUDA

    10 octobre 2016, par Timo Rothenpieler
    avcodec/nvenc : use dynamically loaded CUDA
    
    • [DH] configure
    • [DH] libavcodec/nvenc.c
    • [DH] libavcodec/nvenc.h
  • MP4 Videos are playing only after fully loaded on Jwplayer

    25 octobre 2014, par Hamza Iqbal

    Hi recently I am converted some videos to MP4 using FFMpeg but When I am trying to stream this video files, player needs to load a file completely, until it starts to play, I am trying to find a way to make it start play a file right from the start and keep on loading as well.
    I am using this FFMpeg command for conversion :

    ffmpeg -i input.mp4 -vcodec libx264 -vpre default -crf 28 -ac 1 -ar 44100 -b 284k -ab 70k -r 15 -s 640x360 output.mp4 2>&1
  • MP4 Not Playing Before Fully Loaded on Jwplayer

    15 décembre 2014, par Stephen Finn

    I’ve searched a lot but couldn’t find any solution to the situation i’m in

    What i do is i watermark video using ffmpeg.exe via php script but the output file doesn’t play on jwplayer.
    i’ve found out that it is an encoding issue and i tried QTIndexSwapper but it is for windows.
    the input files i used is working nice on jwplayer but after watermark not working
    here is the code for ffmpeg i used

    $ffmpeg_bin -i input.mp4 -s 320x240 -vf 'movie=$watermarkx $watermark_pos' -c:v libx264 -c:a aac -strict -2 $final_name   2<&1

    NOTE : i used ffmpeg.exe