Advanced search

Medias (91)

Other articles (111)

  • MediaSPIP v0.2

    21 June 2013, by

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 March 2010, by

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3); le plugin champs extras v2 nécessité par (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 January 2010, by

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation; Oggz-tools : outils d’inspection de fichiers ogg; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores;
    Binaires complémentaires et facultatifs flvtool2 : extraction / (...)

On other websites (13170)

  • ftp: add invalid code for RETR operation

    8 June 2013, by Lukasz Marek
    ftp: add invalid code for RETR operation
    

    554 is possible invalid code:
    - Restart not valid
    - Command terminated due to server shutdown in progress
    - etc...

    Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>

    • [DH] libavformat/ftp.c
  • Command to get only one audio track in output specified by language code with ffmpeg

    22 May 2023, by killerlearner

    Ffmpeg Command to get video with only English audio

    &#xA;

    I tried running ffmpeg -i input_video.ext -map 0:v -map 0:a:language=eng -c:v copy -c:a copy -map_metadata -1 -sn output.mp4&#xA;But the output file I got is 0 byte.&#xA;So can anyone tell me the write command.&#xA;I want to get video with only one language audio, I specify with code like eng, hin etc. With subtitles removed and x264 format!

    &#xA;

  • aacpsy: remove dead code

    31 May 2016, by Rostislav Pehlivanov
    aacpsy: remove dead code
    

    This code wasn’t removed when the functionality was moved inside
    aacenc.c with commit 8005b6de4f88c9

    Fixes CID1361962

    Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aacpsy.c