
Recherche avancée
Autres articles (15)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (4975)
-
Legal issues regarding proprietary_codecs in Electron framework (libffmpeg)
18 juin 2021, par Manmohan SinghWe're in the process of building and deploying a desktop based app on electron v 12.0.7. It'll be a (free) commercial software deployed to 2-3M users worldwide.
Recently our legal team enquired about the proprietary codecs bundled with chromium and I thought the best way to confirm this would be to reach out here.


So, here're specific things that I need help with :


- 

-
Are we shipping chromium with proprietary codecs ? If yes, what are potentially contentious codecs that come by default in chromium bundled with electron v 12.0.7 ?


-
Is there any documentation around how the electron team builds chromium (with what flags) ?


-
Is the default libffmpeg.dylib/dll bundled with electron building ffmpeg with support for things like H.264 and MP3 codecs ?


-
I noticed there are libffmpeg binaries available with each electron build, e.g. https://github.com/electron/electron/releases/download/v12.0.7/ffmpeg-v12.0.7-darwin-arm64.zip . What's the purpose of this binary ?












Any help would be appreciated.


-
-
avutil/softfloat : Assert that the exponent did not overflow the legal range in av_nor...
8 novembre 2015, par Michael Niedermayer -
ffmpeg - Replace one word audio in video at different specific timeline [duplicate]
17 décembre 2019, par SiddharthThis question is an exact duplicate of :
How can i replace one word (newyork to be replaced by california) throughtout the video where speaker says "Newyork". I want that "Newyork" word to be removed from the audio (while keeping video intact) and insert "california" throughout the video at different places.
I have an audio file where speaker says "California" which i want to replace with "newyork" word.
How can i do that using FFMPEG ?