
Recherche avancée
Médias (91)
-
DJ Z-trip - Victory Lap : The Obama Mix Pt. 2
15 septembre 2011
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (24)
-
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 (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...) -
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 (...)
Sur d’autres sites (4936)
-
High quality compression with cuda
6 février 2020, par AlexI want to convert
ffmpeg -i input.mp4 -maxrate 63317762 -bufsize 63317762 -map_metadata -1 -vcodec libx265 -c:a copy -crf 28 -color_range 2 output.mp4
into a command that uses cuda to speed the conversion process.
I tried
ffmpeg.exe -hwaccel cuvid -i input.mp4 -pix_fmt p010le -c:v hevc_nvenc -preset slow -rc vbr_hq -b:v 6M -maxrate:v 63317762 -bufsize:v 63317762 -c:a aac output.mp4
And it didn’t work.
I tried
ffmpeg.exe -hwaccel cuvid -i input.mp4 -c:v hevc_nvenc -preset slow -rc vbr_hq -b:v 6M -maxrate:v 63317762 -bufsize:v 63317762 -c:a aac output.mp4
and it worked, yet it set the bitrate for video to 6M.
I want ffmpeg to guess it based on content up to 63317762 bytes. Like a good tradeoff between quality and bitrate but below 63317762 bytes but also without visible block building and blurryness.
And with cuda.
Which command does that ?
-
Generating High Quality Video from Images with Audio and Transistions(C#)
18 octobre 2016, par M ImtiazI am Making a Windows Application to Create a Video from a set of Images, also i want to add Audio and Transition Affects.
i have searched Over the Internet and Found Some Libraries Like
AForge.NET(FFMPEG Based), Splicer(https://splicer.codeplex.com/) and FFMPEG itself Command Based here.i am able to create video using all of the above libraries but these have certain limitations or may be i dont know the usage
like1) AForge.Video.FFMPEG can create Video but there is
no Option to add Audio
2) FFMPEG Command Based can create Video from Images along with audio
but Transitions found were only Fade In, Fade out
(http://www.bogotobogo.com/FFMpeg/ffmpeg_fade_in_fade_out_transitions_effects_filters.php)3) Splicer.dll is working well it has All the Options for Adding Transitions and Audio but the
quality of Video is not satisfactory.
Now My Questions is how i can achieve my desired quality video along with Transitions and Audio from a set of Images.
Thank you -
Recommendations about FFmpeg filters to enhance video quality or fixes
2 juin 2021, par MapgI am developing a web application using FFmpeg, and I would like to know your recommendations about what filters (to be implemented as presets) my users could use to enhance the video image quality and fix the common video problems.


I have in mind for example to use the "Automatic Levels" filter (using "pp=al"), "Audio Level Normalization", some "Denoise" filter, and "Deinterlacing" filter.


But as you can see I only have in mind 4 filters while FFmpeg has a lot of them.


What filters could I add to a Set of Presets for my users ? Something useful. Like a Set of Swiss Army Knife tools.


I am looking forward to hearing your recommendations.


Any other tool or fix is good too, even using other software in the shell. No problem.


Thank you very much in advance !!


Mapg