
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (49)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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 (...) -
Prérequis à l’installation
31 janvier 2010, parPréambule
Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
Il (...)
Sur d’autres sites (9940)
-
Partially revert "avformat/matroskadec : set aspect ratio only when DisplayWidth and...
16 octobre 2016, par James AlmerPartially revert "avformat/matroskadec : set aspect ratio only when DisplayWidth and DisplayHeight are in pixels"
The code works just fine regardless of unit, so only make sure DisplayUnit
is not "unknown".Found-by : Nicolas George <george@nsup.org>
Reviewed-by : Nicolas George <george@nsup.org>
Signed-off-by : James Almer <jamrial@gmail.com> -
FFmpeg downscale video while maintaining aspect ratio SAR and DAR
12 avril 2023, par SolarisHow can I resize the video (eg 1080x ? to 480x ?) while maintain aspect ratio (SAR and DAR) ?
I want to use the output video to create Dash MPD


I tried multiple filters

-filter:v 'scale=854:480'

-filter:v 'scale=-1:480'

-filter:v 'scale=-2:480'

-filter:v 'scale=854:480:force_original_aspect_ratio=decrease,pad=854:480:(ow-iw)/2:(oh-ih)/2,setsar=sar=1'


But can get exact SAR and DAR , at least ffmpeg
-f dash
doesn't allow both streams to be in same adaptation set

-
FFmpeg cut a 16:9 video to a 9:16 ratio and put subtitle only in ratio [closed]
8 septembre 2023, par LordzSpectronI want to cut a 16:9 video to take only the central part of it, vertical and what's left, fill it with black borders, example :




I want only the part highlighted in red.


How to make this using ffmpeg ?


I've been trying using crop, some answers that taught how to blur what's left, but they all leave the full video and just cut it down to 9:16.


I want to have only the middle part highlighted and the rest be black border.