Skip to content

Commit 1c53932

Browse files
committed
maj readme for new ImgSeq scripts
1 parent 9734ccf commit 1c53932

File tree

1 file changed

+51
-5
lines changed

1 file changed

+51
-5
lines changed

readme.md

Lines changed: 51 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,58 @@ Bat files work on their own, but you need to have the latest versions of ffmpeg
4949
5050
## How to use
5151
52-
Each .bat file is made to be the simplest to use :
52+
### Video to X conversion
5353
54-
- drag an drop your input file on the .bat file;
55-
- a command prompt window opens during the process;
56-
- once finished, the window disapears;
57-
- the new files are located aside the originals.
54+
Use only the files named as "*Video_TO_xxx.bat*".
55+
56+
These files are made to be the simplest to use :
57+
58+
1. drag an drop your input file on the .bat file;
59+
2. a command prompt window opens during the process;
60+
3. once finished, the window disapears;
61+
4. the new files are located aside the originals.
62+
63+
### Images sequence to X conversion
64+
65+
Use the files named as "*ImgSeq_To_xxx.bat*".
66+
67+
As it is more complex to manage images sequences, you need to:
68+
69+
Image sequence have some variable settings:
70+
71+
- framerate (default used: 24)
72+
73+
- start frame (default used: 1)
74+
75+
- name pattern (default used: "frame_xxx.jpg")
76+
77+
If your need a different frame rate or start frame, feel free to edit the .bat file.
78+
79+
As for the name pattern, the easiest is to have your image files created with the same name pattern. You can also edit the .bat file.
80+
81+
To edit the name pattern, edit the value between quote marks. As for the numbering, here's how it works:
82+
83+
- write`%%` where the numbers should start
84+
85+
- if your counting is zero-padded (like `01` `02` `03`...), add a `0`
86+
87+
- indicate the number of digits
88+
89+
- end with a `d`
90+
91+
To use the .bat files:
92+
93+
1. Copy the desired *.bat* file in the images' folder
94+
95+
2. Make sure the .bat settings fit your needs, edit the script or your files names if needed
96+
97+
3. Double-click the .bat file
98+
99+
4. A command prompt window opens during the process;
100+
101+
5. Once finished, the window disapears;
102+
103+
6. The new file is located aside the pictures.
58104
59105
## Descriptions
60106

0 commit comments

Comments
 (0)