
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (67)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)
Sur d’autres sites (5558)
-
avformat/pp_bnk : treat music files as stereo
13 novembre 2020, par Zane van Iperenavformat/pp_bnk : treat music files as stereo
These files are technically a series of planar mono tracks.
If the "music" flag is set, merge the packets from the two
mono tracks, essentially replicating :[0:a:0][0:a:1]join=inputs=2:channel_layout=stereo[a]
Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>
-
what is the packet size unit of ffprobe(similar to ffmpeg) ?
26 août 2014, par Juneyoung OhI am developing thumbnail extractor with ff- series(means ffmpeg, ffplay, ffprobe).
I need to know the location of frames, so I use a command like below which I found another posting in stackoverflow.
ffprobe -show_frames -select_streams v -print_format json=c=1 0001.wmv
Actually it works nice and makes a file with lots of information of packet.
The output file like below.
"frames": [
{ "media_type": "video", "key_frame": 1, "pkt_pts": 900000, "pkt_pts_time": "10.000000", "pkt_dts": 900000, "pkt_dts_time": "10.000000", "pkt_duration": 3003, "pkt_duration_time": "0.033367", "pkt_pos": "453", "pkt_size": "9744", "width": 720, "height": 480, "pix_fmt": "yuv420p", "sample_aspect_ratio": "8:9", "pict_type": "I", "coded_picture_number": 0, "display_picture_number": 0, "interlaced_frame": 0, "top_field_first": 0, "repeat_pict": 0 },...There is a column named "pkt_size", which I assume that size of packet.
It displays some numbers in, but no information of units.
I wonder that unit is ’byte’ or ’bit’.
If somebody has some information of this, Tell me.
Thanks.
-
what is the packet size unit of ffprobe(similar to ffmpeg) ?
4 septembre 2017, par Juneyoung OhI am developing thumbnail extractor with ff- series(means ffmpeg, ffplay, ffprobe).
I need to know the location of frames, so I use a command like below which I found another posting in stackoverflow.
ffprobe -show_frames -select_streams v -print_format json=c=1 0001.wmv
Actually it works nice and makes a file with lots of information of packet.
The output file like below.
"frames": [
{ "media_type": "video", "key_frame": 1, "pkt_pts": 900000, "pkt_pts_time": "10.000000", "pkt_dts": 900000, "pkt_dts_time": "10.000000", "pkt_duration": 3003, "pkt_duration_time": "0.033367", "pkt_pos": "453", "pkt_size": "9744", "width": 720, "height": 480, "pix_fmt": "yuv420p", "sample_aspect_ratio": "8:9", "pict_type": "I", "coded_picture_number": 0, "display_picture_number": 0, "interlaced_frame": 0, "top_field_first": 0, "repeat_pict": 0 },...There is a column named "pkt_size", which I assume that size of packet.
It displays some numbers in, but no information of units.
I wonder that unit is ’byte’ or ’bit’.
If somebody has some information of this, Tell me.
Thanks.