
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (62)
-
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 -
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)
Sur d’autres sites (3905)
-
FFMPEG freezes last second when overlaying gif onto video
28 février 2023, par Peter.kI add gif to video with this code :


(base) E:\>ffmpeg -i tt102e.mp4 -ignore_loop 0 -i e:\gals\flags\RoyaumeUni.gif -filter_complex "[1:v][0:v]scale2ref=oh*mdar:ih/5[ua][b];[ua]setsar=1,format=yuva
420p,colorchannelmixer=aa=0.75[u];[b][u]overlay" -shortest -c:a copy -y tt102e-.mp4



This works, but last second, even about 1.5 is freezed - gif and video stops - only sound plays to the end. But if I change to
mkv
format, it goes other way - whole video and audio cuts 1.5 second - it's just shorter. When I usemts
format its ok, but the quality is low, because this produces 12-bit video, not 24. But if I add-vcodec libx264 -b:v 4000k
to get 24 bit and better than default bitrate it's again wrong - as the mp4 case. What is going on ?? Is it the case of using different codecs ? Gif is 24 bit, has unknown fps, bgra format. Could something be with it here ?

EDIT


Ok, found the problem quickly... Some SO answer was not actually precise, so I used the
-shortest
wrongly. It should be inoverlay=shortest=1
.

-
delay in audio sync after converting ac3 to aac
9 mars 2018, par samer metwallyI have a MKV video consist of a video and an audio of duration 10 minutes, after using ffmpeg to extract ac3 to aac audio, its duration became 10:50, which lead to audio out of sync with the video after packaging the new extracted audio to mp4 container using mp4box. how to solve the problem of syncing or as i knew, the delay that happen with aac encoding ?
commands :ffmpeg -i "d:/input.mkv" -vn -c:a aac "d:/audio.aac"
MP4Box
-add "C:/1280x720.264"
-fps "23.976023976024"
-add "d:/audio.aac:lang=ara" -
delay in audio sync after converting ac3 to aac
9 mars 2018, par samer metwallyI have a MKV video consist of a video and an audio of duration 10 minutes, after using ffmpeg to extract ac3 to aac audio, its duration became 10:50, which lead to audio out of sync with the video after packaging the new extracted audio to mp4 container using mp4box. how to solve the problem of syncing or as i knew, the delay that happen with aac encoding ?
commands :ffmpeg -i "d:/input.mkv" -vn -c:a aac "d:/audio.aac"
MP4Box
-add "C:/1280x720.264"
-fps "23.976023976024"
-add "d:/audio.aac:lang=ara"