
Recherche avancée
Médias (3)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
Autres articles (111)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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 (12631)
-
how to set Duration, framerate, bitrate etc for an empty video file without encoding frames, audio in it
27 février 2019, par Deepak PrajapatiMy aim is that I have a video which do not contain any properties Details so i want to add properties to this video and make it playable
Look images, In properties detail section there is no property and there value
please fix it because i tried to find solution
Also i don’t have enough knowledge
THANKS IN ADVANCE STACKOVERFLOW -
FFMpeg Android : libvideokit.so library failed to load
7 décembre 2015, par mhl1291I am Working on taking a picture from video
I am using FFMpeg Library downloaded from hereIt Works Perfectly but in some device i got the message "libvideokit.so load Fail" and then crash the application
any solution for this ?Thanking you in advance
-
How to set max bitrate and max frame rate in ffmpeg ?
28 août 2014, par Swapnil DalviI am using ffmpeg to convert my mp4 format video with Specific set values :
"audio_bitrate" : 128,
"audio_sample_rate" : 44100,
"height" : 720,
"width" : 1280,
"max_frame_rate" : 30,
"max_video_bitrate" : 1500
How to set limit to frame rate and bitrate ?
I want to know how to write command with these limitations ?thanks in advance