Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (70)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (8148)

  • Is there is any way ffmpeg can remove the blur bars around this video automatically [closed]

    17 octobre 2024, par J.Zhao

    I want to use ffmpeg to capture the clear areas of the video, usually the blurred areas of the video filter are above and below the video or left and right. Can ffmpeg fix it ? without losing much quality ?

    


    Notes :

    


      

    • The cropped params (such as out_w:out_h:x:y) ares unknown.
    • 


    • There are thousands of videos that need to be cropped, and just one is shown here.
    • 


    


    Expected result :

    


    from this :

    


    enter image description here

    


    to this :

    


    enter image description here

    


  • There is a problem with converting ffmpeg video from hev1 to hvc1

    18 septembre 2024, par sixawnstar

    ffmpeg -i in.mp4 -c:v copy -c:a copy -tag:v hvc1 out.mp4

    


    I used ffmpeg to transcode the videos, but some of the transcoded videos were black screens with audio but no visuals.

    


    enter image description hereenter image description here

    


    By using ffmpeg -i video.mp4 to view the video information, it was found that the information for both videos is consistent. However, the screen in Figure 1 displays a black screen after transcoding, whereas Figure 2 functions normally after transcoding.

    


  • How to get cinematic look filter with ffmpeg

    1er avril 2021, par tahomatx

    I want to get video look like this cinematic look footage from normal footage.
Understanding to use video filters, I don't hit what is the best filters.

    


    This is original :

    


    enter image description here

    


    What I want to get :

    


    enter image description here

    


    Could you show your opinion ?

    


    thanks.