
Recherche avancée
Autres articles (87)
-
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
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 (6269)
-
FFmpeg video metadata change
2 novembre 2014, par WarrenI am trying to change the video stream metadata. See (Change This Metadata) below. I can change the title of the movie ok but not any others. What is the ffmpeg line to change this.
This line below changes "Title Of The Movie" only
ffmpeg -i Input.mkv -metadata title="New Title" -c:v copy -c:a copy -c:s copy Output.mkv
Input #0, matroska,webm, from 'Input.mkv':
Metadata:
title : Title Of The Movie
encoder : libebml v1.2.3 + libmatroska v1.3.0
creation_time : 2014-08-02 12:58:30
Duration: 02:15:54.21, start: 0.000000, bitrate: 8177 kb/s
Chapter #0.0: start 0.000000, end 208.666778
Metadata:
title : Chapter 01
Chapter #0.1: start 208.666778, end 811.727578
Metadata:
title : Chapter 02
Chapter #0.2: start 811.727578, end 1077.868444
Metadata:
title : Chapter 03
Chapter #0.3: start 1077.868444, end 1345.302289
Metadata:
title : Chapter 04
Chapter #0.4: start 1345.302289, end 2000.415067
Metadata:
title : Chapter 05
Chapter #0.5: start 2000.415067, end 2487.276444
Metadata:
title : Chapter 06
Chapter #0.6: start 2487.276444, end 3097.302533
Metadata:
title : Chapter 07
Chapter #0.7: start 3097.302533, end 3503.958778
Metadata:
title : Chapter 08
Chapter #0.8: start 3503.958778, end 4060.347956
Metadata:
title : Chapter 09
Chapter #0.9: start 4060.347956, end 4582.202622
Metadata:
title : Chapter 10
Chapter #0.10: start 4582.202622, end 5083.078000
Metadata:
title : Chapter 11
Chapter #0.11: start 5083.078000, end 5537.698822
Metadata:
title : Chapter 12
Chapter #0.12: start 5537.698822, end 5826.612444
Metadata:
title : Chapter 13
Chapter #0.13: start 5826.612444, end 6553.088200
Metadata:
title : Chapter 14
Chapter #0.14: start 6553.088200, end 6903.730156
Metadata:
title : Chapter 15
Chapter #0.15: start 6903.730156, end 7271.055444
Metadata:
title : Chapter 16
Chapter #0.16: start 7271.055444, end 7582.241333
Metadata:
title : Chapter 17
Chapter #0.17: start 7582.241333, end 8153.937444
Metadata:
title : Chapter 18
Chapter #0.18: start 8153.937444, end 8154.208000
Metadata:
title : Chapter 19
Stream #0:0(eng): Video: h264 (High), yuv420p, 1920x800 [SAR 1:1 DAR 12:5], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
Metadata:
title : Change This Metadata
Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s (default)
Metadata:
title : Eng
Stream #0:2(eng): Subtitle: subrip (default)
Metadata:
title : Eng -
movenc : Add a flag for using default-base-is-moof in tfhd atoms
29 octobre 2014, par Martin Storsjömovenc : Add a flag for using default-base-is-moof in tfhd atoms
Similarly to the omit_tfhd_offset flag added in e7bf085b, this
avoids writing absolute byte positions to the file, making them
more easily streamable.This is a new feature from 14496-12:2012, so application support
isn’t necessarily too widespread yet (support for it in libav was
added in 20f95f21f in July 2014).Signed-off-by : Martin Storsjö <martin@martin.st>
-
Minimize PCR Jitter in mpegts stream
30 octobre 2014, par AnilI am using ffmpeg for capturing desktop screen and creating mpegts stream. I am using following command.
ffmpeg -y -loglevel warning -f alsa -ac 2 -i pulse -f x11grab -s `xdpyinfo | grep 'dimensions:'|awk '{print $2}'` -i :0.0 -r 25 -g 12 -flags +ildct+ilme -top 1 -vcodec mpeg2video -b:v 2M -minrate 2M -maxrate 2M -bufsize 4M -muxrate 4M -pix_fmt yuv420p -acodec mp2 -ac 2 -b:a 128k -ar 48000 -aspect 4:3 -mpegts_original_network_id 0x0001 -mpegts_transport_stream_id 0x0003 -mpegts_service_id 0x0004 -mpegts_pmt_start_pid 0x0030 -mpegts_start_pid 0x0500 -metadata service_provider="TEST01" -metadata service_name="test01" -f mpegts "udp://227.40.50.60:1234?pkt_size=1316"
In output video I am getting PCR jitter 65.000ms-78.782ms. I need to minimize PCR Jitter to less than 0.1ms. Any idea, how to solve this problem ?
- OS version : Fedoa 19
- Kernel ver : 3.9.5-301.fc19.i686
- ffmpeg ver :
ffmpeg version 2.2.4 Copyright (c) 2000-2014 the FFmpeg developers
built on Jul 14 2014 14:03:29 with gcc 4.8.1 (GCC) 20130603 (Red Hat 4.8.1-1)
configuration : —extra-libs=-ldl —enable-gpl —enable-nonfree —enable-libfdk_aac —enable-libvpx —enable-x11grab —enable-libpulse —enable-libx264
libavutil 52. 66.100 / 52. 66.100
libavcodec 55. 52.102 / 55. 52.102
libavformat 55. 33.100 / 55. 33.100
libavdevice 55. 10.100 / 55. 10.100
libavfilter 4. 2.100 / 4. 2.100
libswscale 2. 5.102 / 2. 5.102
libswresample 0. 18.100 / 0. 18.100
libpostproc 52. 3.100 / 52. 3.100