Search found 1 match
- 2015-05-08T06:57:44-07:00
- Forum: Developers
- Topic: [patch] FFmpeg consuming bytes on stdin
- Replies: 0
- Views: 4674
[patch] FFmpeg consuming bytes on stdin
Hi, I was debugging one of my friends' script which creates thumbnails for images and videos in a folder. The script does something like that: find target/folder | while read filename; do convert $filename[0] output.png done And he noticed that whenever a video is converted, the next image to be ...