Skip to content

Commit

Permalink
Added note about ffmpeg.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 20, 2016
1 parent 3562704 commit 499fe68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions archive_imessage.pl
Expand Up @@ -64,6 +64,9 @@ sub usage {
print STDERR " backupdir: Directory holding unencrypted iPhone backup.\n";
print STDERR " maildir: Path of Maildir where we write archives and metadata.\n";
print STDERR "\n";
print STDERR "This program needs ffmpeg in your \$PATH for various tasks.\n";
print STDERR " Thumbnails in HTML output, and shrinking attachments both need it.\n";
print STDERR "\n";
exit(1);
}

Expand Down

0 comments on commit 499fe68

Please sign in to comment.