summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideo.h
blob: 3c174824f2091a295954c60ff5144ab938281af9 (plain)
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
//
//  HBVideo.h
//  HandBrake
//
//  Created by Damiano Galassi on 12/08/14.
//
//

#import <Foundation/Foundation.h>

@interface HBVideo : NSObject

/*
 videoEncoder
 videoEncoderTag

 qualityType
 avgBitrate
 quality

 frameRate
 frameRateTag
 frameRateMode

 fastFirstPass
 twoPass
 turboTwoPass

 encoderOptions {
 x264
 lav
 }*/

@end