Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (56)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (7886)

  • Ffmpeg concat output is out of sync [closed]

    1er avril 2023, par Michal Kopčík

    I have 2 videos. One is vertical and the second is horizontal. I converted the horizontal video to vertical one with black bars at the top and bottom. Now i have 2 vertical videos and i what to concat them into one. I have tried to concat them as usual but the second video in the output was faster and the video and audio was out of sync. Note that the original horizontal and the vertical version were not out of sync.

    


    Here is link to the output

    


    I have tried flags like -async 1 and re-encoding with commands like ffmpeg -f concat -safe 0 -i mylist.txt -c:v libx264 -preset ultrafast -crf 23 -c:a aac -b:a 192k output.mp4
none of this worked. This video processing will be automated so i don't have the ability to add padding to the video or something like that.

    


  • Uploading video, with PHP serverside formatting & encoding

    29 janvier 2013, par Nelga

    We've currently developed an ExpressionEngine site (php), and are using a paid JWPlayer to display video uploaded by the client.

    At present we're running into a number of issues, as the client is :

    1. Uploading video at the wrong size
    2. Uploading video randomly in both flv or mp4 format

    And the player is chugging along terribly with multiple pauses throughout the video - sometimes buffering the entire clip before it is played.

    I know FFMPEG can be installed serverside, but I'm not sure of the way in which to go about this, and how it might interact between ExpressionEngine and JWPlayer. I'm also not sure about the formatting - the ability for this automated encoding process to also crop/resize the video to suit the player dimensions on the site.

    We would really like to have the videos playable on all browsers & iOS devices.

    A HQ option would also be great where applicable, but it's just a nice to have - as we're struggling with the formatting / encoding issues first and foremost.

    Any help figuring out the best process, and what tools I might need would be greatly appreciated.

  • How to make FFmpeg automatically inject mp3 audio tracks in the single cycled muted video ?

    5 décembre 2020, par Grrzly

    everybody here ! So basically this is what I want to achieve :

    


    I have a muted video about 3 minutes long.
I have a list of audio tracks in mp3 format (40 songs in a folder with duration 2 to 6 mins each one)

    


    I want this video to play cycled automatically taking songs from playlist and injecting them to the video one by one. Every time a song finishes the next one from the list should start playing at the moment. Video continues playing and doesn't care duration of tracks.

    


    I consider it as the first step on the way to broadcast radio with a video background on youtube in 24/7 mode with ability to put additional tracks to playlist without need to stop translation.

    


    My problem is that I'm new in FFmpeg and I would appreciate any suggestions regarding which FFMpeg topic to start investigate with in order to achieve my goal