
Recherche avancée
Autres articles (53)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (7814)
-
Looking for an idea for batch processing of sound and subtitles
21 décembre 2020, par yan chenI want to add commentary and subtitles to more than 10 videos.
For the commentary copy of each video, I use a script to convert the text into a voice mp3 file.
I manually create a subtitle srt file for one of the videos.
I Can successfully synthesize video, voice mp3 and subtitles through FFMPEG, but there are many video files, each of which is time-consuming to manually create srt files.


I have tried to use a script to automatically generate a text every 3 seconds, but the sound and subtitles are not synchronized.


I googled for more than an hour, but I didn’t find a solution to automate the production of subtitles. Can someone provide me with some ideas ? Thank you


-
rpza : Check the blocks left before processing one
1er novembre 2015, par Luca Barbato -
RTSP Invalid data found when processing input
2 décembre 2020, par Даша ОніщенкоI'm trying to connect to the IP camera


stream = new Stream({
 name: 'name',
 streamUrl: 'rtsp://91.245.79.15:8556/Streaming/Channels/0',
 wsPort: 9999,
 ffmpegOptions: { // options ffmpeg flags
 '-stats': '', // an option with no neccessary value uses a blank string
 '-r': 30 // options with required values specify the value after the key
 }
})




But I receive the following error on the terminal :


rtsp://91.245.79.15:8556/Streaming/Channels/0: Invalid data found when processing input.



What am I doing wrong ?