We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbb1fa commit 1ddc80bCopy full SHA for 1ddc80b
1 file changed
README.md
@@ -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