Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (34)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (11015)

  • GPÜ-accelerated video processing with ffmpeg

    9 janvier 2019, par Wang Hai

    I want to use ffmpeg to accelerate video encode and decode with an NVIDIA GPU.

    From NVIDIA’s website :

    NVIDIA GPUs contain one or more hardware-based decoder and encoder(s) (separate from the CUDA cores) which provides fully-accelerated hardware-based video decoding and encoding for several popular codecs. With decoding/encoding offloaded, the graphics engine and the CPU are free for other operations.

    My question is : can I use CUDA cores to encode and decode video, maybe faster ?

  • GPU-accelerated video processing with ffmpeg

    29 janvier, par Wang Hai

    I want to use ffmpeg to accelerate video encode and decode with an NVIDIA GPU.

    



    From NVIDIA's website :

    



    


    NVIDIA GPUs contain one or more hardware-based decoder and encoder(s) (separate from the CUDA cores) which provides fully-accelerated hardware-based video decoding and encoding for several popular codecs. With decoding/encoding offloaded, the graphics engine and the CPU are free for other operations.

    


    



    My question is : can I use CUDA cores to encode and decode video, maybe faster ?

    


  • Bitrate choice for h265 codec if CRF NOT Supported,MEDIA_CODEC [closed]

    5 septembre 2023, par strider

    How to choose optimal bitrate for encoding to a h265 codec, if h265 codec does NOT support any kind of CRF option ?

    


    I believe the codec supports variable bitrate.

    


    Is there an optimal ratio between bitrates of x264/XVID and h265 codecs ?
I.e. is there a general coefficient that I could multiply given x264 average bitrate to get h265 bitrate ?
(I guess we will have to assume a certain h265 preset here). Let the preset be medium or default for this question.

    


    Usually its for long-term storage and to reduce file size.

    


    Specifically I'm talking about hardware h265/HEVC MEDIA_CODEC for Android and FFMPEG. I'm just learning it, but it does not seem to have many options (does it support PRESET ?).
Any real life sample encoding FFMPEG command for hardware h265 MEDIA_CODEC with FFMPEG (e.g. for a movie) would be very helpful.

    


    Is there a reference table for h265 bitrates for common video formats like Bluray, etc ?

    


    Is there a way to output average video track bitrate with FFMPEG or other free tool ? (usually its x264 or mpeg2).

    


    Unfortunately there's no non-android device I currently have with hardware h265 encoding support or with a multicore CPU.