
Recherche avancée
Autres articles (16)
-
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...)
Sur d’autres sites (3118)
-
How do I decrease echo in an audio file using ffmpeg ?
23 juin 2019, par itisyeetimetodayI was using ARSS to convert audio to spectrograms then back. However, my files
https://drive.google.com/open?id=1X24eUOzOGa5uBUHFTtrSmzptIQTz-93l
are all echoey. How do I reduce the echo/reverb using ffmpeg or anything command line interface(for python scripting) ?
Note : I can upload originals if necessaryI have tried altering ARSS setting, mainly the brightness, however, 2.25 is the highest I can push it without introducing static, which would be even harder to remove, on top of the echo.
-
How can I use ffmpeg to convert all HEVC videos to h.264 videos only on linux ? [closed]
13 juillet 2022, par Jayden LoI am trying to import all my images and videos from Google Photos to Nextcloud. I used Google Takeout to download them, but some videos are in HEVC format, which is not supported by most devices. How can I batch convert all HEVC videos to h.264 ? I am using Ubuntu and here is my file structure :


./Photos/
 Image1.jpg
 Image2.jpg
 ...
 HEVC-Video1.mp4
 HEVC-Video2.mp4
 HEVC-Video3.mp4
 ...
 H.264-Video1.mp4
 H.264-Video2.mp4
 ...



Thanks in advance.


-
ffmpeg : Text rendered in a box with alignment
15 novembre 2019, par HemanthI’m trying to render text onto a video, using the drawtext option. I would like it to appear in a box of a certain dimension (smaller than the video dimensions). For example, if the video is of size 480x360, I would like to render text in a box of 100x100.
I need this text to be justify aligned (both the left and right margins should be aligned).
Is there some option in ffmpeg to do this ? If not, is there some open source library that can achieve the same ?