-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
56 lines (41 loc) · 1.69 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Dependencies:
This program requires very few prerequisites:
* mediainfo (http://sourceforge.net/projects/mediainfo/)
* ffmpeg (http://ffmpeg.org/)
* mkvmerge (https://www.bunkus.org/videotools/mkvtoolnix/)
* python 2.7
Documentation:
usage: refps [-h] [-n] [-r FPS] [-o OUTPUT] [-t TMP] [-C] [-k TID] [-c TID]
[-p TID] [-s TID:FPS]
input
Change FPS of a Video and adjust audio.
positional arguments:
input input filename
optional arguments:
-h, --help show this help message and exit
-n, --dry-run do only a dry run and only print the commands that
would otherwise be executed
-r FPS, --fps FPS target fps FPS
-o OUTPUT, --output OUTPUT
output file or folder name
-t TMP, --tmp TMP folder for temporary files
-C, --copy copy source file to temporary directory while
processing
Track specific options:
These options specify what should be done to specific tracks. Repeat
options for multiple tracks. For each track at most one of -k, -c or -p
can be specified. Counting starts at 0.
-k TID, --keep-pitch TID
change tempo of track TID while keeping the pitch
-c TID, --no-keep-pitch TID
change tempo of track TID without keeping the pitch
-p TID, --passthrough TID
do not filter track TID
-s TID:FPS, --sfps TID:FPS
assume source FPS for track TID
License:
refps.py by Alexander Blinne
mediainfo.py by [email protected]
https://code.google.com/p/medianav/
Both published under GPL v3, see COPYING