
Recherche avancée
Médias (3)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (47)
-
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 -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (8728)
-
Anomalie #4384 (Nouveau) : spip_loader, pclzip.php:28 : Warning : Use of undefined constant _DIR_TM...
19 septembre 2019, par David SAUVAGEspip_loader 3.0.5
PHP Version 7.2.22Warning : Use of undefined constant _DIR_TMP - assumed ’_DIR_TMP’ (this will throw an Error in a future version of PHP) in [truncated]/pclzip.php on line 28
-
Use ffmpeg to cut mkv file [migrated]
16 avril 2014, par Chk0nDangerI tried to cut MKV video file by following command in Linux mint 16.
ffmpeg -i input.mkv -vcodec copy -acodec copy -ss 00:39:05 -t 00:03:03 out.mkv
output :
ffmpeg version 0.8.10-6:0.8.10-0ubuntu0.13.10.1, Copyright (c) 2000-2013 the Libav developers
built on Feb 6 2014 20:53:28 with gcc 4.8.1
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
[matroska,webm @ 0x1774be0] max_analyze_duration reached
[matroska,webm @ 0x1774be0] Estimating duration from bitrate, this may be inaccurate
Input #0, matroska,webm, from 'input.mkv':
Duration: 00:58:35.63, start: 0.000000, bitrate: N/A
Stream #0.0(eng): Video: h264 (High), yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 25 fps, 25 tbr, 1k tbn, 50 tbc (default)
Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16 (default)
Stream #0.2(eng): Subtitle: [0][0][0][0] / 0x0000
Output #0, matroska, to 'out2.mkv':
Stream #0.0(eng): Video: [0][0][0][0] / 0x0000, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], q=2-31, 90k tbn, 25 tbc (default)
Stream #0.1(eng): Audio: aac, 48000 Hz, stereo (default)
Stream #0.2(eng): Subtitle: ass, 200 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Stream #0.2 -> #0.2
Decoder (codec id 94210) not found for input stream #0.2It shows an error. I tried changing options but still can not cut the file.
Is there simplest way to cut mkv file on Linux ? -
Revision e608418899 : Renaming MB_PREDICTION_MODE to PREDICTION_MODE. Actually, it would be great to
12 avril 2014, par Dmitry KovalevChanged Paths :
Modify /vp9/common/vp9_blockd.c
Modify /vp9/common/vp9_blockd.h
Modify /vp9/common/vp9_entropy.h
Modify /vp9/common/vp9_entropymode.h
Modify /vp9/common/vp9_postproc.c
Modify /vp9/common/vp9_reconintra.c
Modify /vp9/common/vp9_reconintra.h
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/decoder/vp9_decodemv.c
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/vp9_mbgraph.c
Modify /vp9/encoder/vp9_mbgraph.h
Modify /vp9/encoder/vp9_pickmode.c
Modify /vp9/encoder/vp9_rdopt.c
Renaming MB_PREDICTION_MODE to PREDICTION_MODE.Actually, it would be great to have two separate enums INTRA_MODES and
INTER_MODES in future.Change-Id : I6c4147cf0002853da9c1e03fe9514eab876f01c8