
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (75)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (8146)
-
ffmpeg Decode Hardware Accelerator concept and NVDEC, DXVA
12 février 2019, par 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 avril 2017, par 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 juin 2012, par 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 ?