
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (63)
-
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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.
Sur d’autres sites (5965)
-
Compress video without using ffmpeg in android
13 octobre 2015, par Mojtaba AsgI looking for any SDK-LEVEL(without using ffmpeg) approach for compress video programmatically in android.
I can’t use ffmpeg cause its size overhead.Is there any lightweight solution for that ?I want reduce size of video before uploaded to server (i can’t modify server upload limit) so if you have any idea other than compressing video please share it.
note : my min-sdk version is 14
-
Instagram API video publishing [closed]
22 mai 2023, par Bergutov RuslanI'm trying to publish video to instagram and it always gives me error


error code 2207026, message "The video file you selected is in a format that we don't support." and there is also note about aspect_ratio


But the point is that previously i downloaded this video from instagram and it has compatible aspect ratio following specs


video that i'm trying to upload


I've tried couple configs for ffmpeg to prepare video but in my case it didn't get job done


-
Create video with correct FPS from video with incorrect FPS and file containing timestamps for each frame using FFMPEG
4 février 2023, par BojanI have a video file captured from web camera and using OpenCV in python. The nominal FPS of the web cam is 30 FPS, but because of the environment, the actual FPS varies and sometimes can go as low as 24 fps. The recorded video is created using OpenCV's
VideoWriter
, using MP4V FOURCC and always has FPS value of 30, which makes the video's duration incorrect if the actual FPS was not 30. I have a file which contains the timestamps when each frame from the web cam was read (generated using python'stime.time()
).

Question :

Using FFMPEG (or other software) can I use the timestamps information to create new video file (probably VFR file) and then convert it to CFR file ?

I am not sure what is the correct approach to create video file with correct time base.
Maybe I can split the video's frames and save them as images and then use the timestamps and the images to create VFR video, but I want to see if it is possible to do this in another, more elegant way.


Thanks in advance !