
Advanced search
Medias (91)
-
Les Miserables
9 December 2019, by
Updated: December 2019
Language: français
Type: Textual
-
VideoHandle
8 November 2019, by
Updated: November 2019
Language: français
Type: Video
-
Somos millones 1
21 July 2014, by
Updated: June 2015
Language: français
Type: Video
-
Un test - mauritanie
3 April 2014, by
Updated: April 2014
Language: français
Type: Textual
-
Pourquoi Obama lit il mes mails?
4 February 2014, by
Updated: February 2014
Language: français
-
IMG 0222
6 October 2013, by
Updated: October 2013
Language: français
Type: Picture
Other articles (112)
-
Problèmes fréquents
10 March 2010, byPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site -
Les notifications de la ferme
1 December 2010, byAfin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
Les notifications de changement de statut
Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
À la demande d’un canal
Passage au statut "publie"
Passage au (...) -
Dépôt de média et thèmes par FTP
31 May 2013, byL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)
On other websites (14072)
-
ffmpeg Decode Hardware Accelerator concept and NVDEC, DXVA
12 February 2019, by HunI have video player using DX11, FFMPEG but It has so much CPU usage when H.264 4K 60FPS video play.
So I try to hardware accelerated decode and search about this.
But All I can get confused.
According to this page.https://trac.ffmpeg.org/wiki/HWAccelIntro
I can choose between DXVA2, NVENC.
But I do not know what is different.-
Can you explain the advantages and disadvantages of these? (pros and cons)
-
Is there a hardware acceleration method other than these? ex) hardware
acceleration of ffmpeg itself. Codeccontext->hwaccel//
Thanks for reply
-
-
Video made from images using ffmpeg is not seekable in some players
14 April 2017, by SatyaI’m trying to make video from images, used the following command
ffmpeg -framerate 1/5 -i img%03d.png -c:v libx264 -vf fps=25 -pix_fmt yuv420p out.mp4
as explained in the link https://trac.ffmpeg.org/wiki/Slideshow. But the problem is in some popular players if I try to seek the video, it plays from the beginning(video restarts from 0:00). How can I make a seeklable video?
-
xuggler- ffmpeg
17 June 2012, by user1462351I am interested in trying out the Live encoding tutorial with Xuggler: http://wiki.xuggle.com/Live_Encoding_Tutorial. However, this tutorial is written for version 3.4. I am using 5.4, which just comes with a jar file for xuggler. I am using WinXP, 32-bit. When I run ffmpeg -i /invalid/file on cygwin, I get "ffmpeg: command not found". I cannot find the ffmpeg binary as part of the xuggler package. So how I can I execute the ffmeg command with xuggler version 5.4?