
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (58)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (7670)
-
aacenc_pred : rework the way prediction is done
29 août 2015, par Rostislav Pehlivanovaacenc_pred : rework the way prediction is done
This commit completely alters the algorithm of prediction.
The original commit which introduced prediction was completely
incorrect to even remotely care about what the actual coefficients
contain or whether any options were enabled. Not my actual fault.This commit treats prediction the way the decoder does and expects
to do : like lossy encryption. Everything related to prediction now
happens at the very end but just before quantization and encoding
of coefficients. On the decoder side, prediction happens before
anything has had a chance to even access the coefficients.Also the original implementation had problems because it actually
touched the band_type of special bands which already had their
scalefactor indices marked and it’s a wonder the asserion wasn’t
triggered when transmitting those.Overall, this now drastically increases audio quality and you should
think about enabling it if you don’t plan on playing anything encoded
on really old low power ultra-embedded devices since they might not
support decoding of prediction or AAC-Main. Though the specifications
were written ages ago and as times change so do the FLOPS.Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>
-
What do these FFmpeg APNG encoder prediction methods mean ?
15 septembre 2021, par Nicke ManarinBy running
ffmpeg -h encoder=apng
, I get this :

APNG encoder AVOptions:
 -dpi <int> E..V..... Set image resolution (in dots per inch) (from 0 to 65536) (default 0)
 -dpm <int> E..V..... Set image resolution (in dots per meter) (from 0 to 65536) (default 0)
 -pred <int> E..V..... Prediction method (from 0 to 5) (default none)
 none E..V.....
 sub E..V.....
 up E..V.....
 avg E..V.....
 paeth E..V.....
 mixed E..V.....
</int></int></int>


What are the differences among these prediction methods specified with
-pred
?

I could not find any documentation on ffmpeg.org or anywhere else.


-
Revision 57272e41dd : Correctly set the segment_id prediction flag and context This fix a bug introdu
24 septembre 2013, par Guillaume MartresChanged Paths :
Modify /vp9/encoder/vp9_segmentation.c
Correctly set the segment_id prediction flag and contextThis fix a bug introduced by ac6093d179d8488f90bf10c6d0abcc48be327d28
Change-Id : I0700a4daf7a6a2471074f81a4596352287fb2ac9