
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (34)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (...) -
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 (4672)
-
FFMPEG image crop issue from video taking from ipad device [on hold]
27 février 2015, par DevI am using ffmpeg for crop images from video.My issue when i am taking video from ipad device under portrait mode then my image alignment is not correct
-
FFMPEG thumbnail image gives black image
24 mars 2015, par user3772344I am trying to get the thumbnail image of video using ffmpeg. but for some of the video it shows the black image. I have done the following code.
KxMovieDecoder * decoder = [[KxMovieDecoder alloc] init];
[decoder openFile:videoURL error:nil];
gHistory = [[NSUserDefaults standardUserDefaults]objectForKey:[decoder.path lastPathComponent]];;
NSArray *ar = [decoder decodeFrames:1.0f];
KxMovieFrame *frame;
for (KxMovieFrame *frames in ar)
{
if (frames.type == KxMovieFrameTypeVideo) {
frame = ar.lastObject;
break;
}
}
KxVideoFrameRGB *rgbFrame = (KxVideoFrameRGB *)frame;
UIImage *imageKX = [rgbFrame asImage];I don’t know whats the wrong in this method
-
Read Media File Header and Black Frames [closed]
4 mai 2015, par AsimI want to read header of ".MXF " or MOV files using FFMPEG API’s and also want to know how many black frames are in this file. Please help us to find the Solution. Actually my Scnario is i am developing application who could read my media files("Filename.MXF") and give me the Header information and also want to know how many black Frames are in the particular media file