
Recherche avancée
Médias (16)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (65)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (10065)
-
wavpack : extract sample rate from the bitstream
27 mai 2013, par Anton Khirnov -
movenc : Heuristically set the duration of the last sample in a fragment if not set
6 mars 2015, par Martin Storsjömovenc : Heuristically set the duration of the last sample in a fragment if not set
Even if this is a guess, it is way better than writing a zero duration
of the last sample in a fragment (because if the duration is zero,
the first sample of the next fragment will have the same timestamp
as the last sample in the previous one).Since we normally don’t require libavformat muxer users to set
the duration field in AVPacket, we probably can’t strictly require
it here either, so don’t log this as a strict warning, only as info.Signed-off-by : Martin Storsjö <martin@martin.st>
-
how can use openrtsp to change audio sample-rate ?
10 septembre 2015, par Bilel EljaamiiI use openRTSP to get audio from my IP Camera, When I try to open it with Audacity or ffplayer (ffmpeg player)
ffplay audio-PCMA-2
the audio speed was very high.I changed the sample rate to 8000 and I get a normal audio speed. I tried to change it the ffmpeg library but without any positive result.
ffmpeg -i video-H264-1 -i audio-PCMA-2.al -strict experimental -sample_rate 8000 -f alaw -acodec aac -ab 64k -ar 44100 -f mpegts test.ts
How can I use openrtsp to change the bit sample-rate ?
the command wich i use to get the stream is./openRTSP "rtsp://user:pass@IP_CAMERA/....."