google-code-export / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
1 stars 1 forks source link

Read from STDIN #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A great feature would be to read from stdin, Example:

wget http://example.org/video.mpg -O - | ffmpegthumbnailer -i - -o
thumb_video.png

I think this isn't impossible, because ffmpeg supports STDIN.

Original issue reported on code.google.com by pierregeier on 11 Feb 2009 at 7:39

GoogleCodeExporter commented 9 years ago
Looks interesting. I might look into it someday.

Original comment by dirk.vdb on 12 Feb 2009 at 11:01

GoogleCodeExporter commented 9 years ago
Implemented in subversion. Feel free to try it out.

Regards,
Dirk

Original comment by dirk.vdb on 3 Mar 2009 at 11:24

GoogleCodeExporter commented 9 years ago
It works :D - you're the greatest, but wget seem to have some kind of problem 
with
it, but `cat` works like a charm.

Original comment by pierregeier on 3 Mar 2009 at 3:27

GoogleCodeExporter commented 9 years ago
I tried it with wget and it worked. It does complain in the end that it can't 
write
to the pipe but that is after the thumbnail was generated and the 
ffmpegthumbnailer
binary has finished, which is normal I think.

Original comment by dirk.vdb on 3 Mar 2009 at 3:30