
Recherche avancée
Autres articles (31)
-
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 -
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 (...)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (2445)
-
FFmpeg not Working when double click [on hold]
29 janvier 2018, par Anime GAGI dont know describe this problem
watch video to know
https://drive.google.com/open?id=1gTHlwNnip2A7dG7ayZ7KTT4CbKX8Mmu0 -
encoding by using ffmpeg library
22 août 2013, par MustafeI am currently developing an application by using
ffmpeg
library. I have a problem with encodingpcm/raw
datas. In ffmpeg/encoding_decoding.c source code, at line 146 in this function :buffer_size = av_samples_get_buffer_size(NULL, c->channels, c->frame_size, c->sample_fmt, 0);
buffer_size
is being calculated. My function always returns -22 which states an error. After a little examanation I noticed that in line 1888 atavcodec.h
it is stated as following which shows the reason. SinceCODEC_CAP_VARIABLE_FRAME_SIZE
is set my function returns -22 and my program terminates. In this case the encoding code example inffmpeg
's website also could not work. How can I solve this problem ?encoding: set by libavcodec in avcodec_open2(). Each submitted frame except the last must contain exactly frame_size samples per channel. May be 0 when the codec has CODEC_CAP_VARIABLE_FRAME_SIZE set, then the frame size is not restricted. decoding: may be set by some decoders to indicate constant frame size
-
Android - Lightweight solution for image video watermarking
1er décembre 2015, par mtwainHow to add image on video not using ffmpeg but using some another approach ? What more lightweight solutions exists for simple putting image on video ?
I know few apps with this functionality that have very small size. What approach do they use ?