Skip to content

Commit

Permalink
initial shellscript
Browse files Browse the repository at this point in the history
  • Loading branch information
silveira committed Dec 29, 2011
1 parent a96f5b8 commit bb27364
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ocr/video_ocr.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh

# convert the video frames to jpeg
mplayer $1 -nosound -vo jpeg

for i in *.jpg
do
echo $i
done



0 comments on commit bb27364

Please sign in to comment.