
Recherche avancée
Médias (91)
-
DJ Z-trip - Victory Lap : The Obama Mix Pt. 2
15 septembre 2011
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (87)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)
Sur d’autres sites (10862)
-
Why don't VideoIntelligence end_time_offset values match for the same video ?
3 septembre 2022, par ProGirlXOXOWhen parsing the results of Google's Video Intelligence API, I've noticed that
speech_transcriptions
and all other annotation results are split into two separate list items withinannotation_results
. See the example output below.

Digging further, I've noticed they have slightly varied
end_time_offset
values.

- 

- Why are these
end_time_offset
values different ? I expect them both to show the exact same value since the exact same video is being analyzed for both sets of features. In some cases this value is off by more than a second. - Assuming this is not an error, which
end_time_offset
I trust if I want to determine the total duration of the video ? - Why is feature output split into two different list items ?








{
 "annotation_results": [
 {
 "input_uri": "<redacted>.mp4",
 "segment": {
 "start_time_offset": {},
 "end_time_offset": {
 "seconds": 57,
 "nanos": 849516000
 }
 },
 "shot_label_annotations": [],
 "shot_annotations": [],
 "explicit_annotation": {},
 "text_annotations": [],
 "logo_recognition_annotations": []
 },
 {
 "input_uri": "<redacted>.mp4",
 "segment": {
 "start_time_offset": {},
 "end_time_offset": {
 "seconds": 58,
 "nanos": 69333000
 }
 },
 "speech_transcriptions": []
 }
 ]
}
</redacted></redacted>


- Why are these
-
fftools/cmdutils : extend stream specifiers to match by disposition
15 septembre 2024, par Anton Khirnov -
error : No accelerated colorspace conversion found., vision_opencv stack in ros,avi video file processing
4 août 2017, par rajatWhen i try to run some custom node to process some .avi video i have this error : i guess this error is related to opencv , i have tried all the sloutions , even recompiled vision_opencv with FFMPEG flag on , and urgraded ffmped with —enable-shared —enable-gpl —enable-swscale , but still no luck .
[swscaler @ 0x842fa20]No accelerated colorspace conversion found.
[swscaler @ 0x848aa80]No accelerated colorspace conversion found.
Last message repeated 10 times
[swscaler @ 0x8497c80]No accelerated colorspace conversion found.
[swscaler @ 0x848aa80]No accelerated colorspace conversion found.
Last message repeated 10 times
[swscaler @ 0x8497c60]No accelerated colorspace conversion found.
[swscaler @ 0x848aa80]No accelerated colorspace conversion found.
Last message repeated 10 times
[swscaler @ 0x8495730]No accelerated colorspace conversion found.
[swscaler @ 0x848aa80]No accelerated colorspace conversion found.
Last message repeated 10 times
[swscaler @ 0x8492ae0]No accelerated colorspace conversion found.
[swscaler @ 0x848aa80]No accelerated colorspace conversion found.
Last message repeated 10 times
[swscaler @ 0x8492d00]No accelerated colorspace conversion found.
[swscaler @ 0x848aa80]No accelerated colorspace conversion found.
Last message repeated 10 times
[swscaler @ 0x8491c70]No accelerated colorspace conversion found.
[swscaler @ 0x848aa80]No accelerated colorspace conversion foundi can’t proceed with my project , until i sort this out and i already have wasted more than 10hrs on this problem , so if you guys think of any solution i would be glad to try it out .