
Advanced search
Other articles (64)
-
Other interesting software
13 April 2011, byWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website: http://videopress.com/
License: GNU/GPL v2
Source code: (...) -
Des sites réalisés avec MediaSPIP
2 May 2011, byCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Taille des images et des logos définissables
9 February 2011, byDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)
On other websites (4358)
-
sound acceleration while converting sound with ffmpeg libfaac
6 June 2014, by Arti’m trying to convert sound with ffmpeg using comand:
fmpeg -y -i /Users/Artem/Sites/waprik/testing/orig.mp4 -acodec libfaac -b:a 64k -ar 41000 -ac 2 -threads 0 -vn /Users/Artem/Sites/waprik/public/testing.m4a
original sound is 4:18 min, but output sound duration is 4 minutes and it sounds accelerated. How can i fix it ?
by the way, original sound is
Duration: 00:04:18.81
Metadata:
handler_name : VideoHandler
Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 191 kb/s
Metadata:
creation_time : 2014-03-07 05:45:06
handler_name : IsoMedia File Produced by Google, 5-11-2011 -
FFMPEG change Tone Frequency, keep length (Pitch Audio)
26 September 2022, by dazzafactHow can I change the Tone frequency.
This Example only pitches it by keeping the old tone frequency and only decrease the length of File.


For Example, I have a constant 100 Herz tone (as mp3) and I want it to change 90 Herz


ffmpeg -i 100h.mp3 -af atempo=100/90 90h.mp3



This Example doesn't work for me, it sounds the same


inputfile Mp3

outputfile Mp3

-
Audio along video processing together by opencv
25 February 2015, by user3397178I am going to do some video processing so that I need my audio signal as well. I wanna develop a framework which extracts the frames of an input video file, processes (like tracking an object, etc) and then combines all frames together to have a new video. As I did it by means of Opencv, it is so straightforward. But as I know, OpenCV does not handle the audio signal along with video. The important point which I really have to do is to have a processed video along with sound. I would like to have the original sounds after processing in the new created video.
I have heard that, I can do Audio processing with ffmpeg and video processing by Opencv, but I don’t have any opinions regarding that. It would be really appreciated if you give me a hint, a general overview or any possibilities for this task. Is is possible to integrate these two libraries (OpenCv, ffmpeg) together and do the mentioned task? If so, how can I do that? (any help, hint or suggestion is appreciated)
thanks in advance
Bests,