Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (71)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

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

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

Sur d’autres sites (8114)

  • adding audio files to exist video with ffmpeg make the video currapted

    21 janvier 2018, par Yanshof

    I have video file (.avi) and audio files (.wav) that i want to marge to ine avi file.

    The wav files are marge with some delay ( work fine )

    But in some cases the audio files are longer then the video stream and i getting currapted video file that contain only the audio - and i can’t see the video.

    When i try to separate the audio and the video from the currapted video output i got the good video file and good audio file that i can use ( see the video and listen to the audio )

    I don’t know if its possible to keep the audio and video in case the audio is longer on the delay that the video file.

    Beside this, When i adding the audio files ... the video is less time .. i mean that if the video without the audio is 14 minus => after the audio is 13 minus
    ( when its not currapted )

    Here how i marge the files ( audio and the video )

          ffmpeg.exe -report -i "..\\merged.avi" -i "Storage\\1.wav" -i
          "Storage\\2.wav" -i "Storage\\3.wav" -filter_complex "adelay=30000|30000"
          "adelay=91000|91000" "adelay=151000|151000" -c:v copy "Storage\\ALL.AVI"
  • Resizing video with FFmpeg to double size, but maintains original rectangle video on the top left

    1er juin 2022, par Mauro

    I have a video with 320 x 240 pixels.

    


    I want to convert it to double size : 640 x 480 pixels.

    


    But I don't want the video upscaled.

    


    I mean : The final file must be a 640 x 480 video file, with the "original video" inside a 320 x 240 rectangle on top left, and the rest of screen filled with black background.

    


    How can I do it with ffmpeg ?

    


  • Best video format/codec/technique to send small video with syncronization

    22 janvier 2016, par Epsiloncool

    I have a strange task to solve. We have a small-sized video window (like 300x200 pixels, 256-colors palette) and 44kHz 2ch sound playing on server. We need to send this stream video to some clients (1,2.. up to 10). Strict requirements is syncronization (we should have video syncronized as precise as 20 ms on all clients) and loss-less (preferrably no losses at all, but it is discussable).

    Please recommend any good video format/codec/linux software to install on server to make this thing possible. Thanks !