Recherche avancée

Médias (0)

Mot : - Tags -/logo

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (74)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike 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 (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (6375)

  • Frame extraction disparity between ffmpeg and media player

    17 avril 2012, par bean

    My goal is to allow frame extraction from a video at a chosen time. Unfortunately I'm only getting the frame I see most of the time !

    I am using ffmpeg to extract the frame with the following arguments :
    ffmpeg.exe -ss 00:01:13.000 -i INPUT.mp4 -vframes 1 OUT_%d.jpg
    Some of the time I will get the frame that I see in the player at that time (players I have tested have been VLC and flowplayer), and some of the time the frame will be at a slightly different point (miliseconds out !).

    I have also tried to accomplish the same by using mplayer but I was unsuccessful. Any ideas as to why would be appreciated.

  • ValueError : No valid stream found in input file. Is -1 of the desired media type ?

    20 juin, par Haozhe Xie

    While using torchcodec with the following code

    


    import torchcodec
file_path = "/path/to/episode_000000.mp4"
x = torchcodec.decoders.VideoDecoder(file_path, seek_mode="approximate")


    


    I got the following error :

    


    [rank0]:   File "/home/hzxie/Development/vla/utils/datasets.py", line 202, in _get_video_bytes
[rank0]:     x = torchcodec.decoders.VideoDecoder(vbytes)
[rank0]:   File "/home/hzxie/Applications/miniconda3/envs/lerobot/lib/python3.10/site-packages/torchcodec/decoders/_video_decoder.py", line 98, in __init__
[rank0]:     core.add_video_stream(
[rank0]:   File "/home/hzxie/Applications/miniconda3/envs/lerobot/lib/python3.10/site-packages/torch/_ops.py", line 723, in __call__
[rank0]:     return self._op(*args, **kwargs)
[rank0]: ValueError: No valid stream found in input file. Is -1 of the desired media type?


    


    How to solve this problem ?

    


  • avcodec : add Media 100i decoder

    21 septembre 2022, par Paul B Mahol
    avcodec : add Media 100i decoder
    
    • [DH] Changelog
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/codec_id.h
    • [DH] libavcodec/media100.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/isom_tags.c