
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (71)
-
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 (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (3786)
-
FFmpeg vidstab generates jerky wiggling video
27 mars 2022, par praet0ri4nI run Kdenlive 21.12.3 on Ubuntu 20.04.
Recently I stared editing footage from my Nikon D3100 DSLR. Source videos are 1920:1080 24fps in MOV format (camera set to PAL system).


After trying to stabilize a video where I am walking I noticed that the result is kind of stabilized but the image is distorted and contains some strange wiggling effect. Changing the stabilization settings doesn't have any impact on this effect. I haven't seen this before. Previously I stabilized footage from other cameras without problems. This is the first time I use that DSLR.


To me it looks like stabilization is doing some strange interpolation and it is stretching and skewing the image or pixel aspect ratio.
For convenience I tried the vidstab filter with ffmpeg, played around with the interpol option too, but the result ist exactly the same.


Here the source MOV and stabilized mp4 file for comparison
https://nc.p1p0.eu/index.php/s/tTQgPj9rDbmReYn


Thank you !


-
Where to place the fontfile for the FFmpeg Android drawtext-Filter ?
13 juin 2018, par jpGerhardI’m using the precompiled FFmpeg-Android by Bravobit (via gradle :
implementation 'nl.bravobit:android-ffmpeg:1.1.5'
; based on WritingMind’s) with the intention of drawing the current timestamp/location onto a .mp4 file. I am completely new to FFmpeg and have started with Android Studio a few months ago.Information :
- IDE : Android Studio
- OS : OSX 10.13.5
My problem :
I don’t know whether the fontfile needs to be in the Application path on my Phone, in the Android Studio directory or just on a location on my MacBook (so it gets compiled when running the application).
Basic FFmpeg commands (-version, ...) are working, but I can’t seem to figure out where I have to place my fontfile.
My current command is as follows :
-i /path/to/video.mp4 -vf drawtext=fontfile=/users/shared/fonts/arial.ttf :text='Hello World' /path/to/output.mp4
I’ve tried a lot of variations and always received to following errors :
Fontconfig error : Cannot load default config file
[Parsed_drawtext_0 @ 0xecbfd420] impossible to init fontconfig
[AVFilterGraph @ 0xec9cc140] Error initializing filter ’drawtext’ with args ’fontfile=/users/shared/fonts/arial.ttf:text=Hello World’
Error reinitializing filters !
Failed to inject frame into filter network : Unknown error occurred
Error while processing the decoded data for stream #0:0
Conversion failed !Does anyone have a suggestion on how to get this to work ?
-
Where to place the fontfile for the FFmpeg drawtext-Filter ?
18 juin 2018, par jpGerhardI’m using the precompiled FFmpeg-Android by Bravobit (via gradle :
implementation 'nl.bravobit:android-ffmpeg:1.1.5'
; based on WritingMind’s) with the intention of drawing the current timestamp/location onto a .mp4 file. I am completely new to FFmpeg and have started with Android Studio a few months ago.Information :
- IDE : Android Studio
- OS : OSX 10.13.5
My problem :
I don’t know whether the fontfile needs to be in the Application path on my Phone, in the Android Studio directory or just on a location on my MacBook (so it gets compiled when running the application).
Basic FFmpeg commands (-version, ...) are working, but I can’t seem to figure out where I have to place my fontfile.
My current command is as follows :
-i /path/to/video.mp4 -vf drawtext=fontfile=/users/shared/fonts/arial.ttf:text='Hello World' /path/to/output.mp4
I’ve tried a lot of variations and always received to following errors :
Fontconfig error : Cannot load default config file
[Parsed_drawtext_0 @ 0xecbfd420] impossible to init fontconfig
[AVFilterGraph @ 0xec9cc140] Error initializing filter ’drawtext’ with args ’fontfile=/users/shared/fonts/arial.ttf:text=Hello World’
Error reinitializing filters !
Failed to inject frame into filter network : Unknown error occurred
Error while processing the decoded data for stream #0:0
Conversion failed !Does anyone have a suggestion on how to get this to work ?