Recherche avancée

Médias (91)

Autres articles (14)

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

  • 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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (3401)

  • avcodec/nvenc : Multi NVENC Split Frame Encoding in HEVC and AV1

    12 avril 2024, par Diego Felix de Souza
    avcodec/nvenc : Multi NVENC Split Frame Encoding in HEVC and AV1
    

    When Split frame encoding is enabled, each input frame is partitioned into
    horizontal strips which are encoded independently and simultaneously by
    separate NVENCs, usually resulting in increased encoding speed compared to
    single NVENC encoding.

    Signed-off-by : Diego Felix de Souza <ddesouza@nvidia.com>
    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/nvenc.c
    • [DH] libavcodec/nvenc.h
    • [DH] libavcodec/nvenc_av1.c
    • [DH] libavcodec/nvenc_hevc.c
    • [DH] libavcodec/version.h
  • avcodec/nvenc : add high bit depth encoding for HEVC

    19 avril 2024, par Diego Felix de Souza
    avcodec/nvenc : add high bit depth encoding for HEVC
    

    Adding 10-bit encoding support for HEVC if the input is 8-bit. In
    case of 8-bit input content, NVENC performs an internal CUDA 8 to
    10-bit conversion of the input prior to encoding. Currently, only
    AV1 supports encoding 8-bit content as 10-bit.

    Signed-off-by : Diego Felix de Souza <ddesouza@nvidia.com>
    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/nvenc.c
    • [DH] libavcodec/nvenc_hevc.c
  • avcodec/nvenc_av1 : Correct CQ range for AV1

    27 mai 2024, par Diego Felix de Souza
    avcodec/nvenc_av1 : Correct CQ range for AV1
    

    The Constant Quality (CQ) range for the AV1 codec is actually 0 to
    63, contrary to what is stated in the header and documentation.

    Signed-off-by : Diego Felix de Souza <ddesouza@nvidia.com>
    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/nvenc_av1.c