
Recherche avancée
Autres articles (100)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
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 (14288)
-
ffmpeg - remove duplicate frames block (same video sequence twice)
11 janvier 2018, par Radoslav KastielAny idea how to remove duplicate video&audio frames blocks (several seconds repeating video sequences having same timestamps and frames corrupt file) from TS file with ffmpeg ?
I tried :
1) decimate filter :
ffmpeg -i input.mp4 -vf mpdecimate,setpts=N/FRAME_RATE/TB out.mp4
- does reencoding
- does not remove several seconds repeated frames block
2) playing with synchronisation options
ffmpeg -vsync vfr -frame_drop_threshold 1500 -i in.ts -vcodec copy -acodec copy -y out.ts
- there is no help with frame_drop_threshold attribude, no sample usage found on internet
- does not reencode input
- does not remove several seconds repeated frames block
Seems ffmpeg helps :
- just with sequence of same frames
- not with repeating frames sequences in the stream
- not with removing (dropping) frames with repeated timestamps
-
wmavoice : validate block alignment
1er janvier 2017, par Andreas Cadhalpunwmavoice : validate block alignment
This prevents a division by zero crash in wmavoice_decode_packet.
The problem was introduced by commit
3deb4b54a24f8cddce463d9f5751b01efeb976af.Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> -
Revision 6e3b34bdc3 : Removed a number of unnecessary check on ref_frame Since intra block decoding i
20 juin 2013, par Yaowu XuChanged Paths :
Modify /vp9/decoder/vp9_decodframe.c
Removed a number of unnecessary check on ref_frameSince intra block decoding is handled by decode_sb_intra() separately.
Change-Id : I42d757884714084c92fc23ec5d35d4dc946f4b15