
Recherche avancée
Autres articles (111)
-
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...) -
Utilisation et configuration du script
19 janvier 2011, parInformations spécifiques à la distribution Debian
Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
Récupération du script
Le script d’installation peut être récupéré de deux manières différentes.
Via svn en utilisant la commande pour récupérer le code source à jour :
svn co (...) -
Encodage et transformation en formats lisibles sur Internet
10 avril 2011MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)
Sur d’autres sites (5991)
-
How to merge two videos in android
4 juillet 2016, par LukasI’m new to android, but not new to mobile development.
My goal is to record two videos, and the mix it into one video using audio from both tracks. E.g two recorded videos are both 10 seconds. I want to take the first 5 seconds from the first video, and the last 5 seconds from the second video, combine them together with combined audio from both videos, and have it in an mp4 file.
On iOS there is an AVFoundation framework, which lets you combine multiple videos and audio into one video file (h.264 codec in mp4 container). I want to achieve similar results on android, but fail miserably at finding frameworks or 3rd party libs for doing that. If anyone could help me by showing some links or any directions where to look for information it would be really helpful. Thanks in advance !
-
merge two videos android
4 juillet 2016, par LukasI’m new to android, but not new to developing for mobile.
My goal is to record two videos, and the mix it into one video using audio from both tracks. E.g two recorded videos are both 10 seconds. I want to take the first 5 seconds from the first video, and the last 5 seconds from the second video, combine them together with combined audio from both videos, and have it in an mp4 file.
On iOS there is an AVFoundation framework, which lets you combine multiple videos and audio into one video file (h.264 codec in mp4 container). I want to achieve similar results on android, but fail miserably at finding frameworks or 3rd party libs for doing that. If anyone could help me by showing some links or any directions where to look for information it would be really helpful. Thanks in advance !
-
Apple Automator, Shell Script and batch files - video subtitles
4 décembre 2020, par Luiz SilveiraI'm making a Workflow to burn SRT to MP4. It's is working but I want it to go to all files of a folder and didn't find a way even with "Dispense Items Incrementally".


I have the SRT and the MP4 in the same folder, so I need the workflow to filter the results to only try the script with the MP4 files and maybe this is the problem for "Dispense Items".


Because the subtitled file goes to the same directory, the filter also excludes files named with "_SUB".


The image is below if someone has an idea... I'm open to other methods of doing this. I just need to go to a folder with 44 MP4 files (and .SRT with the same name) and batch encode the videos with subtitles.


Thank you,
Luiz