Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (76)

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

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

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

Sur d’autres sites (5553)

  • init seg_duration option for dash similar to -hls_init_time option

    5 août 2019, par Saurabh

    Is there any option to set first segment duration for dash files, There is similar option for HLS : hls_init_time ?

    I could not found any such option in documentation.


    Why I want such option to be there :

    From generated DASH files : in Android ExoPlayer, It always plays first chunk of lowest quality(bitrate/resolution), after first chunk, basis user’s internet speed, it picks the next chunk. If there is no init_seg_duration option, I have to rely only on seg_duration and I can not keep it bit large. Why I will like to keep it large : to reduce the number of files generated.

    With such option, I could had given -init_seg_duraion 2 -seg_duration 6, so video quality would had increased after 2 seconds and total number of files generated would also not had exploded.

  • Create Video Programmatically with Qt 5.0 [on hold]

    2 août 2018, par Joey

    We have a QT application that renders programmatically generated QPixmaps one by one to the display and we would like to save this output to a video file.

    I know that in the past people have recommended using ffmpeg or opencv with Qt to do this. In Qt 5, however, the new QtMultimedia module seems to expose some of this type of functionality.

    It is now possible, for example, to save video from a camera source in Qt 5 by using the QMediaRecorder as described in http://doc.qt.io/qt-5/qmediarecorder.html#details.

    With this new functionality, is there any way to use Qt 5 to save our programmatically generated video, or am I still better off using a third party library ?

  • ChromaKey FLV Transparency

    1er décembre 2012, par Mr D

    I have over 20000 FLV's at the moment. They currently have no alpha channel and are all CGI generated text on a black background.

    My issue :
    I need to be able to remove the black background and make it transparent, so I can use these videos to layer over pictures in my flash project.

    It needs to be an automated process, that can go through the whole dir of videos and remove the backgrounds

    What I've tried ?

    I have spent the last three days pulling my hair out. Currently the option I see is to write a custom filter for ffmpeg.

    The end goal :

    Layer the flv videos over randomly generated videos in an adobe air application built in flex.