
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (35)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 -
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 (3129)
-
FFMPEG : Appending an audio file at a specified time in a video file with pre-existing audio results in no addition [duplicate]
15 juin 2020, par JarsOfJam-SchedulerI have a video that contains images and a pre-existing audio.



I have an audio file of a duration Y that I would want to start in this video, after 5 seconds. It must no replace the audio during these Y seconds, but be appended. As a result I should hear both audio during these Y seconds.



What I've try to do is :



ffmpeg -i the_video.webm -itsoffset 5 -i the_audio_file.mp3 -map 0 -map 1 -c:v copy resulting_video_with_both_audio.webm



So it should add
the_audio_file.mp3
after 5 seconds. It should take all the streams of the video file, and all the streams of the new audio file, and mix it.


However my problem is that I only hear the audio of the video. I don't hear, indeed, the new audio at all. I should hear, during the first 5 seconds, the audio of the video. Then after 5 seconds, the audio of the video PLUS the Y seconds of the new audio file. Then after these Y seconds, the audio of the video until the end of the video.



Do you know how to fix this bug ? Why doesn't this command work ? Please I would prefer an answer that doesn't use
-filter
(because this command'll be executed in a Python script).

-
Revision 2d381d76d8 : Simplify set_rt_speed_feature() 1. Made speed choices to be progressive 2. Adju
9 janvier 2014, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_onyx_if.c
Simplify set_rt_speed_feature()1. Made speed choices to be progressive
2. Adjusted rt speed settings to achieve better speed/qualityOverall, rt-5 gained 2.5% in compression/quality, encoding time of 720p
niklas clip goes from 137,052ms to 121,874msChange-Id : Ia6e7e1e15225395a868a2f1059c3db8e266e1600
-
FFMpeg-PHP, Digital Ocean, Centos 6 server installation and access
24 février 2016, par Luke Brandon FarrellI am having problems getting FFMpegPHP up and running on a Digital Ocean, Centos 6 server.
All I need to do is convert a sequence of images into a movie using PHP.
I have FTP access to my server so I can install files if needed, I also have command line access.
I have installed FFMpeg and FFMpeg-PHP onto the server but I am not sure how to execute it from PHP. This is what I have so far ->
http://socialexplosion.co.uk/phpffmpeg/
This is the output from the error-log :
[24.02.16 15:28:07] [131.231.236.97] Invalid FFMPEG Path `/var/www/html/phpffmpeg/ffmpeg\bin\ffmpeg.exe`!
[24.02.16 15:28:09] [131.231.236.97] ffmpeg-progress: FFMPEG progress log does not exist! FILE: `/var/www/html/phpffmpeg/logs/47fc097c.ffmpeg.log`I can’t seem to get it to work.
Any ideas ? Maybe I have installed it wrong ?
Thanks