
Recherche avancée
Autres articles (100)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 ) (...) -
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 (14127)
-
Merge commit ’3176217c60ca7828712985092d9102d331ea4f3d’
12 juin 2016, par Clément BœschMerge commit ’3176217c60ca7828712985092d9102d331ea4f3d’
* commit ’3176217c60ca7828712985092d9102d331ea4f3d’ :
h264 : decouple h264_ps from the h264 decoderMain changes :
a local GetBitContext is created for the various
ff_h264_decode_seq_parameter_set() attemptsjust like the old code, remove_sps() is adjusted so it doesn’t remove
the pps.Fixes decode with Ticket #631
http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20111108/dae58f17/attachment.mp4
but see next point as well.ff_h264_update_thread_context() is updated to work even when SPS
isn’t set as it breaks current skip_frame code. This makes sure we
can still decode the sample from ticket #631 without the need for
-flags2 +chunks. (Thanks to Michael)keep sps,pps_ref pointers that stay alive even when the active
pps/sps get removed from the available lists (patch by michaelni with
additionnal frees in ff_h264_free_context() from mateo)added a check on sps in avpriv_h264_has_num_reorder_frames() to fix
crashes with mpegts_with_dvbsubs.ts from Ticket #4074
http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket4074/mpegts_with_dvbsubs.tsin h264_parser.c:h264_parse(), after the ff_h264_decode_extradata() is
called, the pps and sps from the local parser context are updated with
the pps and sps from the used h264context. This fixes fate-flv-demux.in h264_slice.c, "PPS changed between slices" error is not triggered
anymore in one condition as it makes fate-h264-xavc-4389 fails with
THREADS=N (Thanks to Michael)Merged-by : Clément Bœsch <clement@stupeflix.com>
Merged-by : Michael Niedermayer <michael@niedermayer.cc>
Merged-by : Matthieu Bouron <matthieu.bouron@stupeflix.com>- [DH] libavcodec/dxva2_h264.c
- [DH] libavcodec/h264.c
- [DH] libavcodec/h264.h
- [DH] libavcodec/h264_cabac.c
- [DH] libavcodec/h264_cavlc.c
- [DH] libavcodec/h264_direct.c
- [DH] libavcodec/h264_loopfilter.c
- [DH] libavcodec/h264_mb.c
- [DH] libavcodec/h264_mb_template.c
- [DH] libavcodec/h264_mvpred.h
- [DH] libavcodec/h264_parser.c
- [DH] libavcodec/h264_ps.c
- [DH] libavcodec/h264_refs.c
- [DH] libavcodec/h264_sei.c
- [DH] libavcodec/h264_slice.c
- [DH] libavcodec/vaapi_h264.c
- [DH] libavcodec/vdpau.c
- [DH] libavcodec/vdpau_h264.c
- [DH] libavcodec/videotoolbox.c
-
Evolution #3778 : [sécurité - inscription] : éviter l’envoi de mot de passe en clair par email et ...
19 mai 2016j’ai écrit la documentation de base et crée le zip
https://contrib.spip.net/ecrire/?exec=article&id_article=4802n’hésitez à la modifier
-
Creating Multiple Outputs with ffmpeg For HD 1080p 720p 480p
11 janvier 2016, par maksPlease help me in ffmpeg,,
for multiple outputs with ffpmeg,,
For HD 1080p 720p 480p,, my ffmpeg is working but i wanna outputs multipleThanks
Please See the
ffmpeg screenshotPlease can you see the picture i have share [i.stack.imgur.com/SqNQr.jpg] —Thanks a lot for the help it work but i want put on my web can you tell me more which box i put the command,, please see picture (Screenshot)
ffmpeg-cmd -i input -s 1920x1080 -c:v libx264 1080p output.mp4 -s 1280x720 -c:v libx264 720p output.mp4 -s 854x480 -c:v libx264 480p output.mp4 -s 640x360 -c:v libx264 360p output.mp4 -s 426x240 -c:v libx264 240p output.mp4 -s 320x180 -c:v libx264 180p output.mp4