
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (56)
-
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. -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (3977)
-
FFMPEG : How to encode for seekable video at high key frame interval
22 novembre 2015, par Johnny SlackI’m looking for an ffmpeg comand that’s best used if I’m controlling a video to mouse control on "requestAnimationFrame". Basically, it needs to be fast-seeking and encoded at a high key frame interval. I can’t seem to nail down what parameters aid in fast-seeking and high key frames.
thanks !
Johnny -
Why does it look like ffmpeg is limiting the encode speed
22 avril 2022, par LexizzObjective


I'm trying to create lower resolutions videos with the max possible speed, so I'm using cuda to do it


My command :


ffmpeg -y -vsync 0 -hwaccel cuda -hwaccel_output_format cuda -extra_hw_frames 10 -i input.mp4 -vf scale_cuda=-2:720 -c:a copy -c:v h264_nvenc -preset fast -b:v 5M output.mp4



Problem


This command reached a speed of 33x on a GTX 1650 and I couldn't make it go faster, so I asked my friend with a RTX 3070 (which has much more CUDA cores) and the max speed was the same 33x


Question


Is FFmpeg actually limiting the encode speed ? And exist a way to make it go faster ?


-
Anomalie #3452 : L’image jointe à un message de forum n’est pas prise en charge (bug SPIP 3.0.19, ...
9 juin 2015, par b bHop, le problème vient de ce changement : http://zone.spip.org/trac/spip-zone/changeset/89155/
L’introduction de autoriser_associerdocuments_dist et autoriser_dissocierdocuments_dist qui renvoient toutes les deux sur autoriser_modifier de l’objet auquel on tente de joindre le document ("il faut avoir le droit de modifier cet objet"). Du coup, on tombe sur autoriser_forum_modifier http://zone.spip.org/trac/spip-zone/browser/_core_/plugins/forum/forum_autoriser.php#L139 qui renvoie false.
Il suffit de définir autoriser_forum_associerdocuments_dist et autoriser_forum_dissocierdocuments_dist afin qu’elles renvoient true pour corriger le bug. J’envoie un commit pour ça asap, mais cela ne me semble pas idéal, car si quelqu’un tente un test sur cette autorisation dans le futur, le résultat pourrait lui paraître surprenant... (il faut en fait vérifier autoriser forum modifier).