
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 (73)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (...) -
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 ;
Sur d’autres sites (11125)
-
avformat/http: Fix for invalid use of av_strtok
18 avril 2020, par Limin Wang -
mobile-ffmpeg can't open gallery videos
25 juillet 2020, par MoTahirI'm trying to practice video editing with ffmpeg, I made a sample app which allows the users to either record a video then edit it or choose a video from gallery to edit.


When the user records videos with the application a temporary file is created then that file path is sent to ffmpeg to edit then save


"-i $videoPath -vf crop=ih/$screenR:ih $outPath"



I'm just cropping the video then saving it as a test, The above command works as intended without any problems.


When I try to edit videos from gallery it doesn't work, I understand that the storage system in new versions of android devices is different, the uri is just an address to the content not an actual path to the file


the video path from gallery is something like this




content ://media/external/file/38625




ffmpeg can not access the video with that path so it can't edit it, what should I do ? thank you in advance.


-
avformat/mpegtsenc : check that not only first pts but also first dts is valid
29 octobre 2020, par Limin Wang