Recherche avancée

Médias (0)

Mot : - Tags -/albums

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (100)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (8870)

  • ffmpeg converting png and mp3 to audio using parameter r - resulting video is longer than audio track

    4 février 2019, par qwexar
    ffmpeg -r 1 -loop 1 -i image.png -i audio_file.mp3 -pix_fmt yuv420p -c:v libx264 -c:a aac -b:a 64k -vf scale=iw:-2 -profile:v baseline -level 3.0 -shortest -r 1 test_64k_r1.mp4

    the audio_file.mp3 is 13:00 long. 13 minutes and 00 seconds, that is.

    the resulting video test_64k_r1.mp4 is 13:53 long. thats a full 53 seconds extra. in those 53 seconds audio is mum.

    why am i getting those extra seconds in my resulting video ?
    what param is affecting this ?

  • movenc : Don’t use track_id to decide which track is the first in a moof

    29 octobre 2014, par Martin Storsjö
    movenc : Don’t use track_id to decide which track is the first in a moof
    

    If one track doesn’t have any samples within a moof, no traf/trun
    is written for it. When the omit_tfhd_offset flag is set, none
    of the tfhd atoms have any base_data_offset set, and the implicit
    offset (end of previous track fragment data, or start of the moof
    for the first trun) is used.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/movenc.c
    • [DBH] libavformat/movenc.h
  • How to extract track 2 left channel using ffmpeg ?

    1er mai 2019, par flash

    I am working on a mp4 file in which I want to extract Track 2 left channel using ffmpeg.

    enter image description here

    I tried with the following command on terminal but it seems to extract Track 1 - [English] :

    ffmpeg -i 36017P.mp4 filename.mp3

    Problem Statement :

    I am wondering what changes I need to make in the ffmpeg command above so that it extract Track 2 -[English] from mp4 file.