search for: output_prefix

Displaying 2 results from an estimated 2 matches for "output_prefix".

2004 Sep 10
2
Proposed change to code that handles output_prefix
On line 734 in src/flac/main.c, ver 1.77, change: strcat(outfilename, infilename); to strcat(outfilename, flac__file_get_basename(infilename)); I did this change because I was calling flac with an input filename with a path on the front of it, and I wanted the output file to go to a different location, such as this: flac --best --output-prefix /usr/share/flac /home/akehurst/tmp/my_file.wav
2008 Jul 01
1
extract MIME attachments from 700MB imap folder
Hi all, Issue: I've been tasked with extracting a bunch of MIME attachments (M$Word docs) from emails which have been stored in an imap folder in /home/<username>/mail/<imap foldername>. As the subject states, the imap folder is about 700MB. Googling suggested that munpack might do the trick, but as it is intended only for one message at a time, it outputs the first