Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (53)

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

    5 mars 2010, par

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

  • 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 ;

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (9686)

  • Which FFmpeg codec should be used for video streams with single byte pixel format ?

    2 décembre 2011, par Gearoid Murphy

    I've got a black and white video stream coming off a Firewire astronomy camera, I'd like to use FFmpeg to compress the video stream but it will not accept single byte pixel formats for the MPEG1VIDEO codecs. I've been trying random codecs for the last hour without much success, could anyone give me some sage advise on how to achieve my goal ? :) thx

  • Video Transcoding/Conversion using Java

    16 janvier 2012, par MalTec

    I would like to convert a video from one format to another. Initially, I want to convert MP4 to AVI or any other more suitable video format.

    Came across the ffmpeg library. Is is the best solution ?

    Came across Xubber and Jave for the same ? Any experiences ?

  • Merge video and audio with ffmpeg. Loop the video while audio is not over

    3 novembre 2016, par fstephany

    I’m trying to merge an audio file with a video file.
    I have two options :

    • Have a very small video file (e.g., 10 seconds) that loop while the audio file is not over.

    • Have a very long video file (longer than any of my audio file) on which I can attach the audio file. I would like to cut the video when the audio is finished.

    I’ve using the latter with the -t option of ffmpeg. It means I have to get the duration of the audio file to feed it into ffmpeg. Is it possible to avoid this step ?

    Any pointer for the first solution ?