
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (103)
-
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 -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
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 (8124)
-
FFmpeg Build ERROR (/usr/bin/ln : failed to create symbolic link 'libavutil.so' : No such file or)
11 février 2018, par BW-EagleI’m not expert on building c-files.
I want to use custom ffmpeg in my anndroid app.
But I have the below problem when building ffmpeg package with MinGW and NDK-R14bAfter running bash command, after a while finally it reaches this error :
/usr/bin/ln: failed to create symbolic link 'libavutil.so': No such file or directory
make: *** [libavutil/libavutil.so] Error 1
make: *** Waiting for unfinished jobs....I know that the problem must be about to LINKER but I can’t fix it.
Any help would be appreciated.
-
Using NReco FFMpegConverter in an azure function or in a azure web job
10 septembre 2020, par Manojb86Currently, I'm working on POC which converts h264 stream to MP4 file. I'm using NReco FFMpegConverter for that purpose and also use the Azure Cloud Service to host my service.

This Azure Cloud Service capture concurrent streams and convert the respective MP4 file. From the testing of this app so far I realize better to use Azure Function or Azure WebJobs to use only for the conversion of H264 stream to MP4 file. Then cloud service has more room to handle concurrent streams.

That I want to know, Is it possible to use NReco FFMpegConverter in Azure Function or Azure WebJobs without an issue ? are there any special configurations to consider because FFmpeg runs in a separate thread with NReco FFMpegConverter ?


-
How to mix multiple audios from the end ?
24 avril 2020, par Vijay Singh KholiyaIn my project I have a feature of recording the meeting which is in a form of group discussion consisting of multiple attendees. All attendees will be having their own personal system and they will be accessing that web app through their personal account. Their is one meeting controller(only one person) who starts the recording and for every attendee whether he is present in the same room or is remote, their microphone will be opened and recording will be stored in
S3 bucket
.


Since I need a single audio file which consists of the whole meeting recording, so I am using
SOX
for this. But the problem is, what if any attendee attends meeting in between the discussion so he's audio recording length will be smaller than everyone else.


Since I am
mixing
the audio files to get one file, but for this late commer attendee the mixing will be wrong. So how can I mix the audios from the end instead of starting ?