Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (65)

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

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

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

Sur d’autres sites (5220)

  • Server-side video editing

    23 novembre 2020, par oscarm

    This is what I need to do on a server.

    



    Let's say that I have 3 video files :
video1.avi 2 minutes -> 640x320
video2.avi 1 minute -> 640x320
video3.avi 1 minute -> 640x320

    



    I need to create video4.avi, that will be 2 minutes long and 1280x320, Containing the videos side by side (horizontally).I need video2 and video3 to be at the right side of video 1. Video3 should start after video video2 ends.

    



      

    • I need to do this at the server side.
    • 


    • Be able to compose video/audio without overlapping.
    • 


    • Be able to add several small video clips to the right side of the longer video.
    • 


    • This should be a command line tool.
    • 


    



    What can I use to accomplish this ?

    



    First thing I thought was FFMPEG and Image Magick. Export the audio with FFMPEg and compose the video frames (exported by FFMPEG) into single images. I know I can generate a video file from frames and audio, but I don't know if it's possible to sync the audio files and compose them (video1's and videos2's audio should be mixed, play simultaneously).

    



    Any ideas ?

    


  • How Can I Create Thumbnail From Video without using ffmpeg or JS in PHP ? I have Script that is not working for Linux Server [on hold]

    31 mars 2019, par Manthan Kanani

    I am using Linux Based server to generate Video Thumbnail from PHP FFMPEG Script.
    That script is only working in Local Setup but not working on Site.

    How should I Create the code in Linux Server or How to install FFMPEG on Server.

    Javascript method is working fine but works for only a single file.
    i want to create thumbnail for Multiple Video’s at once.

    <input type="file" accept="video/*" multiple="multiple" />

    or from JSON to generate multiple video’s Thumbnail at one script.

  • hay iwant to make a stream server

    17 mars 2017, par Mahmod Mostfa

    hay i want to make a stream server that can stream live videos to youtube

    the videos source is from vlc streaming .ts urls iptv

    i tried to make live streaming from vps windows by capturing the screen but lag of course because no gpu card

    so i want to know if i can make stream using any other os like linux

    i read a lot about ffmpeg and red5 but i dont know if they support streaming from .ts urls that i use vlc player to play them on my windows 7

    i can buy any vps with all requirments for this