
Recherche avancée
Autres articles (101)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (14942)
-
Revision f9404f2406 : Revert "Revert "SSSE3 convolution optimization"" This reverts commit b645257121
13 janvier 2014, par Yunqing WangChanged Paths :
Modify /vp9/common/x86/vp9_asm_stubs.c
Add /vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c
Modify /vp9/vp9_common.mk
Revert "Revert "SSSE3 convolution optimization""This reverts commit b645257121da20b422dbbebf02aae0fc6dff95d4.
Change-Id : I60d1bf57ae8e9eb6127f42f2d5a780124ac51b45
-
ffmpeg : convert subtitles from "hdmv_pgs_subtitle" to "mov_text" (needed in MP4)
19 avril 2024, par rgrIs there any way to convert subtitles from "hdmv_pgs_subtitle" to "mov_text" (needed in MP4).



I try :



ffmpeg.exe i "%%F" c copy -scodec mov_text "test.mp4"




but I get :

Error while opening encoder for output stream #0:2
- maybe incorrect parameters
such as bit_rate, rate, width or height


Stream properties :



Duration: 00:01:48.14, start: 4199.920000, bitrate: 12394 kb/s
Program 1
Stream #0:0[0x1011], 169, 1/90000: Video: h264 (High), 1 reference frame (HDMV / 0x564D4448), yuv420p(top first, left), 1920x1080 (1920x1088) [SAR 1:1 DAR 16:9], 0/1, 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:1[0x1100], 102, 1/90000: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 256 kb/s
Stream #0:2[0x1200], 35, 1/90000: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 1920x1080



-
How to set "channel_layout" or "ch_layout" in 6.1 FFMPEG [closed]
5 janvier 2024, par Steven poriteIn avcodec_open2(), it will set the "avctx->ch_layout.order = AV_CHANNEL_ORDER_UNSPEC ;" when
avctx->channel_layout is false. If I want to set the ".order = AV_CHANNEL_ORDER_NATIVE",
what can I do ?




I don't know how to use the option to set "channel_layout" or "ch_layout" ? Hope someone can help me.