Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (29)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (4716)

  • Converting .360 video (Go Pro Max) to 360 MP4 video ? [closed]

    5 juin 2024, par Curious_Mate

    I am trying to create a script that will convert my .360 videos into 360 MP4 format, but it does not seem to work properly. When I scroll through the video, it looks like I am in a black hole or like I am moving with "warp speed" :)

    


    Can anyone help me with the parameters ? The goal is to convert them using ffmpeg instead of the traditional export from GoPro Player.

    


    Here is the Python script so far :

    


    `import os
import subprocess

# Define the root directory to start from and the path to ffmpeg
root_path = r"C:\Videos"
ffmpeg_path = r"C:\Programs\ffmpeg\bin\ffmpeg.exe"

for root, dirs, files in os.walk(root_path):
    for file in files:
        if file.endswith(".360"):
            full_path = os.path.join(root, file)
            output_file = full_path.replace('.360', '.mp4')

            subprocess.run([
                ffmpeg_path, '-y', '-i', full_path,
                '-vf', 'v360=input_stereo=mono:output=equirect:interp=linear',
                '-c:v', 'libx264', '-crf', '23', '-preset', 'fast',
                '-pix_fmt', 'yuv420p', 
                '-map_metadata', '0', 
                '-metadata:s:v', 'stereo_mode=mono', 
                '-metadata', 'projection=equirectangular', 
                '-an',
                '-vf', 'scale=3840:2160',
                output_file
            ])

            print(f"Converted: {output_file}")

print("All video conversions complete.")`


    


    I tried the script above, but the export quality was not what I needed. The video is distorted, so I need a way to automate the export of many videos from .360 to .mp4. The native GoPro Player app has a functionality for batch export, but it constantly crashes.

    


  • Revision 30966 : eviter le moche ’doctype_ecrire’ lors de l’upgrade

    17 août 2009, par fil@… — Log

    eviter le moche ’doctype_ecrire’ lors de l’upgrade

  • Revision 33365 : ajout d’un modèle pour afficher les tags d’un auteur (necessite le plugin ...

    28 novembre 2009, par brunobergot@… — Log

    ajout d’un modèle pour afficher les tags d’un auteur (necessite le plugin nuage)