
Recherche avancée
Autres articles (12)
-
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
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 (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)
Sur d’autres sites (3898)
-
Revision 663916cea7 : SVC improvements These changes were originally made in the Stratacaster team-re
12 octobre 2013, par Ivan MaltzChanged Paths :
Modify /libs.mk
Add /test/svc_test.cc
Modify /test/test.mk
Modify /vp9/common/vp9_onyx.h
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/vp9_cx_iface.c
Modify /vp9_spatial_scalable_encoder.c
Modify /vpx/exports_enc
Add /vpx/src/svc_encodeframe.c
Add /vpx/svc_context.h
Modify /vpx/vp8cx.h
Modify /vpx/vpx_codec.mk
SVC improvementsThese changes were originally made in the Stratacaster team-review repository
commit e114bffcd82ad74c3696ec58e13c0ac895d6c82d
Author : Charles 'Buck' Krasic <ckrasic@google.com>
Date : Mon Oct 14 16:52:13 2013 -0700Make dummy frame handling a bit more explicit, fixing bug
with single layer encodes.Squashed commit of the following :
commit 1ebbfd976c0fadb02bf1ea562a2d0e3f0206daad
Merge : ac468dd 54e88b7
Author : Ivan Maltz <ivanmaltz@google.com>
Date : Fri Oct 11 17:29:58 2013 -0700Move SVC code from vp9_spatial_scalable_encoder to libvpx module accessible
from ffmpegcommit 54e88b78b160becc9569fc3c6cb6b0a8c95dc357
Author : Ivan Maltz <ivanmaltz@google.com>
Date : Tue Oct 8 09:08:40 2013 -0700common svc encoding code for sample app and ffmpeg
added svc_encodeframe.c, svc_context.h, svc_test.cc
vp9_spatial_scalable_encoder uses vpx_svc_encode
commit 5616ec8e2e3d3e8d277333d8a9242f6c70151162
Merge : 4528014 e29137d
Author : Ivan Maltz <ivanmaltz@google.com>
Date : Tue Oct 8 08:47:58 2013 -0700Merge branch 'master' into stratacaster
commit 45280148450b1f3d61e390df8aadedf85cd5bce1
Merge : bb2b675 1ab60f7
Author : Sujeevan Rajayogam <sujee@google.com>
Date : Fri Oct 4 10:22:31 2013 -0700Merge branch 'master' into stratacaster
commit bb2b675e595dc9bfc8551e963edf56800c3aea61
Author : Sujeevan Rajayogam <sujee@google.com>
Date : Wed Oct 2 12:37:26 2013 -0700Track individual frame sizes and psnrs instead of averages.
commit c6d303b714795c81e7ceb4173967115c9f8ff5b7
Merge : fa87df9 3583087
Author : Sujeevan Rajayogam <sujee@google.com>
Date : Fri Sep 27 10:05:35 2013 -0700Merge branch 'master' into stratacaster
commit fa87df94fba923d9f7aeb8ae20c6e15f777e00b5
Merge : bf22d71 3c465af
Author : Sujeevan Rajayogam <sujee@google.com>
Date : Thu Sep 26 16:10:31 2013 -0700Merge branch 'master' into stratacaster
commit bf22d7144895a82e0c348ac177c8a261b9e2b88e
Author : Sujeevan Rajayogam <sujee@google.com>
Date : Thu Sep 26 11:10:34 2013 -0700Parameterized quantizer, 16th scalefactors, more logging, enabled single
layer encodes to generate baseline.commit ceffd7e6025b765f9886b5ea0f324248aa37e327
Author : Sujeevan Rajayogam <sujee@google.com>
Date : Thu Sep 19 10:04:49 2013 -0700- Include new mode for 3 layer I frame with 5 total layers.
- Refactor svc api.Change-Id : Ie4d775e21e006fa597d884c59488dc999478e9b5
-
mp3 decode error with ffmpeg in ios
29 novembre 2016, par LL2012I met a very strange phenomenon in decoding mp3 to pcm data in ios pad.
I have tested the code on windows 10, it works correctly.However, with the same mp3 file and the same code runing on ios pad , the pcm data become total white noise.I have compare the input compressed data(mp3) and the decoded data in memory on both system. input data is all the same(none silence frame),but the decoded data has totally different.
so, can I say that there is a bug in ffmpeg on ios platforms for decoding audio.the version I used is ffmpeg2.6
anyone meet the same things ?
-
FFMPEG- Convert video to images
17 octobre 2016, par hackhow can i convert a video to images using ffmpeg ? Example am having a video with total duration 60 seconds. I want images between different set of duration like between 2-6 seconds, then between 15-24 seconds and so on. Is that possible using ffmpeg ?