
Recherche avancée
Médias (16)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (49)
-
L’agrémenter visuellement
10 avril 2011MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté. -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (5910)
-
ffmpeg smooth video upscaling
21 janvier 2013, par bbbonthemoonI've got some old videos in 320x240 that I want to upscale to 640x480
DISCLAIMER : I know upscaling always ruins quality.
My problem is that, "regular" upscaling options in ffmpeg(-s or scale filter) always give much worse results comparing to manual resizing in any media player when watching video(Resize 2:1 option in Ubuntu's Movie Player for example). So, it's clear that there are better algorithms, which are used by the player to upscale the video. I just dont know how ta make ffmpeg use them, I'm newbie video converter :-) I need your help with converting options for ffmpeg for smooth as possible upscale.
Thanks in advance ! -
I need to find the progress of the task being done by ffmpeg.exe and redirect it to the progress bar in my windows forms application ?
22 avril 2019, par Malindu DilankaI am creating a simple video converter using ffmpeg.exe tool. So, in order to display the progress of the conversion, I need to grab the output of ffmpeg cmd output and then transfer it to my textbox in the windows forms application. Or, maybe I could get the progress of the ffmpeg task and transfer it to a progress bar. How can I do any of these ?
I tried using 2> something.txt to save the output from cmd inline with the command. But, when reading it, I am not able to update textbox.
-
FFMPEG Inverted colors in some pictures while converting tif to png
28 mai 2021, par Mounia JaitiI have an issue with FFMPEG converter from tif to png, not all the pictures are converted correctly some are being converted with inverted colors. Basically the pictures we're using are black and white.
we can't use negate cause it will be applied to all the pictures even those who were converted correctly


ffmpeg -y -v verbose -i in_file.tif -vf negate out_file.png 



What parameters should I look for so that the command would be applied to the pictures presenting the bug only ?