You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
------------------------------------------
In my local setup it is working fine
but after deployment in docker I am getting error
-----------------------------------------------------------------------
ffmpeg:start
an error happened: Error: ffmpeg exited with code 1: Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:0
Conversion failed!
I have also installed fffmpeg in my docker container using this command :
RUN apk add --no-cache ffmpeg
Can anyone please help
The text was updated successfully, but these errors were encountered:
This typically happens when you are passing invalid filters or values to ffmpeg. You can try passing the same arguments to ffmpeg from the command line without using videoshow in order to test things out.
But if the issue happening due to invalid filters or values ,
how it is working in localhost before pushing into docker container
Should I install any other ffmpeg module to my docker container
I am using ffmpeg video filter to add text in my video for that I am using
this code
an error happened: Error: ffmpeg exited with code 1: Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:0
Conversion failed!
I have also installed fffmpeg in my docker container using this command :
RUN apk add --no-cache ffmpeg
Can anyone please help
The text was updated successfully, but these errors were encountered: