
Recherche avancée
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (9980)
-
Revision e5fe165840 : Properly handle the boundary blocks for integral projection search Use rectangu
2 mars 2015, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Properly handle the boundary blocks for integral projection searchUse rectangular block size for integral projection motion estimation
if the the 64x64 block has over half block outside the frame. This
avoids the issue that the motion information of these blocks is
dominated by the extended pixels, instead of the pixels of interest.Change-Id : I22f4d2bb7f6a20db9b3f5e2e5463a7f4b9d1b737
-
How to add a 5.1 .flac audio track to a .ts file with already 3 audio tracks ?
16 mai 2018, par PabloI want to add a 5.1 .flac audio track to a .ts file that already has three audio tracks. I tried with tsMuxer and ffmpeg with unsuccessful results. In tsMuxeR the .flac track is not recognized and in ffmpeg everything seems to work fine until the very last moment when I check the file and the .flac audio track is not included in the "output.ts". The .flac track is about 3GB and its lenght is around two and a half hours.
Thank you so much.
-
FFmpeg -itsoffset cropping the video (but I don't ask)
6 septembre 2021, par Eugen DubrovinI have one client video file (which length about 4minutes)


trying to make offset on the video (1second audio offset)


ffmpeg -v quiet -i $CLIENTVIDEO -itsoffset -1 -i $CLIENTVIDEO -map 0:v -map 1:a -c copy $TO_OFFSET_DIR



after this procedure the video cropping to one and a half minute


when I add
-c:a
to FFmpeg option everything is working fine (but taking ages to process the video)

is there anyway to process without
-c:a
option