Cine99
Artikelnr.: PM-7233 | HAN: Cine99

.slideInDownInit { -webkit-transform: translateY(32px); transform: translateY(32px); -webkit-transition: all 0.5s ease; transition: all 0.5s ease; opacity: 0; transition-delay: 0.2s; } .slideInDown { opacity: 1 !important; -webkit-transform: translateY(0) !important; transform: translateY(0) !important; } .scaleInit { -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.5s ease; transition: all 0.5s ease; opacity: 0; } /* å?¾ç??æ ·å¼ */ .goods-section img { width: 100% !important; margin: 0 !important; } .backgroundPicture { width: 100%; } :root { --bgc-FFFFFF: #ffffff; --bgc-000000: #000000; --bgc-e1ceaf: #e1ceaf; --bgc-ffeac6: #ffeac6; --bgc-bbbbbb: #bbbbbb; --bgc-f9f9f9: #f9f9f9; --bgc-1a1a1a: #1a1a1a; --font-12: clamp(11px, 0.9vw, 12px); --font-14: clamp(12px, 1.1vw, 14px); --font-16: clamp(14px, 1.4vw, 16px); --font-18: clamp(15px, 1.6vw, 18px); --font-20: clamp(16px, 1.8vw, 20px); --font-24: clamp(18px, 2.2vw, 24px); --font-28: clamp(20px, 2.6vw, 28px); --font-32: clamp(22px, 3vw, 32px); --font-40: clamp(24px, 3.6vw, 40px); --font-48: clamp(28px, 4.2vw, 48px); --font-60: clamp(32px, 5vw, 60px); --font-82: clamp(36px, 6vw, 82px); } .goods-section { background-size: cover; line-height: normal; position: relative; letter-spacing: 0.03vw; overflow: hidden; } .section-con { position: absolute; z-index: 4; top: 0; width: 100%; height: 100%; padding-left: 5%; padding-right: 5%; } .section-top { width: 100%; display: flex; padding-top: 8%; padding-bottom: 8%; justify-content: space-between; } .section-top .section-top-left { display: flex; flex-direction: column; justify-content: space-around; } .section-top .section-top-left .section-line { width: 30px; height: 2px; background-color: #ffffff; } .section-title { font-size: var(--font-48); font-weight: bold; padding-bottom: clamp(16px, 1.8vw, 20px); text-shadow: 2px 0 7px rgba(0, 0, 0, 0.5); text-transform: uppercase; text-align: center; line-height: 1.2; letter-spacing: -0.25px; } .section-content { font-size: var(--font-24); line-height: 1.5; text-align: center; padding-bottom: clamp(28px, 4.2vw, 48px); text-shadow: 2px 0 7px rgba(0, 0, 0, 0.5); } .section-top .section-top-right { color: var(--bgc-FFFFFF); font-size: var(--font-16); } .goods-section { background-color: #1f2324; } .section-1 .section-con { display: flex; flex-direction: column; align-items: center; position: relative; } .section-1 .section-title { color: var(--bgc-e1ceaf); } .section-1 .section-content { color: var(--bgc-bbbbbb); } .section-1 .section-img { display: flex; flex-direction: column; gap: 50px; padding-bottom: 10%; } .section-1 .section-item-img { position: relative; } .section-1 .item-img-text { color: var(--bgc-1a1a1a); font-size: var(--font-28); position: absolute; top: 5%; right: 3%; } .section-2 .section-con { padding-top: 8%; } .section-2 .section-top { display: none; } .section-2 .section-title { color: var(--bgc-ffeac6); text-align: left; } .section-2 .section-content { color: var(--bgc-f9f9f9); text-align: left; } .section-2 .range-num-text { color: var(--bgc-ffeac6); font-size: var(--font-48); font-weight: bold; } .section-2 .range-num-unit { font-size: var(--font-24); font-weight: normal; } .section-2 .range-tips { font-size: var(--font-24); color: var(--bgc-f9f9f9); } .section-3 .section-con { display: flex; flex-direction: column; align-items: center; position: relative; } .section-3 .section-title { color: var(--bgc-e1ceaf); } .section-3 .section-content { color: var(--bgc-bbbbbb); } .section-3 .section-img { display: flex; flex-direction: column; padding-bottom: 10%; } .section-4 .section-con { display: flex; flex-direction: column; align-items: center; position: relative; } .section-4 .section-title { color: var(--bgc-e1ceaf); } .section-4 .section-content { color: var(--bgc-bbbbbb); } .section-4 .section-img { display: flex; flex-direction: row; gap: 50px; padding-bottom: 28%; z-index: 9; } .section-4 .section-item-img { width: 100%; } .section-4 .section-item-img:nth-child(odd) { margin-top: 10%; } .section-4 .section-img img { width: 100%; } .section-4 .section-cine99 { position: absolute; z-index: 1; bottom: 10%; } @media (max-width: 768px) { .br-web { display: none; } .section-title { text-align: center; text-transform: capitalize; } .section-content, .section-2 .section-content, .section-2 .section-title { text-align: center; } .section-1 .section-img, .section-4 .section-img { gap: 20px; } .section-2 { display: flex; flex-direction: column-reverse; } .section-2 .section-top { display: flex; } .section-2 .backgroundPicture { margin-top: -18%; } .section-2 .range-box { display: none; } .section-2 .section-con { position: relative; } } /* === SHOP-OVERRIDES === */ .slideInDownInit, .slide-in-down-init { opacity: 1 !important; transform: none !important; transition: none !important; } .scaleInit { opacity: 1 !important; transform: none !important; transition: none !important; } #parameter { display: block !important; padding: 20px 5%; background: #fff; color: #333; } #parameter .mainBox { margin-bottom: 30px; } #parameter .tableTitle { font-size: 20px; font-weight: bold; padding: 15px 0; border-bottom: 2px solid #333; } #parameter table { width: 100%; border-collapse: collapse; margin: 10px 0; } #parameter td, #parameter th { border: 1px solid #ddd; padding: 8px; font-size: 14px; } #parameter img { max-width: 100%; height: auto; }
Cine99
Dual Protection For Every Shot
Cine99 features IP45 protection with a sealed top cover and dust screen to block debris, protecting your valuable gear. Its electroplated iron core and black- nickel magnets resist corrosion and wear, ensuring worry-free performance during filming, takeoff, and transport in all conditions.
WATER-RESISTANT
SAND-RESISTANT
Cine99
Strong Thrust Heavy Payload
Each motor delivers over 8kg of maximum thrust with ample power redundancy, easily supporting 4–10kg of cinematic gear.Built to meet the demanding requirements of high- mobility FPV cinematic flights.
4-10kg
Effortless Carry
Cine99
Instant Response, Seamless Tracking
With optimized electromagnetic design and an active cooling system, Cine99 delivers fast response and stable performance under heavy loads—ideal for sharp turns and high-speed tracking with dynamic, cinematic shots.

Cine99
Zero Desync, Safer Flight
Cine99 delivers stable and desync-free performance even during rapid flight changes, ensuring safe and reliable operation in dynamic shooting scenarios.




Technical Drawing

Specification Export to Excel
Type
Cine99
Motor Dimension
Φ50.6*54.5mm
Magnet
Nickel Plated Arc Magnet
Coil InsulationTest
500V Withstand Voltage Test
Waterproof And Dustproof Class
IP45
Configuration
12N14P
Dynamic Balance Requirements Standards
≤5mg
Bearings
Imported 626-ZZ
Shaft Diameter
4mm
Lead
14AWG*600mm
Screw Diameter
Φ30-M4-4
Prop Adapter Shaft Thread
φ15/φ12-M3-4Holes/M6 (With Prop Adapter)
Packing Size
100*100*70mm
Packing Weight
400g
Tech Specs
Recommended Voltage
KV350
Idle Current (10V)
1.7A
Max Power
5670W
Internal Resistance
46mΩ
Rated Voltage (LiPo)
12S
Peak Current
126A
Max Thrust
8867g
Weight (Incl.cable)
355g
Recommended
Motor
Cine99
Frame Type
15-Inch X4 Frame
Prop
Cine1510
LiPo Cells
12S
ESC
C80A, 5~12S,Separate Type
Recommended Takeoff Weight Range
Within 18kg
FC
F7 PRO+12S To≤ 8S BEC
Max Takeoff Weight
26kg
Test Data
1. With an 8000mAh 12S battery (2.2kg), the drone carries a 5kg payload, has a takeoff weight of 12.2kg, and achieves a 10-minute cruise flight time. 2. With a 16000mAh 12S battery (4.4kg), the drone carries a 5kg payload, has a takeoff weight of 14.4kg, and achieves an 18-minute cruise flight time. 3. With an 11000mAh 12S battery (3.8kg), the drone carries an 8kg payload, has a takeoff weight of 16.8kg, and achieves a 9-minute cruise flight time.
Test Data Export to Excel
Type
Propeller
Voltage (V)
Throttle
Current (A)
RPM
Thrust (g)
Power (W)
Efficiency (g/W)
Torque (N.m)
Operating Temperature (℃)
Cine99 KV350
T-HOBBY Cine 1510
32.1
10%
0.3
944
85
11
7.86
0.04
37 (Ambient Temperature: 25)
32.0
20%
1.4
1945
416
45
9.28
0.13
32.0
30%
3.7
2872
971
120
8.13
0.27
31.9
40%
7.7
3726
1656
247
6.71
0.46
31.7
50%
13.3
4490
2421
423
5.72
0.66
31.5
60%
21.8
5251
3310
688
4.81
0.91
31.3
70%
31.9
5905
4209
999
4.21
1.15
31.0
80%
42.3
6449
5010
1313
3.82
1.38
30.7
90%
56.3
6986
5884
1728
3.41
1.62
30.4
100%
69.8
7424
6661
2119
3.14
1.84
Note: The motor temperature refers to the casing temperature after running at 80% throttle for 10 seconds. (The above data is obtained by T-HOBBY's independent platform test and is only for reference. The final interpretation right belongs to T-HOBBY.)
Cine99 KV350
T-HOBBY P20*6
32.1
10%
0.4
945
101
13
7.71
0.04
43 (Ambient Temperature: 25)
32.0
20%
1.4
1958
491
44
11.06
0.12
32.0
30%
3.5
2890
1143
113
10.12
0.26
31.9
40%
7.3
3767
1974
234
8.45
0.43
31.8
50%
12.5
4548
2899
397
7.31
0.62
31.6
60%
20.4
5318
3998
644
6.21
0.85
31.3
70%
30.0
6000
5136
939
5.47
1.09
31.1
80%
41.5
6618
6279
1288
4.87
1.34
30.8
90%
53.2
7116
7313
1637
4.47
1.56
30.4
100%
66.6
7565
8333
2026
4.11
1.79
Note: The motor temperature refers to the casing temperature after running at 80% throttle for 10 seconds. (The above data is obtained by T-HOBBY's independent platform test and is only for reference. The final interpretation right belongs to T-HOBBY.)
Cine99 KV350
T-HOBBY Cine 1310
48.1
10%
0.4
1423
112
18
6.18
0.04
67 (Ambient Temperature: 25)
48.0
20%
1.6
2928
531
76
6.98
0.14
48.0
30%
4.1
4295
1208
197
6.14
0.30
47.9
40%
8.2
5538
2033
394
5.17
0.49
47.7
50%
14.4
6703
2997
687
4.36
0.72
47.5
60%
24.1
7887
4164
1142
3.65
1.01
47.2
70%
37.1
8981
5422
1748
3.10
1.32
46.8
80%
50.3
9857
6559
2357
2.78
1.61
46.4
90%
66.0
10594
7647
3064
2.50
1.89
46.0
100%
83.8
11221
8587
3853
2.23
2.17
Note: The motor temperature refers to the casing temperature after running at 80% throttle for 10 seconds. (The above data is obtained by T-HOBBY's independent platform test and is only for reference. The final interpretation right belongs to T-HOBBY.)
Cine99 KV350
T-HOBBY Cine 1312
48.1
10%
0.4
1402
116
19
6.02
0.04
82 (Ambient Temperature: 25)
48.0
20%
1.7
2892
583
83
7.03
0.16
48.0
30%
4.5
4226
1261
215
5.86
0.34
47.8
40%
9.1
5438
2102
437
4.81
0.56
47.7
50%
15.6
6490
3015
745
4.05
0.80
47.4
60%
26.8
7687
4250
1272
3.34
1.14
47.1
70%
41.3
8692
5459
1945
2.81
1.48
46.7
80%
56.6
9498
6545
2643
2.48
1.79
46.2
90%
74.0
10146
7525
3424
2.20
2.08
45.7
100%
94.1
10673
8354
4304
1.94
2.33
Note: The motor temperature refers to the casing temperature after running at 80% throttle for 10 seconds. (The above data is obtained by T-HOBBY's independent platform test and is only for reference. The final interpretation right belongs to T-HOBBY.)
Cine99 KV350
T-HOBBY Cine 1508
48.1
10%
0.4
1376
156
20
7.92
0.05
132 (Ambient Temperature: 25)
48.0
20%
2.0
2817
758
95
7.99
0.20
47.9
30%
5.3
4101
1683
255
6.60
0.42
47.8
40%
10.8
5230
2780
514
5.41
0.69
47.6
50%
18.8
6258
4033
896
4.50
0.99
47.3
60%
32.4
7347
5624
1529
3.68
1.39
46.9
70%
47.1
8160
6995
2212
3.16
1.73
46.4
80%
68.9
8863
8328
3193
2.61
2.07
45.9
90%
88.8
9300
9232
4074
2.27
2.31
45.3
100%
112.1
9547
9764
5076
1.92
2.45
Note: The motor temperature refers to the casing temperature after running at 80% throttle for 10 seconds. (The above data is obtained by T-HOBBY's independent platform test and is only for reference. The final interpretation right belongs to T-HOBBY.)
Cine99 KV350
T-HOBBY Cine 1510
48.1
10%
0.5
1341
181
22
8.35
0.07
127 (Ambient Temperature: 25)
48.0
20%
2.3
2749
887
111
7.99
0.25
47.9
30%
6.3
3960
1879
301
6.25
0.52
47.8
40%
12.5
5021
3042
597
5.09
0.83
47.5
50%
21.9
5984
4344
1043
4.16
1.19
47.1
60%
38.3
7004
5936
1808
3.28
1.63
46.7
70%
55.5
7674
7155
2591
2.76
1.98
46.2
80%
75.0
8218
8192
3466
2.36
2.28
45.6
90%
101.3
8441
8659
4615
1.88
2.42
44.9
100%
126.2
8460
8706
5671
1.54
2.43
Note: The motor temperature refers to the casing temperature after running at 80% throttle for 10 seconds. (The above data is obtained by T-HOBBY's independent platform test and is only for reference. The final interpretation right belongs to T-HOBBY.)
Cine99 KV350
T-HOBBY P15*5
48.0
10%
0.3
1469
89
16
5.59
0.02
45 (Ambient Temperature: 25)
48.0
20%
1.2
3051
430
56
7.63
0.08
48.0
30%
2.9
4505
1028
140
7.32
0.19
47.9
40%
5.8
5881
1809
279
6.48
0.32
47.8
50%
10.1
7154
2715
484
5.61
0.48
47.6
60%
18.1
8605
3987
861
4.63
0.70
47.4
70%
26.2
9723
5176
1241
4.17
0.91
47.2
80%
35.9
10732
6395
1693
3.78
1.13
46.9
90%
47.4
11651
7641
2222
3.44
1.37
46.6
100%
60.6
12468
8867
2821
3.14
1.61
Note: The motor temperature refers to the casing temperature after running at 80% throttle for 10 seconds. (The above data is obtained by T-HOBBY's independent platform test and is only for reference. The final interpretation right belongs to T-HOBBY.)
Analysis Chart

Packing List

Last updated