
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (73)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 ;
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (10506)
-
Need Help PRO ffmpeg Python input multi video type in folder for overlay logo and output to only mp4 with same or random name please
29 août 2021, par noobherepleasehelpmeI need help please
I'm new to python and ffmpeg.


Now I use this basic command To use ffmpeg add a logo overlay to the video file.


import ffmpeg
main = ffmpeg.input('1.mkv')
logo = ffmpeg.input('logo.png')
(
 ffmpeg
 .filter([main, logo], 'overlay', 10, 10)
 .output('2.mp4')
 .run(overwrite_output=True)
)




It works very well, I found it on here.
But is it possible to have ffmpeg to input all mp4 or mkv files in a folder ?


or command ffmpeg Find all types of video files in the folder. (if possible)


and insert the logo with filter overlay as usual


and output to the original file name or random name


thanks please help me


-
Point to the tagged versions for downloads.
12 juin 2013, par blueimpPoint to the tagged versions for downloads.
-
libavcodec : Implementation of 32 bit fixed point FFT
3 juin 2013, par Nedeljko Babiclibavcodec : Implementation of 32 bit fixed point FFT
Iterative implementation of 32 bit fixed point split-radix FFT.
Max FFT that can be calculated currently is 2^12.Signed-off-by : Nedeljko Babic <nbabic@mips.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>- [DH] doc/mips.txt
- [DH] libavcodec/Makefile
- [DH] libavcodec/fft-fixed32-test.c
- [DH] libavcodec/fft-internal.h
- [DH] libavcodec/fft-test.c
- [DH] libavcodec/fft.c
- [DH] libavcodec/fft.h
- [DH] libavcodec/fft_fixed.c
- [DH] libavcodec/fft_fixed_32.c
- [DH] libavcodec/fft_float.c
- [DH] libavcodec/fft_init_table.c
- [DH] libavcodec/fft_table.h
- [DH] libavcodec/mdct.c
- [DH] libavcodec/mdct_fixed.c
- [DH] libavcodec/mdct_fixed_32.c
- [DH] libavcodec/mdct_float.c
- [DH] libavcodec/mips/Makefile
- [DH] libavcodec/mips/fft_mips.c
- [DH] tests/fate/fft.mak