
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (62)
-
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 ) (...) -
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...) -
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)
Sur d’autres sites (9137)
-
ffmpeg set timecode offset in output
24 novembre 2020, par Harry DeveloperI'm trying to create a .ts-file with a timecode starting at a specific offset. Lets say an input file input.ts exists. Running ffprobe on it says "start : 8636.xxx". Now, I like to create a copy with an additional start time offset, using :



ffmpeg -i input.ts -someoption output.ts



The options known to me for manipulating the time, like
-copyts
-ss
-timecode



won't work. Is there an option which allows me to add an extra time offset to the video stream ?



Edit :



Here is the ffprobe output of the original ts file :



Duration: 00:06:03.52, start: 6204.163600, bitrate: 3880 kb/s
 Program 12103
 Metadata:
 service_name : ?ProSieben
 service_provider: ?Unitymedia
 Stream #0:0[0x21f]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, top first), 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
 Stream #0:1[0x220](ger): Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16p, 192 kb/s
 Stream #0:2[0x222](ger): Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, stereo, fltp, 384 kb/s
 No Program
 Stream #0:3[0x224]: Subtitle: dvb_teletext
Unsupported codec with id 94215 for input stream 3




And here is the ffprobe output of the newly created file after running
ffmpeg -i input.ts -copyts -output_ts_offset 2428.6 output.ts
:


Duration: 00:06:03.36, start: 8634.319544, bitrate: 4372 kb/s
 Program 1
 Metadata:
 service_name : Service01
 service_provider: FFmpeg
 Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, progressive), 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
 Stream #0:1[0x101](ger): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 384 kb/s




I'm don't know much about the stream format itself. However, I can see, that the newly created output file contains a lesser number of streams and that some details have changed, like "tv, progessiv" instead of "tv, top first".



I'd like to have an exact copy of the original, except having other time stamps. Is that possible ?


-
Evolution #3472 : Pouvoir télécharger les d’un plugin
20 septembre 2017, par placido .Je penche aussi pour l’opportun rajout d’une balise
comme le préconise marcimat, histoire d’automatiser les choses. Sinon à titre d’illustration, voilà ce que je fais en utilisant la colonne de gauche sur la page de configuration du plugin :
prive/navigation/configurer_monplugin.htmlVisuellement ça donne ça :
En vert les plugins déjà installés. Sinon c’est un lien vers SVP avec le nom du plugin renseigné dans le champ de recherche, prêt à lire la description, voire télécharger.
-
ffmpeg set timecode offset in output
1er mai 2017, par Harry DeveloperI’m trying to create a .ts-file with a timecode starting at a specific offset. Lets say an input file input.ts exists. Running ffprobe on it says "start : 8636.xxx". Now, I like to create a copy with an additional start time offset, using :
ffmpeg -i input.ts -someoption output.ts
The options known to me for manipulating the time, like
copyts
ss
timecode
won’t work. Is there an option which allows me to add an extra time offset to the video stream ?
Edit :
Here is the ffprobe output of the original ts file :
Duration: 00:06:03.52, start: 6204.163600, bitrate: 3880 kb/s
Program 12103
Metadata:
service_name : ?ProSieben
service_provider: ?Unitymedia
Stream #0:0[0x21f]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, top first), 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:1[0x220](ger): Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16p, 192 kb/s
Stream #0:2[0x222](ger): Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, stereo, fltp, 384 kb/s
No Program
Stream #0:3[0x224]: Subtitle: dvb_teletext
Unsupported codec with id 94215 for input stream 3And here is the ffprobe output of the newly created file after running
ffmpeg -i input.ts -copyts -output_ts_offset 2428.6 output.ts
:Duration: 00:06:03.36, start: 8634.319544, bitrate: 4372 kb/s
Program 1
Metadata:
service_name : Service01
service_provider: FFmpeg
Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, progressive), 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:1[0x101](ger): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 384 kb/sI’m don’t know much about the stream format itself. However, I can see, that the newly created output file contains a lesser number of streams and that some details have changed, like "tv, progessiv" instead of "tv, top first".
I’d like to have an exact copy of the original, except having other time stamps. Is that possible ?