Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (68)

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

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

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (4355)

  • ffmpeg command for overlaying a video onto am image with blend

    6 décembre 2022, par tebowner

    I have these requirements but cant seem to get this even close :

    


      

    • ffmpeg to produce a mp4 video
    • 


    • inputs : an image of varying size, an audio wav of X length, a video for the overlay such as particles or dust
    • 


    • create an mp4 with the image as the final video size, the overlay video light blended into the image using zoom/crop (no stretching of size), length of video is size of audio
    • 


    • assume the video overlay is bigger than the image as far as height and width
    • 


    


  • FFMPEG Transcode MP3 to MP4 and then stream

    27 juillet 2018, par Sam

    I have an MP3 stream with meta data (That I need to keep) and I need to transcode
    it into AAC+ MP4. I then need to stream this MP4 to a Shoutcast server.

    The current line that I have is :

    ffmpeg -re -i http://Input Server IP And Port -b:a 128k -ar 44100 -c aac -f mp4 http://output server IP and Port

    I will get an error saying :

    [mp4 @ 000002700de16dc0] muxer does not support non seekable output
    Could not write header for output file #0 (incorrect codec parameters ?) : Invalid argument
    Error initializing output stream 0:0 —

    Think Internet radio show.

    If I have gotten this completely wrong, please tell me, and if anyone could shine some light onto this, that would be great. Thanks.

  • FFMPEG Error -1414092869 : Immediate exit requested

    8 juillet 2019, par Manity

    Hello i am using ffmpeg to play 4 videos at the same time.
    I am using a wpf/c# .net 4.7.2 wrapper for ffmpeg to do this.

    Occasionally get this error message, and the application just shuts down.
    there are no errors or exceptions thrown other than this one logged.

    Error -1414092869 : Immediate exit requested

    I have searched for a meaning to this error but can find nothing other than a vague reference to an android video player which does not provide me with any information at all.

    Can anyone shed any light at all, anything at all on the meaning of and cause of this above error and how it might be resolved ?.