
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (19)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (...)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (3083)
-
FFmpeg command to transcode video in order to bypass YouTube Content ID
18 août 2015, par 阿尔曼This is the code I use to crop and add subtitles to the video :
ffmpeg -y -i VTS_01_1.VOB -filter_complex "[0:v] crop=720:432:0:72 [crop]; [crop] ass=VTS_01.ass" -c:v libx264 -c:a aac -strict -2 output.mp4
and this is the result I published on YouTube :
https://www.youtube.com/watch?v=8vwUFO9uF-U
My problem : Some of the videos received Content ID claim and were blocked in 244 countries, for example :
https://www.youtube.com/watch?v=IVt24GLmfVY
My question : Is it possible to transcode video a little bit with FFmpeg in order to bypass YouTube Content ID and how to do it ?
-
how to add beat and bass effect in video using ffmpeg command ?
8 avril 2021, par Hit_Vari want beat effect on video and i am using ffmpeg command for beat effect i was used this below command for beat effect black and white and original color after 2 sec looping but not this work this command only create black and white video ffmpeg -i addition.mp4 -vf hue=s=0 output.mp4


So please, suggest any solution.


I want make video like youtube.com/watch ?v=7fG7TVKGcqI plaese suggest me


Thanks in advance


-
Avoid intermediate bitcount for number of bytes in PutBitContext
25 mars 2021, par Andreas RheinhardtAvoid intermediate bitcount for number of bytes in PutBitContext
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
- [DH] libavcodec/aacenc.c
- [DH] libavcodec/alacenc.c
- [DH] libavcodec/asvenc.c
- [DH] libavcodec/cbs.c
- [DH] libavcodec/cfhdenc.c
- [DH] libavcodec/cljrenc.c
- [DH] libavcodec/dca.c
- [DH] libavcodec/dcaenc.c
- [DH] libavcodec/ffv1enc.c
- [DH] libavcodec/flacenc.c
- [DH] libavcodec/hevc_ps_enc.c
- [DH] libavcodec/lzwenc.c
- [DH] libavcodec/magicyuvenc.c
- [DH] libavcodec/mjpegenc.c
- [DH] libavcodec/mjpegenc_common.c
- [DH] libavcodec/mlpenc.c
- [DH] libavcodec/mpeg12enc.c
- [DH] libavcodec/mpeg4videoenc.c
- [DH] libavcodec/mpegaudioenc_template.c
- [DH] libavcodec/mpegvideo_enc.c
- [DH] libavcodec/proresenc_anatoliy.c
- [DH] libavcodec/rpzaenc.c
- [DH] libavcodec/sbcenc.c
- [DH] libavcodec/sonic.c
- [DH] libavcodec/svq1enc.c
- [DH] libavcodec/tests/cabac.c
- [DH] libavcodec/ttaenc.c
- [DH] libavcodec/vorbisenc.c
- [DH] libavcodec/wavpackenc.c
- [DH] libavcodec/wmaenc.c
- [DH] libavcodec/xsubenc.c
- [DH] libavfilter/vf_signature.c
- [DH] libavformat/latmenc.c
- [DH] libavformat/movenc.c