Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (24)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (4829)

  • Use FFMPEG to create GTA 5 style loading screen/video

    7 mai 2021, par Archer

    Goal :
Using FFMPEG I would like to make something like these GTA 5 loading screens using only some elements. The goal is to be automated in the end so I can generate thousands of videos with the elements below placed in different folders. https://youtu.be/0A4K0bCkYdg?t=108

    


    Input files :

    


      

    1. background.jpg
    2. 


    3. foreground.png
    4. 


    5. logo.png
    6. 


    7. theme.mp3
    8. 


    


    Current command :

    


    ffmpeg.exe -i background.jpg -i foreground.png -i logo.png -i theme.mp3 -filter_complex " \
[0:v]scale=1920:1080 [background_1], \
[1:v]scale=500:500:force_original_aspect_ratio=decrease [foreground_1], \
[2:v]scale=350:350:force_original_aspect_ratio=decrease [logo_1], \
[background_1]zoompan=z='if(lte(mod(on,50),25),zoom+0.0005,zoom-0.0005)':x=iw/2-(iw/zoom)/2:y=ih/2-(ih/zoom)/2:d=60*60:s=hd1080 [background_2], \
[background_2][foreground_1]overlay=x='min((W-(W*0.3)-n),((W*0.3)+n)):y=H-h' [bg_fg], \
[bg_fg][logo_1]overlay=x=30:y=H-h-30 \
" loading.mkv


    


    This code started from a suggestion on a reddit post I made, but have made some adjustments.

    


    After the inputs I am first scaling the background image in the event it is not the correct ratio already. Then scaling the foreground image and logo image.

    


    The next 2 are what I need help with. The zooming of the background_1 and the scrolling/panning of the foreground_1.

    


    Question 1 : Before the zooming starts occurring is it possible to distort the image like shown, so I can start with a normal rectangular background image ?

    


    Question 2 : I would like the zooming to be much closer to what is happening in the youtube example. How would I achieve this ? The zoompan filter is not making much sense to me at the moment.

    


    Question 3 : With the scrolling/panning of the foreground. How can I start this at 30% in x and go to 70% in x... then back to 30% and repeat for the entire length ? Also how to slow it down ? This answer helped me to understand this somewhat, but using the min example they provided did not work for me and there was no motion at all.

    


    The logo placement is next and I am good with that for now.

    


    Any input would be greatly appreciated.

    


  • ffmpeg - How to auto crop Harry Potter moving newspaper style video ?

    18 mai 2019, par hahahhhhhha

    The Harry Potter moving newspaper is like a video overlay on a static background. Here is an example youtube video :
    https://youtu.be/qQUUNmd3aco?t=1m17s the video starting from 1min, 17sec.

    HOWTO crop only the video part ? I have an image to show what i mean by the moving newspaper and what area does the video locate and what is the static background part. Please refer to the image. The area I draw by pink is where i mean by real video and any area except the video, is the static part.

    here is an illustration image :
    https://imgur.com/s6vRqek

    I understand if the frame size of the video does not change, I can specify the w, h, x, y to crop. But what if the frame size changes ? ie. w, h, x, y changes.(w, h : width, height of the video. x, y: Coordinate system starting point ) Is there a way to autodetect the static part and only crop the real video part ? like ffmpeg cropdetect for letterboxing. I tried cropdetect but failed. Any suggestion is welcome and I prefer using ffmpeg but any other softwares are welcome !

  • Fix edge case where sound could play twice, multiShot-style, under flash 9 with weird combination of pause and setPosition calls. Also fix dev branch HTML5 support error when useHTML5Audio = false.

    6 mai 2012, par Scott Schiller

    m script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js m src/SoundManager2.as m src/SoundManager2_AS3.as m src/SoundManager2_SMSound_AS3.as m swf/soundmanager2.swf m swf/soundmanager2_debug.swf m (...)