
Recherche avancée
Autres articles (104)
-
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 (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (7263)
-
how to make live rtsp player using ffmpeg ?
20 avril 2018, par geeeekI am creating an rtsp live viewer using ffmpeg. I have a question about video delay, so I ask.
At beginning play live rtsp, Video delay is about 2 seconds on general movie player(vlc, gom). However, when the playback speed is increased, the delay is reduced and the video delay is shortened to about 300 ms.
I do not know how to reduce the delay to speed up or speed up this playback on my ffmpeg player.
It seems like I can use something like av_seek_frame, but it does not work.
How can I reduce live rtsp video delay with ffmpeg ?In summary, I’d like to get the latest frame to be av_read_frame in live rtsp.
-
Diagonal split to show two positions of the same video frame. Landscape input, portrait output
23 septembre 2020, par ajomajoI have a 16:9 video with two faces talking to eachother. I want to make a portrait video output (for smartphones viewport) where I show both faces in the same frame, split diagonally. Is this possible ? Like this : from [o o] to [%]


I have used a filter .script-file earlier to fit one face into the frame, but now I'd like to fit both faces from the same scene, and preferably diagonally.


The viewer will be able to see the two faces having a dialogue in a portrait aspect ratio, no matter how far away they are from eachother in the original landscape aspect ratio.


-
Cortex-A7 instruction cycle timings
15 mai 2014, par Mans — ARMThe Cortex-A7 ARM core is a popular choice in low-power and low-cost designs. Unfortunately, the public TRM does not include instruction timing information. It does reveal that execution is in-order which makes measuring the throughput and latency for individual instructions relatively straight-forward. The table below lists the measured issue cycles … Continue reading