
Recherche avancée
Médias (2)
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (86)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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 ;
-
Publier sur MédiaSpip
13 juin 2013Puis-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 -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (11211)
-
Evolution #2275 : [fonctionnalité] : possibilité de déplacer le thread/fil d’un forum d’un article...
15 septembre 2011, par _ fred _ -
CBR libx265, constant bitrate with HEVC
8 novembre 2022, par user1722669I was trying to use FFmpeg and libx265, but actually, I can't find any working solution for HEVC and Constant bitrate



*ffmpeg -i "D:\video\Mixer test.mp4" -c:v libx265 -x264-params "nal-hrd=cbr:force-cfr=1" -b:v 1M -minrate 1M -maxrate 1M -bufsize 2M output.ts*




or



ffmpeg -i "D:\video\Mixer test.mp4" -c:v libx265 -preset medium -pass 1 -b:v 5000k -preset 5 -x265-params -strict-cbr -crf 28 -c:a aac -b:a 128k output.mp4




Is it possible to get CBR with h265 ?



If it isn't possible can you share some official information about it



Thank you.


-
A delay on streaming the video in some ANDROID device
15 juillet 2017, par Alwin Varghesei have an application used for streaming and recording videos from an external device and i have a
customized tablet with the following specifications :1) Android OS 4.2
2) Processor : Freescale iMX6 Quad
On running the application on this tablet, there is a delay in streaming the video.
i.e for example : The video is being streamed to the application and we move our hand over the camera, the hand appears inside application after some delay, say 2seconds.App is working fine with other devices.My assumption is that cause of lower hardware specification.
My android application is using ffmpeg library for streaming the video.
The video received from the external camera is MPEG encoded
The Bosch tablet decoder is h.254is there any way to stream without delay on above mentioned device ?