Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (63)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (12645)

  • Azure server - need to optimize upload transfer rate from android app

    16 octobre 2017, par Priya Dharmapandian

    I researched and went through the entire documentation on Azure yet couldn’t find the right solution for the below problems. So, I am elaborating the list of issues and scenarios for your understanding.

    Just to add top-up on this issue. Following are the scenarios.

    1. We are uploading the video through app. - Need help is optimising the upload transfer rate by using viable compression.

    As of now it is taking approximately 1-2 mins to complete the upload.

    1. Post uploading the Video we crop the video using FFmpeg codecs in our application on VM and then move the video file to Blob Storage.

    Followed by that we use the Azure Media SDK to make an asset to encode the cropped video for adaptive streaming and we also create the Progressive Download file for downloading the video which is cropped and has stiched images with it.

    • Cropped and Unstichhed video is played in the app which is of max length 32 seconds.
    • This still shows the buffering on the 4G network which is questionable ?
    • Downloadable file which has images stiched with it comes out with noise in the bottom of the video. (Attached image for ref.) Ref. Image. Look at the right botton pixelation.
  • h264 : Add support for alternative transfer characterics SEI

    9 juin 2017, par Vittorio Giovara
    h264 : Add support for alternative transfer characterics SEI
    

    The use of this SEI is for backward compatibility in HLG HDR systems :
    older devices that cannot interpret the "arib-std-b67" transfer will
    get the compatible transfer (usually bt709 or bt2020) from the VUI,
    while newer devices that can interpret HDR will read the SEI and use
    its value instead.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] libavcodec/h264_sei.c
    • [DH] libavcodec/h264_sei.h
    • [DH] libavcodec/h264_slice.c
  • h264 : Add support for alternative transfer characterics SEI

    8 août 2017, par Vittorio Giovara
    h264 : Add support for alternative transfer characterics SEI
    

    The use of this SEI is for backward compatibility in HLG HDR systems :
    older devices that cannot interpret the "arib-std-b67" transfer will
    get the compatible transfer (usually bt709 or bt2020) from the VUI,
    while newer devices that can interpret HDR will read the SEI and use
    its value instead.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] libavcodec/h264_sei.c
    • [DBH] libavcodec/h264_sei.h
    • [DBH] libavcodec/h264_slice.c