kkroening / ffmpeg-python

Python bindings for FFmpeg - with complex filtering support
Apache License 2.0
9.89k stars 885 forks source link

AttributeError: 'FilterableStream' object has no attribute 'input' #386

Open thekillgfx opened 4 years ago

thekillgfx commented 4 years ago
(
    ffmpeg
    .input(video)
    .input(watermark)
    .output('test.mp4')
)
>>> AttributeError: 'FilterableStream' object has no attribute 'input'
helblinglilly commented 4 years ago

Hi, I'm just starting to read into using FFMPEG and I can gather that you, possibly like myself, have done little to no research at this point and your issue should be ignored as you have provided no context and have not bothered doing research. Furthermore, this is a perfect example on how to not write a git issue. I recommend you read and article or two on how to write good ones https://wiredcraft.com/blog/how-we-write-our-github-issues/

Happy coding