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
I am using FFmpeg-static in my express server to merge audio and video coming from Youtube Readable Stream then Trim. seems ok and working but im getting an error
ffmpeg video input stream error: Error: write EPIPE
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using FFmpeg-static in my express server to merge audio and video coming from Youtube Readable Stream then Trim. seems ok and working but im getting an error
ffmpeg video input stream error: Error: write EPIPE
ffmpeg audio input stream error: Error: write EPIPE
then the triiming process has a glitch like freeze on the first second of the video output here is my code
to the trim process i tried to move the -ss and -to to different lines but the freeze issue is still there
i did try to add and error handling event but the output error is still the same error: write EPIPE but it doesn't indicate what's wrong to piping
a little help well be appreciated
Beta Was this translation helpful? Give feedback.
All reactions