Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (111)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

Sur d’autres sites (11157)

  • How can i specify range of frames in ffmpeg shuffleframes filter [closed]

    26 juillet 2022, par liphone

    I need to duplicate a bunch of seconds in video and in official docs you can only input frames into shuffleframes filter like so

    


    ffmpeg -i  INPUT -vf "shuffleframes=0 1 2 3 4 5 6 7 ... 592 593 594 595 596 597 598 599 600" OUTPUT


    


    Is there any way to put it like in array ? Or maybe other method of shuffling frames in ffmpeg

    


  • How can I capture/record screen of a specific Chrome's tab ?

    31 juillet 2020, par RedEyes

    I would like to capture/record the screen of a specific Google Chrome's tab using gdigrab.
I have tried the following cmd but no success.

    


    ffmpeg -f gdigrab -framerate 6 -i title= out.mpg


    


    When I play the returned result with ffplay, the video content captured is all in black or white.
My Chrome version is 84.0.4147.105 (Official Build) (64-bit).

    


    Any help would be appreciated.

    


  • avcodec : add AV_CODEC_ID_IVTV_VBI

    14 décembre 2024, par Scott Theisen
    avcodec : add AV_CODEC_ID_IVTV_VBI
    

    IVTV, a Linux driver for TV tuners, and V4L2 utilize
    a coding named after IVTV to carry sliced VBI data
    in MPEG streams produced by tuner cards with
    VBI capture capability and an MPEG-2 encoder SoC.

    IVTV or V4L2 driver will transport the coded data into a
    MPEG-PS private stream ("IVTV") that can be captured
    from the card alongside the video/audio.

    The data could include :
    EIA-608, Teletext, WSS (PAL widescreen signaling),
    or VPS (PAL VCR signaling).

    Signed-off-by : Marth64 <marth64@proxyid.net>

    • [DH] doc/APIchanges
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/codec_id.h
    • [DH] libavcodec/version.c