Skip to content

Commit 729121f

Browse files
chore: change versioning nature to preview
1 parent bed73fb commit 729121f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ gpff.bash -i video.mkv -r 360,720,1080
162162
- Work directory space
163163

164164
## Notes
165+
- This is a proof-of-concept (POC) implementation. Expect potential changes and instability.
165166
- Tested: FFmpeg n7.1+ (GPL build)
166167
- Formats: MKV, MP4
167-
- POC implementation
168168
- Subtitles are not handled in this script
169169

gpff.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# GNU Parallel + FFMPEG = gpff
4-
VERSION="2.1.1"
4+
VERSION="0.1.0-preview"
55

66
### preparations:
77
#

0 commit comments

Comments
 (0)