Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (84)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

Sur d’autres sites (13838)

  • drop related audio when dropping video frames

    24 août 2022, par Silentfury

    I have an ffmpeg complex filter that drops frames using mpdecimate (so there is no predictable rate of dropping). The video part works fine and as intended. I use SETPTS to adjust the timesstamps of the not dropped frames to get a smooth video without duplicates.

    


    Now I want to drop the related audio in parallel, but I utterly fail.

    


    I need the audio frames related to the droped video frames to be dropped as well, while keeping the audio related to the not-dropped video frames.

    


    I have tried to replace SETPTS with '-vsync vfr' but that keeps all audio (decorated with still video parts). I have also tried to use ASETPTS but have no clue how to apply it to my case.

    


    Is there a way to drop the AUDIO parts in parallel to the dropped VIDEO parts ?

    


    Thanks a lot for your support !

    


  • qsv : restrict audio related code to MFX_VERSION < 2.0

    18 août 2020, par Haihao Xiang
    qsv : restrict audio related code to MFX_VERSION < 2.0
    

    Audio isn't supported for MFX_VERSION >= 2.0[1][2]. This is in
    preparation for oneVPL support

    [1] https://spec.oneapi.io/versions/latest/elements/oneVPL/source/VPL_intel_media_sdk.html#msdk-full-name-feature-removals
    [2] https://github.com/oneapi-src/oneVPL

    • [DH] libavcodec/qsv.c
    • [DH] libavfilter/qsvvpp.c
    • [DH] libavfilter/qsvvpp.h
  • Need help understanding various concepts related to video encoding/streaming

    19 juillet 2022, par xrfang

    I am working with video streaming using ffmpeg. Although I basically got it working, following some excellent documents I found on the Internet, such as :

    &#xA;

    https://ottverse.com/hls-packaging-using-ffmpeg-live-vod/

    &#xA;

    I would like to ask for help understanding the "realm" and "relations" between concepts within the video industry, such as :

    &#xA;

      &#xA;
    • RTSP, RTMP, RTP...
    • &#xA;

    • MPEG-TS, MP4, MKV...
    • &#xA;

    • NTSC, PAL, YUV, RGB...
    • &#xA;

    • HLS, DASH...
    • &#xA;

    &#xA;

    It is much appreciated if anyone could give reference to documents/tutorials explaining the relationship between these concepts, but not reference to any specific implementation, e.g. ffmpeg documentation :-).

    &#xA;