
Recherche avancée
Autres articles (55)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs. -
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 (...)
Sur d’autres sites (10826)
-
Why i can't use libx264 with FFMPEG on windows ?
29 octobre 2020, par Reboot_My_ComputerHello there


I'm trying to build game launcher that will start streaming when game starts, for this i am using FFMPEG.
It all works fine until i try to use libx264 as encoder.I have FFMPEG with libx264 compiled from https://github.com/BtbN/FFmpeg-Builds/releases. This is the command i am using for it :


ffmpeg -f gdigrab -c:v libx264 -framerate 30 -i title="FiveM" -f flv rtmp://MYSITE.COM/stream/MYSECRETKEY



Unfortunately i get this output :
FFMPEG OUTPUT


You can clearly see in output picture that FFMPEG is compiled with libx264, please note that i'm doing this on Windows 10.


-
Add watermark text on mkv video using ffmpeg windows version [on hold]
27 mars 2015, par sajjad hosseiniI want to add a watermark text to a mkv video using ffmpeg windows version .
I want the watermark to be like a subtitle that starts on minute 2 and lasts for 30 seconds and says : copyright to mysite.com . I tried mkvmerge to add a subtitle but it can be easily deleted by others , so now i’m relying on ffmpeg to do this for me . Can anyone help me with the process ? I want the watermark to be actually on the video and can’t be deleted using mkvmerge . -
Building ffmpeg for Windows with MSYS and MinGW
27 février 2014, par Tech JerkI am trying to build ffmpeg for windows (Xp - SP2) as given here.
./configure -–extra-cflags=”-mno-cygwin -mms-bitfields” -–extra-ldflags=”-Wl, -add-stdcall-alias” -–enable-memalign-hack -–enable-shared -–disable-static -–target-os=mingw32
The above command is placed in a
myconfig
file as instructed and when i run./myconfig
, the following error is displayed :Broken Shell detected. Trying alternatives.
Trying Shell bash
Unknown option "-–extra-cflags=-mno-cygwin".As suggested in the link i tried various options but still i was not able to succeed.
My environment is Win XP with :
- MinGW-5.1.6,
- bash-2.05b-MSYS,
- MSYS-1.0.10,
- ffmpeg-0.5
EDIT :
After certain changes in the above command by referring howto i was able to successfully run the make command and i found the following DLL's in their respective directory
- ffmpeg\libavcodec\avcodec-51.dll
- ffmpeg\libavformat\avformat-51.dll
- ffmpeg\libavutil\avutil-49.dll
But i didn't see any ffmpeg\ffmpeg.exe file :(
What could have gone wrong ?