
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (70)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (9373)
-
Sync audio in video via ffmpeg ?
26 juillet 2020, par JaneFarrowI need to fit audio with video, but sync option is negative (audio is -350 ms) How to fit it with video ? I see only examples when audio is +, but not -


-
Revision 116047 : syntaxe compatible avec les vieilles versions de PHP, encore ...
20 juillet 2019, par maieul@… — Logsyntaxe compatible avec les vieilles versions de PHP, encore officiellement soutenus dans les vieilles versions de SPIP (RealEt ?)
-
Audio slowly gets out of sync with video when streaming from raspberry pi 4
3 mai 2021, par Steve LloydI am using a Raspberry Pi 4 to stream live to youtube using an external USB mic and the raspberry pi camera. After a while the audio gets out of sync. So far the only way to fix it is to kill and restart the command every hour or so. Any way to solve this ?


Here is my command :


/usr/bin/raspivid -md 4 -w 1280 -h 720 --preview 10,8,780,500 --opacity 85 -fps 15 -t 0 -b 4000000 -g 30 -o - | ffmpeg -hide_banner -loglevel panic -nostats -y -xerror -thread_queue_size 32K -f h264 -r 15 -itsoffset 0 -i - -f alsa -ar 11025 -itsoffset 5.5 -async 1 -ac 1 -thread_queue_size 32K -i hw:2,0 -c:a aac -b:a 32k -async 1 -c:v copy -f flv -flags:v +global_header -rtmp_buffer 10000 -r 15 -async 1 rtmp://a.rtmp.youtube.com/live2/$stream_key &



Note : I posted this on stackexchange but have not got any helpful answers. https://raspberrypi.stackexchange.com/questions/118403/how-to-keep-audio-in-sync-with-raspivid-on-a-live-stream