
Recherche avancée
Médias (91)
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Paul Westerberg - Looking Up in Heaven
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Le Tigre - Fake French
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Thievery Corporation - DC 3000
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Dan the Automator - Relaxation Spa Treatment
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Gilberto Gil - Oslodum
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (90)
-
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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (8544)
-
FFMpeg for Android not working on Genymotion emulator
17 juin 2015, par TheSuperDuperWe are able to run and compress a video using ffmpeg on a real Android device, but when we try to use it on Genymotion emulator, it gives some errors and doesnt work.
We are doing chmod on /system/bin folder, and copying it do /data/data/app.
This is what we see trying to do only the -version command on logcat after requesting errors on cmd :
[Ljava.lang.String ;@52a20e6c/data/data/com.video.myapp/ffmpeg[1] : syntax error : ’-�-4�’ unexpected
[/data/data/com.video.myapp/ffmpeg, -version]
Do you know what could be it ?
-
Confirm HLS server is working only with Windows PC
29 novembre 2013, par user2357117I'm going to set up HTTP Live Streaming server.
In development environment, only Windows PC is available for the server's client due to network restriction and other regulations.How can I confirm that
- server is publishing HLS movie and
- real-time movie's delay by viewing it
only with Windows software ?
This page shows that browser available on Windows does not support HLS.
I'm prefer solution with free software, so JW Player may not be a best solution.I'm not sure that I can check delay on-the-fly with hls-client or ffmpeg.
-
flutter FFMPEG concat not working properly with camera recorded clips
27 février 2024, par ibrahim EltayfeI am using the Flutter camera package to record videos, I record multiple videos and then concatenate them using this command :




"-y -f concat -i $videosPathsTextFilePath -c:a aac -c:v copy $fullVideoOutPath",


videosPathsTextFilePath content is :

file 'record-1709022968582.mp4'

file 'record-1709022976601.mp4'



when I record with one side only like the camera back side and concatenating the clips, it works as expected, but when I change the camera side and then concat the clips, the clip recorded after changing the camera side is shown rotated upside down as -90


I checked the clips from Device Explorer, it is all right, but after the concatenation it shows flipped.


here are the two videos before concatenation :


https://imgur.com/a/MVkEDm3

https://imgur.com/Kit1J8V

and this is the video after concatenating :

https://imgur.com/6CAxN05

Thank you in advance.


I tried to check if the user changed the camera side to track the clips recorded by this side then rotate them and move them to another directory but this command is not working


-noautorotate -display_rotation 90 -i ${videoFile.path} -c:v copy ${destinationPath}