
Recherche avancée
Médias (21)
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (111)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (4915)
-
Dynamic watermark on Moodle videos
20 janvier 2023, par Jose A. MataránI am a novice moodle administrator and, in addition, they ask me for things that I think are out of the ordinary. My users need their videos to have a dynamic watermark to prevent piracy.


I have evaluated some options, such as VDO Cipher, but they seem too expensive for a training that is offered almost free of charge.


Can you advise me something else ? In addition to being an administrator, I am an application architect and maybe I could do a custom development, maybe using fmpeg or similar.


What do you recommend ?


-
Encoding all videos to MP4 and lowering resolution with Ubuntu
14 avril 2014, par Mauro ValvanoI have a web server based on Ubuntu 12.04, the user can upload a video (whatever the format/container/codec it is) then i want to convert it to an MP4 video. I tried ffmpeg without good result (and now it is also deprecated).
How i can do this ?
The important is also to reduce the resolution for HD videos for reduce video's size.
Thank you in advance.
-
How to concatenate two or more videos with different framerates in FFMpeg ?
10 septembre 2021, par Tik0I have multiple (> 100) videos with various constant frame rates (e.g. 7 FPS, 8 FPS, 16 FPS, 25 FPS) but same codecs and resolutions.
I want to concatenate (using ffmpeg concat) them into one video with a variable frame rate (VFR), so that the concatenated video plays every part with the respective framerate.
Until now, I only managed to concat all files to a single video with a constant (CFR) of eg. 25 FPS.
This as the downside, that all parts with <25 FPS play faster.
I use
-vsync 2 -r 25
to try to tell ffmpeg to use VFR with a maximum FPS of 25, butmediainfo
reports a video with CFR of 25 FPS.
If I just use-vsync 2
(without-r
), I get a VFR video output, but,mediainfo
reports that it is a video with minimum 11.9 FPS and maximum 12 FPS (so kind of mean FPS of all videos).
How do I concat various videos to a single VFR video ?


Here is the command I used :



ffmpeg -y -vsync 2 -r 25 -f concat -safe 0 -i /tmp/filelist.txt -c:v h264_omx -pix_fmt yuv420p -b:v 524231 -maxrate 524231 -bufsize 1048462 -an /tmp/${DATE}.mp4




I use
ffmpeg version 3.2.12-1~deb9u1+rpt
on(Raspbian 6.3.0-18+rpi1+deb9u1