Skip to content

Commit 1ddc80b

Browse files
committed
usage
1 parent bfbb1fa commit 1ddc80b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# vcodec - Squeeze69
2+
3+
## quick and dirty program to test for particular vcodec in an AVI (or any format supported by RIFF library)
4+
5+
## program written in [GO](https://golang.org)
6+
7+
Scan a RIFF file for the "vids" section, then exit with an error level 1 if the video codec is listed on the command line
8+
9+
i.e.:
10+
11+
vcodec file.avi DIV3 DX50 ...
12+
13+
It's quite useful when you want to re-encode with ffmpeg or others a bunch of files only if they use certain codecs

0 commit comments

Comments
 (0)