Re: [FFmpeg-user] Unable to understand error

2022-03-05 Thread Carl Zwanzig
On 3/5/2022 6:03 AM, Rukmangadh Sai Myana wrote: The issue was that ffmpeg was sending the above logs, which don't correspond to any error to STDERR. This is common for programs that usually/often send their work-product to stdout; the status messages have to go somewhere and that's stderr*.

Re: [FFmpeg-user] Unable to understand error

2022-03-05 Thread Kieran O Leary
On Sat 5 Mar 2022 at 14:04, Rukmangadh Sai Myana wrote: > > In general, I mistrust wrapper libraries for things like this- I'd rather > > create the full command string myself and execute that; it gives much > better > > control over the process. > > Thank you for this suggestion. The issue was

Re: [FFmpeg-user] Unable to understand error

2022-03-05 Thread Rukmangadh Sai Myana
> In general, I mistrust wrapper libraries for things like this- I'd rather > create the full command string myself and execute that; it gives much better > control over the process. Thank you for this suggestion. The issue was that ffmpeg was sending the above logs, which don't correspond to any

Re: [FFmpeg-user] Unable to understand error

2022-03-04 Thread Carl Zwanzig
On 3/4/2022 10:24 AM, Rukmangadh Sai Myana wrote: The issue is that the python package throws the error that I shared above and exits. The problem is that there isn't an error message in the original post. This happens only on the production machine and not on my local machine. What's

Re: [FFmpeg-user] Unable to understand error

2022-03-04 Thread Rukmangadh Sai Myana
Hi, Pardon me. I am using the ffmpeg-python package inside my code. The exact code that is giving me error is as follows: input_clip = ffmpeg.input( > os.path.join(animation_dir, 'input_clip.h265')) > animated_text_clip = ffmpeg.input(os.path.join(

Re: [FFmpeg-user] Unable to understand error

2022-03-04 Thread stefano roveda
hi Rukmangadh When you post for help you should send the command that gave you the error otherwise how can we solve? which part of India are you from? Il giorno ven 4 mar 2022 alle ore 17:54 Rukmangadh Sai Myana < rukmangadh@nobroker.in> ha scritto: > Hi, > I am a newbie to ffmpeg and am

[FFmpeg-user] Unable to understand error

2022-03-04 Thread Rukmangadh Sai Myana
Hi, I am a newbie to ffmpeg and am facing troubles with understanding the following FFMPEG Error: