
Recherche avancée
Autres articles (80)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)
Sur d’autres sites (13513)
-
Android run ffmpeg sample program build error
1er avril 2021, par user10818319I ran the ffmpeg test decoding program in the Android program, and the error was reported as follows.


libavcodec/frame_thread_encoder.c:163: error: undefined reference to 'av_cpu_count'
 libavcodec/frame_thread_encoder.c:180: error: undefined reference to 'av_fifo_alloc_array'
 libavcodec/frame_thread_encoder.c:82: error: undefined reference to 'av_fifo_generic_read'
 libavcodec/h264_slice.c:1243: error: undefined reference to 'av_display_rotation_set'
 libavcodec/h264_slice.c:1244: error: undefined reference to 'av_display_matrix_flip'
 libavcodec/htmlsubtitles.c:29: error: undefined reference to 'av_parse_color'
 libavcodec/mlp.c:0: error: undefined reference to 'av_crc_init'
 clang++: error: linker command failed with exit code 1 (use -v to see invocation)
 ninja: build stopped: subcommand failed.



The ffmpeg version is 3.3.9, how can I solve this problem,
I don't understand why there is such a problem,


-
Creating an FFMPEG command for setting all videos to the same size and adding an watermark ?
27 octobre 2015, par DigiDuncanI’m writing a Java app that uses at some point an ffMPEG command in the console. This command needs to do the following :
- Take the input file from
DDTV/episodes-unconverted/example.[mpg/avi]
- Make it 1280x780. (If it’s 4:3, add pillar boxes, if it’s 16:9... just you know do nothing I guess)
- Add the watermark
DDTV/DDTVwatermark.png
at 10px from the bottom, and 10px from the right, at 33% transparency to the video. - Output it to
DDTV/episodes-converted/example.mpg
Thank you so much !
- Take the input file from
-
Creating an FFMPEG command for setting all videos to the same size and adding an watermark ?
23 avril 2024, par DigiDuncanI'm writing a Java app that uses at some point an ffMPEG command in the console. This command needs to do the following :


- 

- Take the input file from
DDTV/episodes-unconverted/example.[mpg/avi]
- Make it 1280x780. (If it's 4:3, add pillar boxes, if it's 16:9... just you know do nothing I guess)
- Add the watermark
DDTV/DDTVwatermark.png
at 10px from the bottom, and 10px from the right, at 33% transparency to the video. - Output it to
DDTV/episodes-converted/example.mpg










- Take the input file from