
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 (69)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (7867)
-
vc1dec : fieldtx is only valid for interlaced frame pictures
31 janvier 2013, par Sebastian Sandberg -
ffmpeg : can't concat pictures into a video if -pix_fmt is specified
15 mars 2023, par rokuI'm trying to concat multiple images into an .mp4 video with ffmpeg. I'm storing the images and their outpoints in a list file like this :


file image1.png
outpoint 7.748208616780046
file image2.png
outpoint 26.714058956916098
file image3.png
outpoint 22.6253514739229



Then I create a video from them with this command :
ffmpeg -f concat -i images.txt merged.mp4
.

The problem is that the pictures have a transparent background and my command changes the transparency to the color black but I want to keep them transparent in the video too. I looked into it and it seems like the
-pix_fmt
flag should be used to achieve transparency but when I add the flag I get this output from my command (which is nowffmpeg -f concat -i images.txt -pix_fmt merged.mp4
) :

Trailing option(s) found in the command: may be ignored.
Input #0, concat, from 'images.txt':
 Duration: N/A, start: 0.000000, bitrate: N/A
 Stream #0:0: Video: png, rgba(pc, gbr/unknown/unknown), 900x184, 25 fps, 25 tbr, 25 tbn
At least one output file must be specified



I don't understand why it's not working since the structure of the list file stayed the same so it should be able to find the images the same way. Any ideas ?


-
vc1dec : Don’t attempt error concealment on field pictures
24 juillet 2012, par Michael Niedermayer