Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (73)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (7940)

  • ffmpeg, libav : Recording RTSP at reduced frame rate without re-encoding

    6 janvier 2021, par synchronice

    I'm trying to record a chunk of an RTSP video stream (say 5 minutes) to an mp4 file. The RTSP video stream is H.264 encoded and at 30 FPS. I'd like to record it at 10 FPS by dropping frames, without re-encoding (benefit : uses less CPU, lossless).

    


      

    • Is this possible ?
    • 


    • How do I do this ? Examples using the libav libraries are most useful since I'm writing an application, but an ffmpeg command is also helpful.
    • 


    


    Thanks in advance.

    


  • FFMPEG with python : Only audio is playing when trying to replace the audio in video

    5 mai 2021, par Danny

    Hey guys I am a noob with ffmpeg and trying to replace the audio with a new audio, I have gone through some SO questions and still having trouble solving the problem. As of now, I am getting only the audio with the specified duration and only able to play it in vlc player. The video is not showing.

    


    Can someone tell me how to properly do it ?

    


    This is the command.

    


    process = subprocess.call([settings.VIDEO_ENCODING_FFMPEG_PATH, 
                "-probesize", "10M", "-i", input_file_path, "-i", input_audio_path, "-crf", "28",
                "-ss", 0, "-t", 50, "-vcodec", "libx264", "-b:v", "4M", "-preset", "medium",
                "-map", '0:v', "-map", "1:a", "-b:a", "64k", output_file_path])


    


    Thanks in advance.

    


  • Create DVD-Video Menu's with ff-mpeg

    28 février 2012, par Bat Masterson

    Is it possible to create a DVD-Video Menu with ff-mpeg only ?

    I may be misunderstanding but I don't think that ff-mpeg alone is capable of creating a dvd menu.

    I've found some examples using ff-mpeg and various other tools but nothing solely ff-mpeg. The other tools are all linux and I'm stuck in windows.

    If someone would clear that up for me that would be great. Also if you know of a library for creating dvd menus or a command line utility would also help.

    Thanks In Advance