
Recherche avancée
Autres articles (37)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (4460)
-
Missing ffmpeg https protocol : How to add https protocol in ffmpeg installed in Elastic beanstalk ?
24 novembre 2023, par threeFatCatI installed ffmpeg latest static build in my Elastic Beanstalk instance following this answer.


When I run my code in the server I got this message :


https protocol not found, recompile FFmpeg with openssl, gnutls or securetransport enabled.



I checked the buildinfo in https://johnvansickle.com/ffmpeg and
https
protocol is listed as supported, but when I run :

ffmpeg -protocols



https
is missing.

How do I proceed ?


-
Stop/cancel execution of FFmpeg command
5 juin 2018, par user155There is FFmpeg Static (binary) available for Android and we can stop/cancel some FFmpeg execution (command) while it’s doing something https://github.com/WritingMinds/ffmpeg-android-java/issues/33
But I want to use FFmpeg shared libraries and JNI, I found next library https://github.com/IljaKosynkin/FFmpeg-Development-Kit (it works ok)
But there is no option to stop execution of FFmpeg command (or killing the process)
We use Java native
run
method there to start execute some command :and then in C we call FFmpeg’s
main
method :C :
https://github.com/IljaKosynkin/FFmpeg-Development-Kit/blob/master/JNI/app/jni/videokit.c#L41How can I stop/cancel some FFmpeg executing after I called Java run and C main methods ?
-
How to force & by default subtitles FFmpeg
14 octobre 2023, par Rayhan RabbyUsing code : ffmpeg -i input.mp4 -i input.sub.Eng.srt -i input.sub.bn.srt -map 0 -map 1 -map 2 -c copy -c:s mov_text -metadata:s:s:0 language=eng -metadata:s:s:1 language=ben -disposition:s:0 -outpur.mp4