Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (83)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (10047)

  • The output video has lag at the concat position after spliting and concatenating multiple videos using ffmpeg [closed]

    8 août 2022, par Mohammad Amin

    I wanted to split a 24 minutes video into three videos and concatenating that three videos to make a new video with original codecs but the output video has lag at the starting position of the merged video and can be seen in the video, by the way i tried a lots of methods but they didn't work

    


    first i tried to split my video into three videos :

    


    ffmpeg -i the_19.mkv -ss 00:00:00.000 -to 00:09:40.455 -map 0  -acodec copy -vcodec copy first.mkv
ffmpeg -i the_19.mkv -ss 00:12:32.460 -to 00:16:41.667 -map 0  -acodec copy -vcodec copy second.mkv
ffmpeg -i the_19.mkv -ss 00:19:08.272 -to 00:24:02.775 map 0 -acodec copy -vcodec copy third.mkv



    


    I created a list.txt file to merge them

    


    file 'first.mkv' 
file 'second.mkv' 
file 'third.mkv'


    


    for concatenating i used the following ffmpeg command :

    


    ffmpeg -safe 0 -f concat -i list.txt -map 0 -c copy the_full_19.mkv


    


    I also tried to split video into segments based on key frames and also it didn't help,
i want output to be smooth after merging this videos how can i do that ?

    


  • ffmpeg - Dynamic letters and random position watermark to video ?

    7 août 2021, par sekmo

    I am making an online course, and to avoid piracy distribution I thought to put watermarks on the videos (including personal user information) so it cannot upload to sharing websites. Now the hard part : I would move the watermark during the video, in 3/4 random positions, every 30 seconds.
It is possibile with ffmpeg ?

    


  • ffmpeg - Dynamic letters and random position watermark to video ?

    2 avril 2016, par sekmo

    I am making an online course, and to avoid piracy distribution I thought to put watermarks on the videos (including personal user information) so it cannot upload to sharing websites. Now the hard part : I would move the watermark during the video, in 3/4 random positions, every 30 seconds.
    It is possibile with ffmpeg ?