
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (30)
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
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 (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (3656)
-
avformat/mov : Enable stream parsing for VP9.
7 septembre 2016, par Matthew Greganavformat/mov : Enable stream parsing for VP9.
MP4 media containing VP9 using superframes (such as
https://github.com/Netflix/vp9-dash/raw/master/DASH-Samples/Fountain_2997_0560kbps_640x480_4x3PAR.ivf_DashUnencrypted.ismv)
does not decode correctly with the built-in VP9 decoder because
superframes are passed to the decoder whole rather than split into
individual frames.Signed-off-by : Matthew Gregan <kinetik@flim.org>
-
How do I use ffmpeg on a directory of files and have the new files retain the same name, using Bash ? [duplicate]
31 janvier 2021, par ktbhopefully this will be a relatively straightforward question.


I have a directory of files. The files are mkv files that contain .vtt subtitles. I want to change the vtt subtitles into .srt subtitles. Ideally the mkv files should retain the same names at the end of the process.


I have this Bash command that uses ffmpeg :


ffmpeg -i input.mkv -c copy -c:s srt out.mkv



This command works on an individual file, in terms of giving me a new file with the correct srt subtitles muxed in.


However it does not :


- 

- let me wildcard the mkv file (I have to specify the input.mkv file)
- let me keep the name of the original mkv file






Could someone help please ? I'm thinking it would be a relatively simple Bash loop (for x in *.mkv...) but any help would be most gratefully received. I really want the output files to have the same name as the input files at the end of the process. Thank you.


-
Revision 5daef90efc : skip un-neccessary motion search in the first pass This patch allows the encode
4 juin 2014, par Pengchong JinChanged Paths :
Modify /vp9/encoder/vp9_firstpass.c
skip un-neccessary motion search in the first passThis patch allows the encoder to skip the
un-neccessary motion search in the first pass. It
calculates the error of the zero motion vector using
the last source frame as reference and skips the
further motion search in the first pass if the error
is small.The encoding speedup of the first pass for slideshow
videos is over 30%. Borg test shows the overall PSNR
performance remain approximately the same (derf -0.009,
hd 0.387, yt 0.021, stdhd 0.065). Individual clips may
have either PSNR gain or loss. The worst PSNR perfomance
is from yt set, with a PSNR loss of -1.1.Change-Id : I08b2ab110b695e4689573b2567fa531b6457616e