
Recherche avancée
Autres articles (112)
-
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
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 (7918)
-
Appending .ts video clip to m3u8 HLS stream
12 janvier 2018, par JonnyHarperI’m trying to concat multiple streams together without the need to re-encode the videos by using an m3u8 manifest.
The start of every video is the same, as is the end, with a short middle section which has over 7000 variations. What I’m wanting to do is create 7000+ m3u8 files, each of which merges the generic intro, the bespoke middle section and the generic end together to form one HLS stream. Is this possible ?
Here’s the m3u8 file which is generated by ffmpeg :
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:12
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-PLAYLIST-TYPE:VOD
#EXTINF:11.520000,
3_1080p_000.ts
#EXTINF:9.600000,
3_1080p_001.ts
#EXTINF:9.600000,
3_1080p_002.ts
#EXTINF:9.600000,
3_1080p_003.ts
#EXTINF:11.520000,
3_1080p_004.ts
#EXTINF:8.440000,
3_1080p_005.ts
#EXT-X-ENDLISTI tried adding an extra clip in at the end (also at the start) which also has duration 8.440000 seconds as per the following :
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:12
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-PLAYLIST-TYPE:VOD
#EXTINF:11.520000,
3_1080p_000.ts
#EXTINF:9.600000,
3_1080p_001.ts
#EXTINF:9.600000,
3_1080p_002.ts
#EXTINF:9.600000,
3_1080p_003.ts
#EXTINF:11.520000,
3_1080p_004.ts
#EXTINF:8.440000,
3_1080p_005.ts
#EXTINF:8.440000,
4_1080p_005.ts
#EXT-X-ENDLISTWhen I try run this, flowplayer detects the updated length and the stream plays but when it gets to playing the appended clip, it skips back to the start as though it’s stopped. Any help would be massively appreciated, otherwise I’m going to have to render each video out in full and there’s 7000+ to do !
The problem stream is available to view here. It ends at 1min exactly instead of going to 1:08.
Thanks in advance.
-
ffplay : do not block audio thread on WIN32
8 février 2015, par Marton Balintffplay : do not block audio thread on WIN32
The windows SDL audio driver plays the old data in the buffer in a loop if it
is not updated in time. So instead of waiting for data and blocking the the
audio thread, return silence if no data is available.Should fix ticket #2289.
Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by : Marton Balint <cus@passwd.hu> -
Remote Desktop's encoding is blurred when when scrolling quickly
31 janvier 2023, par 21pagesWhen scrolling the remote screen, the screen can easily become blurred.Is this because the fps is not big enough ? Or the parameters I set are wrong, framerate:30, gop_size:60, but the fps is dynamically changing, often less than 30fps when scrolling. It will gradually become clear after the scroll is over, and it will become clear immediately if a key frame is sent.


I tried changing the frame rate, gop before creating the encoder, but no improvement.
The current codec is not fast enough, so the fps is not high enough. If it is a fps problem, I will find a way to increase fps.
Expect to know the reason of blur and how to fix it.


My respository https://github.com/21pages/hwcodec , waiting for advice.