Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (63)

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

  • How do I concat two video mp4 files, each of which has an audio of different sample rates with ffmpeg

    14 août 2020, par Geo

    I have two videos : video1.mp4 and video2.mp4 in the configured txt file, both videos have mp3 audios :
video1.mp4 has : Audio : mp3, 32000 Hz, mono, fltp, 48 kb/s
video2.mp4 has : Audio : mp3, 24000 Hz, mono, fltp, 32 kb/s
I need to keep the different sample rates since I need to change the pitch to make it sound different from the real voice of the person, now I tried to merge the two videos by concatenating them :

    


    ffmpeg -safe 0 -f concat -segment_time_metadata 1 -i videoconf.txt -vf select=concatdec_select -af aselect=concatdec_select,aresample=async=1 -y videoout.mp4

    


    but I got a lot of errors like these :

    


    [aac @ 0x730e491e00] channel element 2.12 is not allocated

    


    index.js:81 Error while decoding stream #0:1 : Invalid data found when processing input

    


    index.js:81 [aac @ 0x730e491e00] TYPE_FIL : Input buffer exhausted before END element found

    


    index.js:81 Error while decoding stream #0:1 : Invalid data found when processing input

    


    ......

    


    So how can I concatenate multiple videos with different audio sample rates inside each video ?
By the way, when the sample rates are the same for all the audios inside each video, the concat works like a charm.

    


    Thanks

    


  • lavf/movenc : allow writing avc3 sample entry type

    15 novembre 2017, par John Stebbins
    lavf/movenc : allow writing avc3 sample entry type
    

    The avc3 sample entry type is useful for adaptive streaming. It permits
    parameter sets to be written inline in the video stream.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/movenc.c
  • Revision 6a9b44c281 : Merge "Cleanup table declarations in vp9_rdopt."

    10 avril 2014, par Alex Converse

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Merge "Cleanup table declarations in vp9_rdopt."