template.js 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. exports.templates = [
  2. // sorry
  3. {
  4. id: 0,
  5. name: "sorry为所欲为",
  6. hash: "9564a00ec44567367a07bee43868c420a8c48e60",
  7. template: [
  8. {
  9. filter: "drawtext",
  10. options: {
  11. "text": "好啊",
  12. "x": "(w-text_w)/2",
  13. "y": "h-text_h-4",
  14. "enable": "between(t,1.18,1.56)",
  15. 'fontfile': 'simsun.ttc',
  16. 'fontcolor': 'white',
  17. "fontsize": "16"
  18. }
  19. },
  20. {
  21. filter: "drawtext",
  22. options: {
  23. "text": "就算你是一流工程师",
  24. "x": "(w-text_w)/2",
  25. "y": "h-text_h-4",
  26. "enable": "between(t,3.18,4.43)",
  27. 'fontfile': 'simsun.ttc',
  28. 'fontcolor': 'white',
  29. "fontsize": "16"
  30. }
  31. },
  32. {
  33. filter: "drawtext",
  34. options: {
  35. "text": "就算你出报告再完美",
  36. "x": "(w-text_w)/2",
  37. "y": "h-text_h-4",
  38. "enable": "between(t,5.31,7.43)",
  39. 'fontfile': 'simsun.ttc',
  40. 'fontcolor': 'white',
  41. "fontsize": "16"
  42. }
  43. },
  44. {
  45. filter: "drawtext",
  46. options: {
  47. "text": "我叫你改报告你就要改",
  48. "x": "(w-text_w)/2",
  49. "y": "h-text_h-4",
  50. "enable": "between(t,7.56,9.93)",
  51. 'fontfile': 'simsun.ttc',
  52. 'fontcolor': 'white',
  53. "fontsize": "16"
  54. }
  55. },
  56. {
  57. filter: "drawtext",
  58. options: {
  59. "text": "毕竟我是客户",
  60. "x": "(w-text_w)/2",
  61. "y": "h-text_h-4",
  62. "enable": "between(t,10.06,11.56)",
  63. 'fontfile': 'simsun.ttc',
  64. 'fontcolor': 'white',
  65. "fontsize": "16"
  66. }
  67. },
  68. {
  69. filter: "drawtext",
  70. options: {
  71. "text": "客户了不起啊",
  72. "x": "(w-text_w)/2",
  73. "y": "h-text_h-4",
  74. "enable": "between(t,11.93,13.06)",
  75. 'fontfile': 'simsun.ttc',
  76. 'fontcolor': 'white',
  77. "fontsize": "16"
  78. }
  79. },
  80. {
  81. filter: "drawtext",
  82. options: {
  83. "text": "sorry 客户真的了不起",
  84. "x": "(w-text_w)/2",
  85. "y": "h-text_h-4",
  86. "enable": "between(t,13.81,16.31)",
  87. 'fontfile': 'simsun.ttc',
  88. 'fontcolor': 'white',
  89. "fontsize": "16"
  90. }
  91. },
  92. {
  93. filter: "drawtext",
  94. options: {
  95. "text": "以后叫他天天改报告",
  96. "x": "(w-text_w)/2",
  97. "y": "h-text_h-4",
  98. "enable": "between(t,18.06,19.56)",
  99. 'fontfile': 'simsun.ttc',
  100. 'fontcolor': 'white',
  101. "fontsize": "16"
  102. }
  103. },
  104. {
  105. filter: "drawtext",
  106. options: {
  107. "text": "天天改 天天改",
  108. "x": "(w-text_w)/2",
  109. "y": "h-text_h-4",
  110. "enable": "between(t,19.59,21.60)",
  111. 'fontfile': 'simsun.ttc',
  112. 'fontcolor': 'white',
  113. "fontsize": "16"
  114. }
  115. }
  116. ]
  117. },
  118. // wangjinze
  119. {
  120. id: 1,
  121. name: "我就是饿死",
  122. hash: "7d9e4017feed1e5ae9e114c95b57f59b051f1256",
  123. template: [
  124. {
  125. filter: "drawtext",
  126. options: {
  127. "text": "我就是饿死",
  128. "x": "(w-text_w)/2",
  129. "y": "h-text_h-4",
  130. "enable": "between(t,0,1.04)",
  131. 'fontfile': 'simsun.ttc',
  132. 'fontcolor': 'white',
  133. "fontsize": "16"
  134. }
  135. },
  136. {
  137. filter: "drawtext",
  138. options: {
  139. "text": "死外边 从这跳下去",
  140. "x": "(w-text_w)/2",
  141. "y": "h-text_h-4",
  142. "enable": "between(t,1.46,2.90)",
  143. 'fontfile': 'simsun.ttc',
  144. 'fontcolor': 'white',
  145. "fontsize": "16"
  146. }
  147. },
  148. {
  149. filter: "drawtext",
  150. options: {
  151. "text": "也不会吃你们一点东西",
  152. "x": "(w-text_w)/2",
  153. "y": "h-text_h-4",
  154. "enable": "between(t,3.09,4.33)",
  155. 'fontfile': 'simsun.ttc',
  156. 'fontcolor': 'white',
  157. "fontsize": "16"
  158. }
  159. },
  160. {
  161. filter: "drawtext",
  162. options: {
  163. "text": "真香",
  164. "x": "(w-text_w)/2",
  165. "y": "h-text_h-4",
  166. "enable": "between(t,4.59,5.93)",
  167. 'fontfile': 'simsun.ttc',
  168. 'fontcolor': 'white',
  169. "fontsize": "16"
  170. }
  171. }
  172. ]
  173. },
  174. // 窃格瓦拉
  175. {
  176. id: 2,
  177. name: "窃格瓦拉 打工",
  178. hash: "a426cb71a9bc130b878a178aab8273983abe001a",
  179. template: [
  180. {
  181. filter: "drawtext",
  182. options: {
  183. "text": "没有钱啊 肯定要做的啊",
  184. "x": "(w-text_w)/2",
  185. "y": "h-text_h-4",
  186. "enable": "between(t,0,1.80)",
  187. 'fontfile': 'simsun.ttc',
  188. 'fontcolor': 'white',
  189. "fontsize": "16"
  190. }
  191. },
  192. {
  193. filter: "drawtext",
  194. options: {
  195. "text": "不做的话没有钱用",
  196. "x": "(w-text_w)/2",
  197. "y": "h-text_h-4",
  198. "enable": "between(t,1.88,3.76)",
  199. 'fontfile': 'simsun.ttc',
  200. 'fontcolor': 'white',
  201. "fontsize": "16"
  202. }
  203. },
  204. {
  205. filter: "drawtext",
  206. options: {
  207. "text": "那你不会去打工啊",
  208. "x": "(w-text_w)/2",
  209. "y": "h-text_h-4",
  210. "enable": "between(t,3.81,4.66)",
  211. 'fontfile': 'simsun.ttc',
  212. 'fontcolor': 'white',
  213. "fontsize": "16"
  214. }
  215. },
  216. {
  217. filter: "drawtext",
  218. options: {
  219. "text": "有手有脚的",
  220. "x": "(w-text_w)/2",
  221. "y": "h-text_h-4",
  222. "enable": "between(t,4.66,5.90)",
  223. 'fontfile': 'simsun.ttc',
  224. 'fontcolor': 'white',
  225. "fontsize": "16"
  226. }
  227. },
  228. {
  229. filter: "drawtext",
  230. options: {
  231. "text": "打工是不可能打工的",
  232. "x": "(w-text_w)/2",
  233. "y": "h-text_h-4",
  234. "enable": "between(t,6.02,8.42)",
  235. 'fontfile': 'simsun.ttc',
  236. 'fontcolor': 'white',
  237. "fontsize": "16"
  238. }
  239. },
  240. {
  241. filter: "drawtext",
  242. options: {
  243. "text": "这辈子不可能打工的",
  244. "x": "(w-text_w)/2",
  245. "y": "h-text_h-4",
  246. "enable": "between(t,8.42,10.75)",
  247. 'fontfile': 'simsun.ttc',
  248. 'fontcolor': 'white',
  249. "fontsize": "16"
  250. }
  251. }
  252. ]
  253. },
  254. // 诸葛孔明
  255. {
  256. id: 3,
  257. name: "竟说出如此卑鄙之语",
  258. hash: "c4f50699b9d7d96c5fdb4701efc759cd02e3f0b6",
  259. template: [
  260. {
  261. filter: "drawtext",
  262. options: {
  263. "text": "没想到",
  264. "x": "(w-text_w)/2",
  265. "y": "h-text_h-4",
  266. "enable": "between(t,0.81,1.81)",
  267. 'fontfile': 'simsun.ttc',
  268. 'fontcolor': 'white',
  269. "fontsize": "16"
  270. }
  271. },
  272. {
  273. filter: "drawtext",
  274. options: {
  275. "text": "你竟说出如此粗鄙之语",
  276. "x": "(w-text_w)/2",
  277. "y": "h-text_h-4",
  278. "enable": "between(t,2.31,5.42)",
  279. 'fontfile': 'simsun.ttc',
  280. 'fontcolor': 'white',
  281. "fontsize": "16"
  282. }
  283. }
  284. ]
  285. },
  286. // 金坷垃
  287. {
  288. id: 4,
  289. name: "金坷垃好处都有啥 谁说对了都给他",
  290. hash: "5f13a58aa24c8ddf7bfbaa1546e30c1ba8606cb6",
  291. template: [
  292. {
  293. filter: "drawtext",
  294. options: {
  295. "text": "金坷垃好处都有啥",
  296. "x": "(w-text_w)/2",
  297. "y": "h-text_h-4",
  298. "enable": "between(t,0,2.56)",
  299. 'fontfile': 'simsun.ttc',
  300. 'fontcolor': 'white',
  301. "fontsize": "16"
  302. }
  303. },
  304. {
  305. filter: "drawtext",
  306. options: {
  307. "text": "谁说对了就给他",
  308. "x": "(w-text_w)/2",
  309. "y": "h-text_h-4",
  310. "enable": "between(t,2.56,4.31)",
  311. 'fontfile': 'simsun.ttc',
  312. 'fontcolor': 'white',
  313. "fontsize": "16"
  314. }
  315. },
  316. {
  317. filter: "drawtext",
  318. options: {
  319. "text": "肥料掺了金坷垃",
  320. "x": "(w-text_w)/2",
  321. "y": "h-text_h-4",
  322. "enable": "between(t,2.56,5.56)",
  323. 'fontfile': 'simsun.ttc',
  324. 'fontcolor': 'white',
  325. "fontsize": "16"
  326. }
  327. },
  328. {
  329. filter: "drawtext",
  330. options: {
  331. "text": "不流失 不蒸发 零浪费",
  332. "x": "(w-text_w)/2",
  333. "y": "h-text_h-4",
  334. "enable": "between(t,5.56,8.68)",
  335. 'fontfile': 'simsun.ttc',
  336. 'fontcolor': 'white',
  337. "fontsize": "16"
  338. }
  339. },
  340. {
  341. filter: "drawtext",
  342. options: {
  343. "text": "肥料掺了金坷垃",
  344. "x": "(w-text_w)/2",
  345. "y": "h-text_h-4",
  346. "enable": "between(t,9.81,11.93)",
  347. 'fontfile': 'simsun.ttc',
  348. 'fontcolor': 'white',
  349. "fontsize": "16"
  350. }
  351. },
  352. {
  353. filter: "drawtext",
  354. options: {
  355. "text": "能吸收两米下的氮磷钾",
  356. "x": "(w-text_w)/2",
  357. "y": "h-text_h-4",
  358. "enable": "between(t,12.06,14.68)",
  359. 'fontfile': 'simsun.ttc',
  360. 'fontcolor': 'white',
  361. "fontsize": "16"
  362. }
  363. }
  364. ]
  365. },
  366. ]