
Recherche avancée
Autres articles (53)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne 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 (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)
Sur d’autres sites (8300)
-
ffserver : Clear avio context after closing it
1er novembre 2015, par Michael Niedermayerffserver : Clear avio context after closing it
Fixes : ==13287== Invalid read of size 4
==13287== at 0x45161A : flush_buffer (aviobuf.c:143)
==13287== by 0x451971 : avio_flush (aviobuf.c:200)
==13287== by 0x512CCF : av_write_trailer (mux.c:1016)
==13287== by 0x41A5E0 : close_connection (ffserver.c:853)
==13287== by 0x421EDC : rtsp_cmd_interrupt (ffserver.c:3245)
==13287== by 0x420B9C : rtsp_parse_request (ffserver.c:2854)
==13287== by 0x41A9C2 : handle_connection (ffserver.c:930)
==13287== by 0x41A04B : http_server (ffserver.c:700)
==13287== by 0x423A60 : main (ffserver.c:3897)
==13287== Address 0xb6cd258 is 88 bytes inside a block of size 192 free’d
==13287== at 0x4C2B5D9 : free (vg_replace_malloc.c:446)
==13287== by 0x1004DAC : av_free (mem.c:239)
==13287== by 0x454835 : avio_close_dyn_buf (aviobuf.c:1170)
==13287== by 0x41F385 : http_prepare_data (ffserver.c:2368)
==13287== by 0x41F59B : http_send_data (ffserver.c:2416)
==13287== by 0x41ABE2 : handle_connection (ffserver.c:986)
==13287== by 0x41A04B : http_server (ffserver.c:700)
==13287== by 0x423A60 : main (ffserver.c:3897)Reviewed-by : "Reynaldo H. Verdejo Pinochet" <reynaldo@osg.samsung.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
How to Play Smooth 4K Video with FFplay ? [closed]
14 mai 2020, par Matan MarcianoIm trying to play 4K video with ffplay and the video is not smooth.



Video File :



- 

- Big Buck Bunny, 4K, 60fps, 30Mbps
- http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_2160p_60fps_stereo_abl.mp4







Hardware :



- 

- Dell OptiPlex 7070 Micro (8 Cores, 8GB RAM, GPU : Intel Corporation UHD Graphics 630)
- Samsung U28E590D, 4K Screen
- DisplayPort to HDMI Cable









Software :



- 

- Ubuntu 19.04
- ffplay with libmvx (according this guide : https://github.com/Intel-Media-SDK/MediaSDK/wiki/Build-and-use-ffmpeg-with-MediaSDK)







The FFplay command I used is :
ffplay -vcodec h264_qsv -i input.ts



- 

- Notes :
- During the playing, my CPU usage is around 25% (according to 'top' command)
- FFplay logs indicate on many frame drops
- I also tried VLC and MPV player's- VLC looks bad also. MPV player looks better but still not smooth.











So, its looks like my hardware is good enough for 4K playing. What am I missing ?
How can I play smooth 4K video via FFplay ?


-
ffserver : fix broken HTML on generated status page
30 novembre 2016, par Reynaldo H. Verdejo Pinochet