
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 (68)
-
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 ;
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, 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 (...)
Sur d’autres sites (14706)
-
Revision 71541 : Lors de la récupération du logo d’un document original, s’il y a rotation ...
3 avril 2013, par kent1@… — LogLors de la récupération du logo d’un document original, s’il y a rotation dans les meta, on tourne le logo pour qu’il représente la vidéo qui sera lue
-
FFMPEG 1080p50 to 1080p25 bad channel logo [on hold]
16 mars 2018, par SambirI try to run ffmpeg and gpu encoding. The input stream is 1080p50 (which is 1080i50 to 1080p25 and then to p50 again). I want to transcode this @ 1080p25 but the output is not really smooth. The corners of the channel logo are not smooth and when small letters goes across the screen they are not smooth aswell.
But when transcode @ 1080p50 then all is fine. But you can see the logo shaking. Its like running @ 720p50.
Is there a way i can make the logo look smooth @ 1080p25 ? I tried using vf yadif and it helped a bit but the logo is a bit blurry now.
With gpu deinterlacing it’s worse.
This is my current command line
ffmpeg.exe -vcodec h264_cuvid -i rtmp://192.168.2.3:8001/input/channel -map 0:0 -map 0:1 -vf yadif=1 -acodec libfdk_aac -b:a 96k -c:v h264_nvenc -gpu 0 -preset llhq -vprofile high -rc:v vbr -qmin:v 26 -qmax:v 32 -b:v 4M -maxrate 4M -bufsize 8M -threads 0 -r 25 -g 100 -f flv rtmp://192.168.2.3:8001/input/test10.stream
-
FFmpeg to create a custom time stamp with suffix (mins, hrs, days) and user defined time between frames
14 juillet 2021, par Block IslandI am looking to use FFmpeg (or something similar) to overlay a time stamp on videos.


I want it to have similar functionality to the timestamper plugin from ImageJ (I can't use ImageJ for this as it does not allow for large video files).


I'd like to be able to enter a starting time, a time between frames and a suffix. My video is made up of an image taken every 10 minutes for 20 days and I want to overlay the day as the video is playing. So for this, I'd like frames 1-144 (144 images per day) have 0 days in the corner of the video, frames 145-289 to have 1 days in the corner, and so on.