Recherche avancée

Médias (91)

Autres articles (65)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (11139)

  • Format ffmpeg command to extract the full klv for an mpg/ts file

    24 décembre 2020, par Andrew Marquez

    I am extracting the KLV data from an mpg file using klvdata and ffmpeg.

    



    Following the readme, I have downloaded the sample "Day Flight.mpg" video file that contains KLV data. Running the quick start command works (I get the exact same result as the readme example for the first 6 frames.)

    



    However, for the life of me I don't know how I can extract the KLV data for the entire video file.

    



    As an experiment, I tried creating the KLV data file from an offset start :

    



    ffmpeg -ss 5 -i Day\ Flight.mpg -map data-re -codec copy -f data - > out.klv


    



    and when I run it through my code with different start times (5, 25, etc.) I do get different results.

    



    This (to me) would suggest that the mpg file does contain KLV data throughout, but I can only access 6 frames at a time.

    



    I would expect to be able to run an ffmpeg command to output the full KLV data. I need help formatting my ffmpeg command to properly provide all the data.

    



    To replicate, download the "Day Flight.mpg" file from the klvdata project page and run the command I posted above. You will note it is less than a page long. It should be many, many pages long. Thank you for your help !

    


  • libavfilter : Update derain filter doc.

    27 juillet 2019, par Xuewei Meng
    libavfilter : Update derain filter doc.
    

    Add the usage of tensorflow model in derain filter. Training scripts
    as well as scripts for tf/native model generation are provided in the
    repository at https://github.com/XueweiMeng/derain_filter.git.

    Reviewed-by : Steven Liu <lq@onvideo.cn>
    Signed-off-by : Xuewei Meng <xwmeng96@gmail.com>

    • [DH] doc/filters.texi
  • libavfilter : Add dehaze-filter option in existing derain.

    22 août 2019, par Xuewei Meng
    libavfilter : Add dehaze-filter option in existing derain.
    

    Add the support of dehaze filter in existing derain filter source
    code. As the processing procedure in FFmpeg is the same for current
    derain and dehaze, we reuse the derain filter source code. The
    model training and generation scripts are in repo
    https://github.com/XueweiMeng/derain_filter.git

    Reviewed-by : Steven Liu <lq@onvideo.cn>
    Signed-off-by : Xuewei Meng <xwmeng96@gmail.com>

    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_derain.c