Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (45)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

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

Sur d’autres sites (8563)

  • Revision f92c0b1688 : Abort if firstpass file does not exist This fixes a crash if the firstpass file

    30 janvier 2015, par Adrian Grange

    Changed Paths :
     Modify /vpxstats.c



    Abort if firstpass file does not exist

    This fixes a crash if the firstpass file does not
    exist when doing a two-pass encode.

    Change-Id : I3a1a95d68d57125c63123d6208af7537f5a689a0

  • How can I burn in .ass file and a watermark to a video file using ffmpeg simultaneously ?

    9 mai 2023, par Candour

    I want to add subtitles and a watermark to a video using ffmpeg. For now I'm using Handbrake to burn in the subtitles and later I execute an ffmpeg command to add a watermark from png file.

    


    The watermark command :

    


    ffmpeg -i F:\ffmpeg\bin\video.mp4 -i F:\ffmpeg\bin\logo.png -filter_complex "[1]format=rgba,colorchannelmixer=aa=0.4[logo];[logo][0]scale2ref=oh*mdar:ih*0.07[logo][video];[video][logo]overlay=(main_w-overlay_w)-10:10" output.mp4


    


    I was wondering how a command would look like if I wanted to skip the Handbrake part and burn the subtitles in directly in the same command as the watermark.

    


    Well, I understand the basics of ffmpeg commands and I tried to combine the commands but i got lost. I think the third input would be needed that somehow also goes in the overlay filter. I really hope someone can help

    


  • Only one .ts file is generating while encoding mp3 file to m3u8 using ffmpeg

    15 octobre 2019, par mrlonely

    I am not able to play m3u8 link for some specific files.

    Details are as follows :

    ffmpeg  -i low_30.mp3 -codec:v libx264 -b:v  64k -maxrate 64k -bufsize 64k -vf  scale=-2:480 -threads 0 -vsync 2 -pix_fmt yuv420p -codec:a aac -b:a  64k  -hls_list_size 0 abc.m3u8

    Error :

    [libx264 @ 0x7fc83280ba00] MB rate (81000000) > level limit (2073600)
    [libx264 @ 0x7fc83280ba00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2
    [libx264 @ 0x7fc83280ba00] profile High 4:4:4 Predictive, level 5.2, 4:4:4 8-bit
    [hls @ 0x7fc832809e00] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.

    Sample File URL : https://s3-ap-southeast-1.amazonaws.com/hog-original/low_30.mp3

    Only one TS file is generating in this case and not able to play the m3u8 link.