
Recherche avancée
Autres articles (51)
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Les notifications de la ferme
1er décembre 2010, parAfin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
Les notifications de changement de statut
Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
À la demande d’un canal
Passage au statut "publie"
Passage au (...)
Sur d’autres sites (6311)
-
Full C++ example avlib\FFMPEG multi input video filtering [on hold]
30 juillet 2018, par Stefan PintilieI am asking a question and also answering to it, on how to apply a multi input video complex filter using FFMPEG/avlib/avfiler libraries. I am doing this in hope that will help you, since it took couple of days to dig into ffmpeg code source, understanding it, putting the pieces together and make it work. The same could be applied to audio filtering.
Everything starting from translating the following ffmpeg command into C++ code :
ffmpeg -i world.mp4 -i back.png -filter_complex "[0:v]pad=1280:1000:0:0:black[pad];[pad][1:v]overlay=140:720[out]" -map "[out]" -map 0:a output.mp4
Is basically stacking 2 videos on top of each other. The video from bottom has bigger width, so the final video file has the width of the bottom video and the height of all 2 together.
Anyway that is just an example, the code example I am going to give you it takes any number of input files and a complex filter description, then producing the output.
-
Revision 29e1b1a4b0 : tests : add API_REGISTER_STATE_CHECK used to wrap API functions to ensure full e
10 juillet 2014, par James ZernChanged Paths :
Modify /test/convolve_test.cc
Modify /test/dct16x16_test.cc
Modify /test/dct32x32_test.cc
Modify /test/decode_test_driver.cc
Modify /test/encode_test_driver.cc
Modify /test/fdct4x4_test.cc
Modify /test/fdct8x8_test.cc
Modify /test/idct_test.cc
Modify /test/intrapred_test.cc
Modify /test/partial_idct_test.cc
Modify /test/pp_filter_test.cc
Modify /test/register_state_check.h
Modify /test/sad_test.cc
Modify /test/sixtap_predict_test.cc
Modify /test/subtract_test.cc
Modify /test/variance_test.cc
tests : add API_REGISTER_STATE_CHECKused to wrap API functions to ensure full environment consistency as
opposed to the renamed ASM_REGISTER_STATE_CHECK which is used with
assembly functions.
currently checks the FPU tag word in x86/x86_64 gcc builds to ensure
emms has been called.Change-Id : Ie241772dbf903d33d516a1add4c8c6783f2e1490
-
CocoaPods could not find compatible versions for pod "mobile-ffmpeg-full" : In Podfile : ?
17 juillet 2020, par iOS

I'm getting above error when I try to add ffmpeg framework.


pod 'mobile-ffmpeg-full', ' > 4.3.2'


(OR)


pod 'mobile-ffmpeg-full', '4.3.2'


Frame work Git link : https://github.com/tanersener/mobile-ffmpeg