
Recherche avancée
Médias (5)
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
Autres articles (97)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (...)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (10372)
-
How to parse ffmpeg errors programatically (C++)
16 juillet 2021, par Greg HI am just wondering if there is a way to receive status and error information from ffmpeg for an active stream, in C++. I'd like to be able to monitor what's going on with an encoded or decoded stream and react accordingly to errors that might be seen. Something with status/error codes would be great, but if there are certain keywords that could be keyed on to make dynamic decisions that would be ok too.


A use case for me is on the ffmpeg decoder end of a stream, I sometimes see that the decoder seems to get confused if the encoding end changes its output settings in real time. Certain changes don't seen to be seen properly by the decoder and the output can become unviewable. On the decoder, maybe there would be some errors that could be processed in C++ to indicate that I should reset the decoder.


I saw a repo in GitHub that had to do with error processing but not sure how robust that is. Any recommendations ?


Thanks


-
Reduce cpu load when playing video
2 mai 2022, par hvlifeI'm using mpv playing video as a wallpaper on my system (Arch + swaywm), just for fun. And my question is how can I reduce cpu load (video size isn't important, they are few secends long), just because i don't have dedicated gpu, just integrated intel graphics (i7-10xxx) and beefy monitor (3440x1440).
I've tried encoding videos with diffrent encoders, and I've reduced cpu load from 70% to 16% without loosing much quality with this "command" :


ffmpeg -i [source] -c:v libx264 -profile:v baseline -r:v 24 -filter:v "crop=3440:1440" [output]



Cropping is there just because my source is 4k res.
Can I go any further, or I will be loosing to much quality ?


Thanks in advance


-
How does record functionality in vlc works [on hold]
14 décembre 2013, par quartzI am curious about how does "record" functionality of vlc works.
1) Does it work like screen capture software like "recordmydesktop" ?
or
2) Does it save in-memory the frames and latter combine it with tools like ffmpeg ?
or
3) Does it simply copy the required information from original video to new video file ?Or something else ?
I want to know these informations because I am developing some simulation tool using a rendering engine. I want my render output to be stored directly in a video file rather than displayed on monitor. If I know these informations, I think it will help.
Just give me hints, I don't need complete answer.
This question is not too broad, since I asked specifically about record functionality of vlc media player.