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
However, ffmpeg cli output nearly unlimited lines of warning, like
[Parsed_palettegen_4 @ 0x600001574bb0] [warning] The input frame is not in sRGB, colors may be off
[Parsed_palettegen_4 @ 0x600001574bb0] [warning] The input frame is not in sRGB, colors may be off
...(tons of lines...)
[Parsed_palettegen_4 @ 0x600001574bb0] [warning] The input frame is not in sRGB, colors may be off
[Parsed_palettegen_4 @ 0x600001574bb0] [warning] The input frame is not in sRGB, colors may be off
but, ffmpeg cli just exits(not sure exit 0 or not 0) after about ~7 seconds, which I think reasonable.
FfmpegCommand(FfmpegChild maybe) thread just hangs at .wait()?
Maybe adding timeout parameter would be better? like the ffmpeg cli do internally? Or, I have to set a timer, and invoke handle FfmpegChild.quit/kill(maybe) when timeout, not very convenient.
I'm converting a video(with some strange .ts extension) to a 3-seconds gif using ffmpeg-sidecar. Command like
However, ffmpeg cli output nearly unlimited lines of warning, like
but, ffmpeg cli just exits(not sure exit 0 or not 0) after about ~7 seconds, which I think reasonable.
When it comes to ffmpeg-sidecar in Rust
FfmpegCommand(FfmpegChild maybe) thread just hangs at .wait()?
Maybe adding timeout parameter would be better? like the ffmpeg cli do internally? Or, I have to set a timer, and invoke handle FfmpegChild.quit/kill(maybe) when timeout, not very convenient.
You can download the test video at http://www.live555.com/liveMedia/public/h264-in-mp2t/bipbop-gear1-all.ts
The text was updated successfully, but these errors were encountered: