Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (55)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (8090)

  • libavfilter/libmpcodecs : sync existing filters with mplayer HEAD (ebcacb8b3ca91ef90ac...

    3 mai 2014, par mplayer developers
    libavfilter/libmpcodecs : sync existing filters with mplayer HEAD (ebcacb8b3ca91ef90acb93785b62fd8c5e5dae41)
    

    Authors from svn :
    cehoyos (2) :
    Support playback of JPEG 2000 digital cinema files.
    Add name for image format IMGFMT_440P.

    ib (1) :
    Get rid of VOCTRL_GUI_NOWINDOW.

    Matt Oliver (4) :
    Fix libmpcodecs inline asm on ICL.
    Use DECLARE_ALIGNED helper macros.
    Remove some superfluous commas from inline asm for better compatibility.
    Use numeric labels in inline asm for consistency and better compatibility.

    reimar (10) :
    Fix bpp calculation for XYZ format.
    Avoid duplicating the mouse autohide code.
    Add NV12/NV21 support to some helper functions.
    Add support for rotating the video via OpenGL.
    Add options to determine where borders will be added when adjusting for aspect.
    Apply forgotten move of apply_border_pos function.
    Extract window creation code to common file.
    Make VDPAU support work again with latest FFmpeg.
    img_format : document why mp_get_chroma_shift does not work for NV12/NV21
    Minor spelling/grammar fixes.

    For detailed line by line authorship please see svn log of mplayer
    svn ://svn.mplayerhq.hu/mplayer/trunk

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/libmpcodecs/img_format.c
    • [DH] libavfilter/libmpcodecs/img_format.h
    • [DH] libavfilter/libmpcodecs/libvo/video_out.h
    • [DH] libavfilter/libmpcodecs/mp_image.c
    • [DH] libavfilter/libmpcodecs/vf_fspp.c
    • [DH] libavfilter/libmpcodecs/vf_ilpack.c
    • [DH] libavfilter/libmpcodecs/vf_pp7.c
    • [DH] libavfilter/libmpcodecs/vf_uspp.c
  • ffmpeg.exe : Missing MFPlat.dll in Windows Server 2008 R2

    15 avril 2021, par Shyam Narayan

    I am using ffmpeg to convert .m3u8 playlist to single mp4 file.&#xA;I download the Windows EXE Files from http://ffmpeg.org/download.html#build-windows successfully.&#xA;But when I open the ffmpeg.exe, an error message appears that says MFPlat.dll is missing.

    &#xA;

  • Can't run exec('ffmpeg') ; ffmpeg, wamp & windows 2008 server

    15 mars 2015, par Nicholas Walker

    i’ve installed FFMPEG on my windows server. If i go to cmd and type ffmpeg -version i get the version, available commands etc. I use WAMP server with php 5.4.12

    The reason i am not using ffmpeg-php is because i have installed it with no errors and i cant use the extension for php even tho it says it is installed.

    When i try to do

    &lt;?php
    echo exec('ffmpeg -version');
    ?>

    its totally blank, no errors or nothing.

    If i run

    &lt;?php
    echo exec('whoami');
    ?>

    i get : nt authority\system

    So i can run exec in my php.

    I’ve also tried the same with shell_exec() ; ffmpeg not working with either of them.

    After looking at other stackoverflow questions i’ve seen people fixing this problem by allowing IIS user to use ffmpeg.exe. But i am using Wamp so i don’t know what to do.

    Any ideas ?