
Recherche avancée
Autres articles (98)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (7670)
-
Revision 6fc72673b3 : Merge "Add comments for control VP9E_SET_TUNE_CONTENT"
15 janvier 2015, par Yaowu XuChanged Paths :
Modify /vpx/vp8cx.h
Merge "Add comments for control VP9E_SET_TUNE_CONTENT" -
Fix some broken clamping in rate control.
11 octobre 2015, par Tim TerriberryFix some broken clamping in rate control.
If we have some dupe frames right near the end of the buffer, our
metric window can be slightly larger than the buffer.
However, the clamping we use to determine how many frames' worth of
metrics to add to the buffer had a mix of signed and unsigned
types, so if that number when negative, instead of clamping
against zero, it would ask for all remaining frames in the file.
That would cause an infinite loop when we tried to find the last
keyframe in the circular buffer in oc_enc_select_qi() (which was
not big enough to actually hold that many frames).This patch changes the clamp to a form that works with all unsigned
values.Thanks to Brion Vibber for the report.
Fixes #2229
git-svn-id : http://svn.xiph.org/trunk/theora@19507 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Can't set subtitle track as default with ffmpeg [closed]
12 septembre 2020, par memememeI am trying to follow this answer to apply some .ass subtitles to a .mp4 video, and have them show by default when I open the video in VLC.


My command is


ffmpeg.exe -i video.mp4 -i subs.ass -c:v copy -c:a copy -c:s mov_text -metadata:s:s:0 language=eng -disposition:s:0 default outfile.mp4


I've also tried with
forced
instead ofdefault
but nothing changes : despite what the answer says I still have to manually select the subs in VLC.

What am I doing wrong ?