
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (73)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
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 (7182)
-
ffmpeg - converting webm videos generated by Chrome is slow
2 juin 2024, par NuthinkingI generate webm files in two different ways. One using Chrome WebRTC MediaRecorder, the other one is using a js library which generates the webm video frame by frame (webm-writer-js). The file size of the videos generated is not that different, the fast one is 60% of the slow one but the difference in speed is 1000%



Using the basic ffmpeg syntax
-i input.webm output.mp4
the files created with Chrome's media recorder take in fact almost 10x time to be converted. The conversion logs differ slightly but overall look very similar to my novice eyes. On the left the fast conversion and on the right the slow one.





The fast one throws a little error but the conversion seems successful. In the slow conversion you can see many frames processed, in the fast one as if there was only one (very fast). Using
-preset veryfast
cuts the speed time by half to both but the loss of quality is visible.


Any idea how I could speed up the conversion for the videos generated by Chrome without compromising much in quality ? Thanks a lot !


-
tests/fate-run : Allow to set dec opts for generated file in transcode
3 mai 2022, par Andreas Rheinhardt -
Importing FFMPEF Generated file into imovie
14 mai 2023, par saurav tripathiI am generating a .mp4 file using command


ffmpeg -i input.png -i input.mp3 -vcodec libx264 \ -vf scale=1920:1080,format=yuv420p -c:v prores_aw movie1.mov



It generate a video. I am able to open the video in quick time player without any problem, but when I try to import the video in imove, the size of the video changes to 0.1s. The length of the generated video from ffmpeg command is about 11 seconds. How do I fix this problem.


I am trying to generate a movie file combining a .png file and a .mp3 file using ffmpeg, I was able to generate a movie which was about 11 seconds, I was able to open the file in quick time players, but when I try to import the video in imovies, or Davinci resolve, then it doesn't shows me an error, but the length of the video turn out to be just 0.1 seconds.