
Recherche avancée
Autres articles (14)
-
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 (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)
Sur d’autres sites (4243)
-
How to save video recording(webcam) and screen recording to directly Mp4 in windows ?
10 juillet 2019, par SaddamBinSyedI have an applicaiton which running as a windows service which is responsible for Recording the video/audio and screen capture as well.
now I am using DirectX lib and Aforge dll to save recorded file to AVI format which is not supported by HTML 5 so I am then converting the same to mp4 using NVideoConverter dll.
now I am facing high CPU utilization (30% -recording service) FFmpeg (30% conversion task).
So I wanting a solution/method to directly record as an MP4 format to get rid of conversion part as well as CPU utilization.
I couldn’t use FFmpeg directly to the record since when user logoff/signout the current recording will get corrupted.
So How can I record as an Mp4 in windows 7 and 10 ?
also, I came across that win10 default camera application is saving the recording directly as Mp4 file which is playing well in both IE and chrome.
so it means there is a way in windows 10.
If anyone implemented/knows about the same please advise me.
help highly appreciated.
thanks.
-
cmdutils : remove duplicate windows.h include
8 novembre 2016, par Michael Niedermayer -
How to configure —enable-libfreetype for FFMPEG on Windows 10 ?
14 août 2021, par LakshayI want to customize/remove timestamp from my FFMPEG recording.


I understand that I need to use the flag
:filter-v
or-vf
in my command.

On googling, it seems that I need to use the flag —enable-libfreetype, but the command

ffmpeg --enable-libfreetype ...
orffmpeg -enable-libfreetype ...


returns this error


Unrecognized option '-enable-libfreetype'.
Error splitting the argument list: Option not found 



Some answers on SO suggest to "compile" with the option —enable-libfreetype.


How to "compile" the libfreetype option ? I am using Windows 10.


I tried finding online for a solution but couldn't find anything.