
Recherche avancée
Autres articles (46)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Déploiements possibles
31 janvier 2010, parDeux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
Version mono serveur
La version mono serveur consiste à n’utiliser qu’une (...)
Sur d’autres sites (4723)
-
blocked third party apps blocked
5 janvier 2018, par Daniel MutsawasheCan I be assisted please. I have a a web-based application built using the .ne framework in c# which I have modified to include some third-party applications to handle some functions, mailing (using AegisImplicitMail) and video conversion (using ffmpeg-this is command-line based) to be specific. However, on localhost (development environment) both these functions are functional but when I publish to go live, they both cease from functioning. Can I be assisted with possible remedies to this predicament. Thank you in advance for your assistance. Regards
-
Record video using ffmpeg on mac os
4 août 2015, par yogiI want to record live webcam video on mac OS using ffmpeg in any format. I tried a lot but not able to find out command for recoding of video. So Please any one can tell me ffmpeg command for capture video using web cam for mac os.
Thanx in advance.
-
ffmpeg - create two Audio Streams from one
10 mai 2021, par sunwave121I have a mp4 file with one AC3 5.1 track on it and the video stream of course.
Now I want to mixdown the AC3 track to 384kbps and I also want to add stereo track at 256kbps. The actuall Video stream just get copied


Can somebody give me a hint :


-map 0 -c:v copy -c:a aac -b:a 256K -ac 2 -c:a ac3 -b:a 384K -ac 6 -c:s copy



IM really not familiar with ffmpeg and it seems that i dont really understand how "map" works :(


Thanks in advance