
Recherche avancée
Autres articles (78)
-
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 à (...) -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation" -
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 (...)
Sur d’autres sites (9848)
-
FFMPEG use output of first command for concat protocol
15 décembre 2022, par RemsI'd like to use the ffmpeg concat protocol to concat two videos,


ffmpeg -i "concat:input1.ts|input2.ts" -c copy output.mp4



But I would like to avoid going through too many intermediate files, and I know we can redirect the output of a first ffmepg command to the input of a second one. But I don't if this is possible with the concat protocol


It would be something like this


ffmpeg first_command - | ffmpeg -i "concat:input1.ts|-" -c copy output.mp4



But I don't know how to make it work


Is it possible to achieve this ? Thanks


-
MPEG Transport Stream to RFB protocol framebuffer updates
30 mai 2018, par user3911119My requirement is to be able to generate frames from a video file, and create RFB protocol updates so that they can be viewed in vnc viewer.
I read that it is possible to record a vnc session using rfbproxy into a video file and replay it, though I could not find any code to do it.
How do I go about it ?
Is it possible to do the same using ffmpeg ?
-
How to use ffmpeg concat protocol with too many files ?
17 septembre 2015, par malcevHow can I use ffmpeg Concat protocol with so many files, that I cannot run it through cmd because of command-line string limitation ?