
Recherche avancée
Autres articles (99)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
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
Sur d’autres sites (14289)
-
FFmpeg create boomerang GIF effect from video trimmed Flutter
3 septembre 2022, par nicoverI have a 45seconds video file which I want to create a boomerang GIF from a trimmed part of the video, let's say from 20s to 23s.


I tried to run in flutter a basic GIF command :


" -i $videoInput -filter_complex ${"[0]reverse[r];[0][r]concat=n=2:v=1:a=0"} $gifOutput";



But it was crashing every time without a short video file (OOM) :


INFO: frame= 362 fps= 15 q=-0.0 size= 162048kB time=00:00:12.06 bitrate=110074.4kbits/s speed=0.514x
INFO: Skipping NAL unit 62
INFO: Skipping NAL unit 62
INFO: Skipping NAL unit 62
INFO: Skipping NAL unit 62
 * thread #50, queue = 'com.apple.root.default-qos', stop reason = EXC_RESOURCE RESOURCE_TYPE_MEMORY (limit=3072 MB, unused=0x0)
 frame #0: 0x0000000250474d60 libsystem_platform.dylib`__bzero + 64
libsystem_platform.dylib`__bzero:
-> 0x250474d60 <+64>: dc zva, x3
 0x250474d64 <+68>: add x3, x3, #0x40
 0x250474d68 <+72>: subs x2, x2, #0x40
 0x250474d6c <+76>: b.hi 0x250474d60 ; <+64>
Target 0: (Runner) stopped.



Questions :


- 

-
Can the video be trimmed and the boomerang GIF created in the same command ?


-
Can the GIF in the same command be scaled down (as compression for low res files) ?


-
Can preset like
veryfast
ormedium
be used for GIF creation or only for video ?









Thanks in advance for any help


-
-
RTSP Live Streaming in iOS
19 février 2015, par Ashok LondheHow to create Live Streaming ip camera using RTSP Protocol. To connect to ip Camera use ip address of camera , Username and Password.
if anyone know how to do it please give the solution.i have search more then i understand ios not directly support the RTSP Live streaming so that first RTSP is Converted into Http Streaming.
OR
use ffmpeg Library but i don’t know how to use it.Thanks in Advance...!!!
-
Receiving RTP streaming
8 décembre 2017, par Thomas MarquesI’m new to development with support for multimedia content on android. I need to receive an RTP streaming multicast on an android device.
I’m already sending the streaming from another android device with ffmpeg using this library.
Does anyone know of any library or any form of streaming ? Even by ffmpeg itself if possible.