Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (72)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (8230)

  • 2D video to VR 360° "wall of TV's" ?

    1er septembre 2020, par ƬƦƖƝƛ

    What would be involved in creating a 360° "wall of TV's" style VR video from a bunch of 2d videos ? (surrounding the viewer)

    


    Is that complexity of rendering even possible using typical software (ffmpeg ?) on an average home computer ?

    


    wall of TV's
    
[okay, maybe not THAT complex !]

    


  • Selecting GPU with ffmpeg hwaccel

    19 octobre 2017, par Nick Erokhin

    In my project I need to make many edits of the same video

    ffmpeg -hwaccel cuvid -c:v h264_cuvid -i [input video] -ss [start time] -to [end time] -vcodec h264_nvenc [output video]

    This command gave me a significant performance increase from using software decoding. However, I only used one GPU for this.

    I’m trying to scale up to a p2.8x with 8 GPUs. I want to be able to create 8 sets of edits and map each set to a GPU to be processed in parallel.

    How can I specify a GPU for FFmpeg to use ?

  • Can I create a VFR video from timestamped images ?

    18 juin 2016, par Beginner

    First, I have almost zero experience in making videos from images.

    What I have is a set of BMP timestamped images from which I want to generate a video.
    Since the timestamps are not equally spaced, I cannot simply use software that create constant-frame-rate videos from images.

    A possible solution would be to create artificial images at fixed time intervals, but I prefer to leave that as a last resort if I fail to make a VFR video.

    Any suggestions on how to achieve what I want ?