Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (53)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (10746)

  • Revision 815e95fbeb : Make intra predictor support rectangular blocks The intra predictor supports co

    11 avril 2013, par Jingning Han

    Changed Paths : Modify /vp9/common/vp9_blockd.h Modify /vp9/common/vp9_reconintra.c Modify /vp9/common/vp9_rtcd_defs.sh Modify /vp9/decoder/vp9_decodframe.c Modify /vp9/encoder/vp9_encodeframe.c Modify /vp9/encoder/vp9_rdopt.c Make intra predictor support rectangular blocks The (...)

  • How to control bitrate (by time) of MP3 - different CBR/VBR in different sections ?

    8 juillet 2023, par user8223842

    I have a audio file several hours in length which is 85% talking, and 15% music.
I want the talking to have a VBR 64 kbps - and the music to be 256 kbps.
Setting just 1 VBR across the file doesn't work so well, I'd rather do it manually and say "I want these parts to have this bitrate, and these others to have a different one".
Is this possible ? And if not with mp3, with another format ?
Thanks++

    


    Can't find any info on this topic, searched a lot !

    


  • dnn : fix redefining typedefs and also refine naming with correct prefix

    30 décembre 2020, par Guo, Yejun
    dnn : fix redefining typedefs and also refine naming with correct prefix
    

    The prefix for symbols not exported from the library and not
    local to one translation unit is ff_ (or FF for types).

    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>

    • [DH] libavfilter/dnn/dnn_backend_openvino.c
    • [DH] libavfilter/dnn/queue.c
    • [DH] libavfilter/dnn/queue.h
    • [DH] libavfilter/dnn/safe_queue.c
    • [DH] libavfilter/dnn/safe_queue.h