
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (97)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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
Sur d’autres sites (4761)
-
avcodec/libsvtav1 : pass pict_type to library
25 avril 2022, par Christopher Degawaavcodec/libsvtav1 : pass pict_type to library
match the behavior of SvtAv1EncApp to ensure pic_type is always set
before passing it to the library.The other options for pic_type aren't currently used inside the library,
so they aren't introduced in this patch.Signed-off-by : Christopher Degawa <ccom@randomderp.com>
Signed-off-by : James Almer <jamrial@gmail.com> -
Embedding Subtitles Permanently with ffmpeg [closed]
21 avril 2024, par MertI am using ffmpeg to embed subtitles into a video file with the following command :


ffmpeg -i video.mp4 -i sub.srt -max_muxing_queue_size 1024 -c:v copy -c:a copy -c:s mov_text out.mp4


After that, the subtitles are exists on the
out.mp4

This generates the out.mp4 file with subtitles. However, if I delete the sub.srt file, the subtitles no longer appear in out.mp4. It seems as though the subtitles aren't actually embedded into the video but are still dependent on the sub.srt file.

How can I modify the ffmpeg command to ensure that the subtitles are permanently embedded into the video file, even if the sub.srt file is removed afterwards ?


I executed the command above, but it resulted with embedding the subtitles based on the existence of
sub.srt
, Whensub.srt
is removed, the subtitles are disappearing.

-
avcodec/qpeg : remove an unnecessary intermediary AVFrame
17 avril 2020, par James Almer