Recherche avancée

Médias (91)

Autres articles (89)

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

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

Sur d’autres sites (9433)

  • ffmpeg live transcoding faster alternative ?

    6 août 2014, par ppoeas

    Is there any opensource alternative to ffmpeg and VLC to live video transcoding from HTTP streaming to RTMP or other ?

    ffmpeg caused my CPU (AMD 4.0GHZ 8Core) is loaded 100% with only 8 SD streams.

    Thanks for help.

    PS.
    I think I don’t need to transcode my video, I can also stream with something like http video proxy. Source is in HTTP streaming format, also I am under Linux.

  • Playback avi, mkv FullHD video on android [on hold]

    11 août 2014, par Stas

    I program the video player to play FullHD video files.
    Tried ffmpeg, sws_scale slow function.
    How to use the algorithm http://www.roman10.net/effective-color-conversion-yuv-rgb-in-android-in-assembly/ with ffmpeg.
    AVCodecContext-> width = 1920 linesyze [0] = 1952.
    Found : The internal AVFrame used by the decoder has a right-side "border" to
    make decoding more cpu efficient.
    How to get a picture without the "border".

    I would be glad of any help.

  • Install newset FFProbe in Ubuntu [on hold]

    7 décembre 2014, par Vivendi

    I’ve downloaded the PHP-FFMpeg library and I installed both ffmpeg and ffprobe on my Ubuntu LTS server. But when I try to text the library I get the following error :

    Fatal error : Uncaught exception
    ’Alchemy\BinaryDriver\Exception\ExecutionFailureException’ with
    message ’ffprobe failed to execute command ’/usr/bin/ffprobe’ ’-help’
    ’-loglevel’ ’quiet’’

    I’ve read that new versions of FFProbe have the -help option. My installation seems to be missing this options, so I suspect that this is the problem. But how do I install a new version of FFProbe on my Linux server ?

    I installed it with apt-get install ffprobe, but that seems to give me an old version. Where can I get and install a new one ?