Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (87)

Sur d’autres sites (16254)

  • Revision 732e49b666 : Remove bitrotted example code : example_xma Doesn't work. Doesn't build. Not sup

    9 mai 2014, par Tom Finegan

    Changed Paths :
     Modify /examples.mk


     Delete /examples/example_xma.c



    Remove bitrotted example code : example_xma

    Doesn’t work. Doesn’t build. Not supported.

    Change-Id : I5a2f9965afdda82370049c10ebcbe77ac4c6c9b9

  • ffmpeg : Do av_parser_parse work correctly when I feed it with corrupted stream ?

    11 mai 2022, par Suric

    I want to develop a p2p streaming app using ffmpeg over udp so I'm concerning about the feasibility.

    


    So if I can feed av_parser_parse with corrupted stream ?

    


  • ffmpeg library does not work from path but directly

    19 juin 2020, par Ángel Barrios

    I want to add a watermark to a video.

    



    I'm trying with windows 10 and ffmpeg library

    



    The command I am using.

    



    ffmpeg -i example.mp4 -i watermark.png  -filter_complex "overlay=0-0+0:main_h-overlay_h-0+0" watermark.mp4


    



    When I use it this way accesing the path I get this error :

    



    enter image description here

    



    But when I execute it not from path but opening cmd right on the executable folder it works fine

    



    I did some research and couldn't find the answers I was looking for.

    



    Why does this happen ? I can´t understand really

    



    Thank you !