Recherche avancée

Médias (91)

Autres articles (97)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (16266)

  • Can FFMPEG force a JPEG to be 16:9 size ? [closed]

    18 octobre 2020, par Franken

    I am creating thumbnails with FFMPEG and I using a command line like this :

    


    ffmpeg -y -ss 00:31:05.435 -i "E:\mov\myVid.mp4" -vframes 1 -q:v 2 "C:\Users\Franken\Pictures\Temp\test.jpg"


    


    It works very well. Some older videos that do not have a modern dimension and even newer ones with very wide dimensions do not produce a desirable thumbnail because it is very skewed when I try to use it in a frame that is 16:9. Can I force all JPEG's produced to be 16:9 ? I realize that some of the video would get cropped in some cases. Thanks

    


  • Definitive join MP3's in ffmpeg or avconv - whats the magic line of code ?

    10 février 2016, par pperrin

    I have some MP3’s they need to be concatenated in to a single MP3.

    What is the command line I need for FFMPEG or AVCONV to do this ?

    I don’t know or care about the quality/bit-rate etc of the inputs, I have what I have and they are random.

    I have hunted far and wide and found loads of people who like to talk about pages of useless detail that makes absolutely no difference to me...

    So...

    I have been using :

    ffmpeg -i "concat:file1.mp3|file2.mp3" -b:a:320000 -acodec file3.mp3

    The output sounds fine, but the output file often shows the duration and bitrate wrong on the output... what is the magic line of code I seek ?

    I am in no hurry - and can run the files through a dozen other processes if needed, and if quality goes down I really really don’t care - I just want a fully functional MP3 at the end of it.

  • buffer : drop a reference to a non-existing function from the docs

    9 janvier 2016, par Anton Khirnov
    buffer : drop a reference to a non-existing function from the docs
    

    This function only ever existed in the draft versions of the API.

    • [DBH] libavutil/buffer.h