Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (69)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

Sur d’autres sites (10327)

  • ffmpeg split video's audio/video sync problem

    30 janvier 2019, par Jabs

    My problem is that when i have split one video with equal length by -ss and -t ffmpeg command then in all chunk’s audio are drifts(means only audio play well but video display after 2 or 3 seconds - means video is paused or async). I want to resolve splitted videos audio/video sync problem.

    Can anybody help me to resolve this kind of issue ?

  • ffmpeg overlay two video second video transparent visible sub-title

    18 octobre 2020, par cleanguy

    I have two video : video1 without subtitle and video2 with sub-title burned video I want to merge overlay and put the second video2 transparent video and leave only the white sub-title that appears visible it is possible with ffmpeg

    


  • Create Seamless Video and Crop Video in one command

    27 avril 2019, par Zeeshan Sheikh

    I have a ffmpeg command that convert a video for seamless loop. But now i want to crop Video as well in same command.
    is there any solution to do crop video 720x720 in same command

    —Seamless Commmand—

    ffmpeg -i video.mp4 -filter_complex [0:v]split[body][pre] ;[pre]trim=duration=1,format=yuva420p,fade=d=1:alpha=1,setpts=PTS+(28/TB)[jt] ;[body]trim=1,setpts=PTS-STARTPTS[main] ;[main][jt]overlay -c:v libx264 -strict experimental out.mp4