Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (77)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (6694)

  • How to improve quality after putting two videos side by side vertically ?

    7 juillet 2018, par Nir Diamant

    I am putting two videos side by side vertically with ffmpeg.

    Both of the videos are in high quality.

    There is a loss of quality and the output looks very bad after this command :

    ffmpeg -i input1t.avi -i input2 -filter_complex vstack output.avi

    You can see an screen capture of the output movie here :

    enter image description here

    Any idea why ? How to solve it ?

  • Stitching 2 videos together side-by-side with ffmpeg in Android [on hold]

    19 juillet 2018, par A. Munny

    I am currently writing an app for Android that is supposed to take two video clips and stitch them together side-by-side into a single file (such that the user can download a single video file that shows these two side-by-side videos playing simultaneously). I was planning on using ffmpeg to achieve this, but could not figure out how to do this. Does anyone know how to achieve something like this, if at all possible ? Additionally, if there is a way to get it done easier using something other than ffmpeg, that solution would also be greatly appreciated. Thank you !

  • avcodec/tscc : Move reading the side data palette before other checks

    15 juillet 2018, par Michael Niedermayer
    avcodec/tscc : Move reading the side data palette before other checks
    

    We do not want to loose the side data in case of errors

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

    • [DH] libavcodec/tscc.c