Recherche avancée

Médias (1)

Mot : - Tags -/publishing

Autres articles (50)

  • 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

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (12035)

  • sox - increase volume of audio file in middle of track

    23 octobre 2015, par Jon Stevens

    I have an audio track : test.mp3, and I need to be able to increase the volume of the file at a specific time of the file. Basically, I have background music and someone talking, and when the person talking gets done, I want to be able to turn up the background music. I know sox has volume, fade, and gain options but I haven’t found anything that supports doing something like this. I’d prefer sox or ffmpeg, but, if there’s something else that can do this, I’m interested in hearing about it. Keep in mind that I have to keep it a command line tool. Thanks.

  • FFmpeg - Creating a video from an image and audio track

    18 novembre 2015, par George R.

    I’m trying to make FFmpeg create an avi file by searching all the mp3 files in the same folder, when I run this my video has no length. When using loop 1 the video keeps on creating and no audio is present.

    for %%a in ("*.mp3") do ffmpeg -r 1 -i "*.jpg" -acodec copy -shortest -qscale 5 %%~na.avi"

  • Looped image video duration qual to mp3 track length

    5 janvier 2016, par kaytrance

    I have an mp3 track.

    How do I make a video that consist only from 1 image and that mp3 track playing on background, having video duration equal to this mp3 track length ?

    The correct answer should automatically calculate video duration based on mp3 track, so that I do not have to specify duration by myself.