ffmpeg-progress-stream icon indicating copy to clipboard operation
ffmpeg-progress-stream copied to clipboard

Generate a stream of progress events from the stderr stream of ffmpeg

Results 1 ffmpeg-progress-stream issues
Sort by recently updated
recently updated
newest added

Sometimes percentages greater than 100% are shown. let ffmpeg_process = spawn('/usr/bin/ffmpeg', [ '-r', 30, '-f', 'image2', '-s', '320x200', '-i', 'image-%04d.jpg', '-vcodec', 'libx264', '-crf', '25', '-pix_fmt', 'yuv420p', 'test.mp4' ], { detached:...