
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
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 (47)
-
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 (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)
Sur d’autres sites (6001)
-
Extract Progress tone from Audio file
15 février 2017, par spicyramenIs there a way to extract Progress tone frequency and duration from an audio file (Audacity, VLC, ffmpeg, etc.)
I need to configure Freeswitch spandsp.conf.xml for India.
I collected the audio file where I can hear the tone, wondering if there is a tool to extract and configure the settings required in Freeswitch.
Current non-working config :
<descriptor>
<tone>
<element freq1="2100" freq2="0" min="700" max="0"></element>
</tone>
<tone>
<element freq1="400" freq2="0" min="384" max="400"></element>
<element freq1="0" freq2="0" min="200" max="224"></element>
<element freq1="400" freq2="0" min="384" max="400"></element>
<element freq1="0" freq2="0" min="1968" max="1984"></element>
</tone>
<tone>
<element freq1="425" freq2="0" min="256" max="272"></element>
<element freq1="0" freq2="0" min="240" max="256"></element>
<element freq1="425" freq2="0" min="256" max="272"></element>
<element freq1="0" freq2="0" min="224" max="240"></element>
</tone>
<tone>
<element freq1="400" freq2="0" min="700" max="760"></element>
<element freq1="0" freq2="0" min="700" max="760"></element>
<element freq1="400" freq2="0" min="700" max="760"></element>
<element freq1="0" freq2="0" min="700" max="760"></element>
</tone>
</descriptor>Image of progress tone.
-
opus_pvq : improve PVQ search for low Ks
24 février 2017, par Rostislav Pehlivanovopus_pvq : improve PVQ search for low Ks
Since the probelm mentioned only happened when the phase was negative
(e.g. the sum had to be decreased), only discarding dimensions with a
zero pulse in that case restored the search’s previously low distortion
at low Ks when the phase is never negative.Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>
-
FFMPEG corruption concat
11 avril 2017, par Please HelpWhen I run
ffmpeg -f concat -i resizedvideolist.txt -c copy concatenated_time.mp4 2>&1
it concatenates all the videos in the txt, but there is one video around halfway through that get glitched out. The audio just doesn’t play for that video, but then starts playing on the next video, so it has been delayed. Then somewhere the audio managed to catch up and gets back in sync. Seems like some major corruption going on here.
I do not know how to fix this as the codec is the same as all the other vidoes, H.264, it is an mp4 like the others. The individual video file runs fine as it is, and it already is in the same timescale, because before this ffmpeg command, I ran
ffmpeg -i ./tempDownloadedMemes/$videoFileName -filter_complex 'scale=1080:-1,pad=1080:1080:(ow-iw)/2:(oh-ih)/2:0x2F2F2F' -video_track_timescale 15360 ./resizedVideos/resized_videoFileName 2>&1
To be honest I don’t even know what timescale is, but I read that it needs to be the same for it to work. I deleted the video from the list, tried this same command, and the problem was gone at the same time in the video that it would have appeared. It seems like it is something to do with that one file itself. Any known issues/workarounds on concat bugs ? This is very important to me. Thanks.