
Recherche avancée
Autres articles (111)
-
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 (...)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Prérequis à l’installation
31 janvier 2010, parPréambule
Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
Il (...)
Sur d’autres sites (10555)
-
ffprobe output frame with read_intervals no match given time range
6 juillet 2016, par scott1028I have read ffprobe document at here.
I don’t know why my first time of the frame is 11.745 seconds, even given "-read_intervals 12%13". (12sec 13sec )
$ ffprobe -i chrome.webm -show_frames -select_streams v:0 -read_intervals 12%13 -hide_banner -loglevel panic
[FRAME]
media_type=video
stream_index=0
key_frame=1
pkt_pts=11745
pkt_pts_time=11.745000
pkt_dts=11745
pkt_dts_time=11.745000
best_effort_timestamp=11745
best_effort_timestamp_time=11.745000
pkt_duration=33
pkt_duration_time=0.033000
pkt_pos=717643
pkt_size=5864
width=480
height=270
pix_fmt=yuv420p
sample_aspect_ratio=1:1
pict_type=I
coded_picture_number=0
display_picture_number=0
interlaced_frame=0
top_field_first=0
repeat_pict=0
[/FRAME]
... -
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