Recherche avancée

Médias (91)

Autres articles (75)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (12171)

  • FFMPEG-PHP Windows "Can't open movie file"

    23 janvier 2014, par bah

    ffmpeg extension is loaded as it is shown at phpinfo(), my file and script are at the same location, but I'm still getting this error.

    Warning: Can't open movie file Untitled.avi in C:\xampp\htdocs\skelbiu\fetch.php  on line 4

    Fatal error: Call to a member function getDuration() on a non-object in C:\xampp\htdocs\skelbiu\fetch.php on line 5

    My script :

    extension_loaded('ffmpeg') or die('Error in loading ffmpeg');

    $ffmpegInstance = new ffmpeg_movie('Untitled.avi');
    echo "getDuration: " . $ffmpegInstance->getDuration() .
    "getFrameCount: " . $ffmpegInstance->getFrameCount() .
    "getFrameRate: " . $ffmpegInstance->getFrameRate() .
    "getFilename: " . $ffmpegInstance->getFilename() .
    "getComment: " . $ffmpegInstance->getComment() .
    "getTitle: " . $ffmpegInstance->getTitle() .
    "getAuthor: " . $ffmpegInstance->getAuthor() .
    "getCopyright: " . $ffmpegInstance->getCopyright() .
    "getArtist: " . $ffmpegInstance->getArtist() .
    "getGenre: " . $ffmpegInstance->getGenre() .
    "getTrackNumber: " . $ffmpegInstance->getTrackNumber() .
    "getYear: " . $ffmpegInstance->getYear() .
    "getFrameHeight: " . $ffmpegInstance->getFrameHeight() .
    "getFrameWidth: " . $ffmpegInstance->getFrameWidth() .
    "getPixelFormat: " . $ffmpegInstance->getPixelFormat() .
    "getBitRate: " . $ffmpegInstance->getBitRate() .
    "getVideoBitRate: " . $ffmpegInstance->getVideoBitRate() .
    "getAudioBitRate: " . $ffmpegInstance->getAudioBitRate() .
    "getAudioSampleRate: " . $ffmpegInstance->getAudioSampleRate() .
    "getVideoCodec: " . $ffmpegInstance->getVideoCodec() .
    "getAudioCodec: " . $ffmpegInstance->getAudioCodec() .
    "getAudioChannels: " . $ffmpegInstance->getAudioChannels() .
    "hasAudio: " . $ffmpegInstance->hasAudio();

    I'm using php 5.2.9 (XAMPP 1.7.1), Windows 7.
    Thanks in advance !

  • Fix input support from named pipes in Windows

    3 janvier 2014, par Anton Mitrofanov
    Fix input support from named pipes in Windows
    
    • [DH] common/osdep.c
    • [DH] common/osdep.h
  • AAC encoder : TNS fixes on short windows

    17 janvier 2016, par Claudio Freire
    AAC encoder : TNS fixes on short windows
    

    TNS was computing filter coefficients incorrectly for short windows
    due to a few coefficient addressing bugs. Fixing them fixes lots of
    instability with transients (short windows).

    • [DH] libavcodec/aacenc_tns.c