Recherche avancée

Médias (91)

Autres articles (81)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP 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, par

    Le 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 (6522)

  • lavc/parser : export field order if not already set

    20 septembre 2016, par Rodger Combs
    lavc/parser : export field order if not already set
    

    Some codecs set this in the parser, but not the decoder

    • [DH] libavcodec/parser.c
  • Use "text/x-tmpl" instead of "text/html" as type for the template script sections.

    14 février 2012, par Sebastian Tschan

    m index.html m test/index.html Use "text/x-tmpl" instead of "text/html" as type for the template script sections.

  • reverse Video : Moviepy Error, by using time.mirror

    22 août 2023, par stelidakis

    im desperately trying to reverse a movie with moviepy by using .time_mirror.

    


    from moviepy.editor import *
import moviepy.video.fx.all as vfx
# Load the video
video = VideoFileClip("/videos/uncut/videogames/other/001.mp4")


popreversed_video = video.fx(vfx.time_mirror)

# Save the reversed video
reversed_video.write_videofile("videos/cut/videogames/other/001_rev.mp4")

print("done")


    


    but im always getting this error :

    


    MoviePy error: failed to read the first frame of video file /videos/uncut/videogames/other/001.mp4. That might mean that the file is corrupted. That may also mean that you are using a deprecated version of FFMPEG. On Ubuntu/Debian for instance the version in the repos is deprecated. Please update to a recent version from the website.&#xA;  File "/Shorts Project/codefiles/video_play_and_rewinde_test_001.py", line 11, in <module>&#xA;    popreversed_video = video.fx(vfx.time_mirror)&#xA;OSError: MoviePy error: failed to read the first frame of video file /videos/uncut/videogames/other/001.mp4. That might mean that the file is corrupted. That may also mean that you are using a deprecated version of FFMPEG. On Ubuntu/Debian for instance the version in the repos is deprecated. Please update to a recent version from the website.&#xA;</module>

    &#xA;

    the funny thing is, moviepy is installed, uninstalled, reinstalled and updated.&#xA;further, ffmpeg is installed, uninstalled, reinstalled, updated.

    &#xA;

    but stimm its not working.

    &#xA;

    Please help

    &#xA;

    Thank you

    &#xA;

      &#xA;
    • pip install moviepy
    • &#xA;

    • pip uninstall moviepy
    • &#xA;

    • pip install ffmpeg
    • &#xA;

    • pip install ffmpeg-python
    • &#xA;

    • brew install ffmpeg
    • &#xA;

    • pip uninstall ffmpeg
    • &#xA;

    • pip install —upgrade moviepy
    • &#xA;

    &#xA;

    probably not in this order, but everything is on the currently newest version.&#xA;Operator : MacOs

    &#xA;