
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (47)
-
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (9125)
-
How to convert High bitrate MP3 to lower rate using FFmpeg
28 mars 2024, par user4571931We want to convert 320kbps mp3 file to 128kbps mp3 so currently we are using below ffmpeg command but its not working.



ffmpeg -i input.mp3 -codec:a libmp3lame -qscale:a 5 output.mp3




Result :-the output bitrate same as input mp3.



And we are following the FFmpeg Encoding guideline for that here is the link :- https://trac.ffmpeg.org/wiki/Encode/MP3



so please suggest any solution.


-
ffmpeg only shows one Image ?
8 juillet 2021, par m_so99Here are the images I have in my folder :


img001.png
img002.png



They are stored in
c:/frames
.

Because that my frames are not shown correctly, used the FPS filter video shown below (documentation from https://trac.ffmpeg.org/wiki/Slideshow) :


ffmpeg -r 1/5 -i img%03d.png -c:v libx264 -vf fps=25 -pix_fmt yuv420p out.mp4



I tried running on my VLC media player but it still doesn't work. It only shows one image.


-
Encoder for FLV ffmpeg
13 mars 2014, par user2171669I need to grab desktop and write it to FLV video using ffmpeg. I need low CPU usage, but also need text to be recognizable.
Also I see, that many players (f.e. OSFLV) doesnt support H264 FLV.
1. Which codec should I choose ?
2. Which encoder should I use ?
See please (http://en.wikipedia.org/wiki/Flash_Video, 'Support for audio and video compression formats in Flash Player and in Flash Video' TABLE).
If I am wrong somewhere (I am newbie), forgive me please. Thanks in advance.