Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (73)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • HTML5 audio and video support

    13 avril 2011, par

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

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (7465)

  • Re-Stream a MPEG2 TS PAL Stream with crtmpserver

    2 octobre 2011, par mblaettermann

    I want to build up some kind of stream wrapper :

    I own an old Dreambox PAL Sat Reciever with Networking. This stream I want to transcode to a lower resultion an restream it.

    My Goal is, to have a simple website, where this stream is embedded via rtmp.

    I thougt crtmpserver should be the right software. For now I have a site running and can play local files through jwplayer/crtmpserver.

    I am looking for a solution for this :

    httpUrl -> ffmpeg -> crtmpserver

    Is that possible ? May I redirect the output of ffmpeg to a filed pipe, and crtmpserver could grab that ? Or go with UDP ?

    Any hints appreciated !!! Thanks !!

  • 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;

  • ffmpeg binary installed but video play and decode error [closed]

    27 mars 2022, par irbad

    I built a website like YouTube but I have some errors that I can't solve. I upload a video with webm. Format, video uploaded successfully but not play. Ffmpeg binary already installed. Video converted to different formats (240p, 360p, 720p, 1080p, 2k) but not play. Please help me to solve this problem.

    &#xA;

    Thank you 😊 in advance

    &#xA;