| 
														
															@@ -191,7 +191,7 @@ class VideoStitching(): 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     end = editor.cvsecs(end) 
														 | 
														
														 | 
														
															                     end = editor.cvsecs(end) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 text = cls.split_text(text, 10) 
														 | 
														
														 | 
														
															                 text = cls.split_text(text, 10) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 # /System/Library/Fonts/Hiragino Sans GB.ttc 本地字体 
														 | 
														
														 | 
														
															                 # /System/Library/Fonts/Hiragino Sans GB.ttc 本地字体 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                sub = editor.TextClip(text, font="/usr/share/fonts/truetype/wqy/wqy-zenhei.ttc", 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                sub = editor.TextClip(text, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                                       fontsize=30, color="black").set_duration(end - start).set_start( 
														 | 
														
														 | 
														
															                                       fontsize=30, color="black").set_duration(end - start).set_start( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     start).set_position( 
														 | 
														
														 | 
														
															                     start).set_position( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     ("center", final_height - 80)).set_opacity(0.8) 
														 | 
														
														 | 
														
															                     ("center", final_height - 80)).set_opacity(0.8) 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -201,7 +201,7 @@ class VideoStitching(): 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             video_with_subtitles = editor.CompositeVideoClip([final_clip] + subtitle_clips) 
														 | 
														
														 | 
														
															             video_with_subtitles = editor.CompositeVideoClip([final_clip] + subtitle_clips) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         else: 
														 | 
														
														 | 
														
															         else: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             text_clip = ( 
														 | 
														
														 | 
														
															             text_clip = ( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                editor.TextClip("分享、转发给群友", font="/usr/share/fonts/truetype/wqy/wqy-zenhei.ttc", 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                editor.TextClip("分享、转发给群友",  
														 | 
													
												
											
												
													
														| 
														 | 
														
															                                 fontsize=30, color="black"). 
														 | 
														
														 | 
														
															                                 fontsize=30, color="black"). 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     set_position(("center", final_height - 80)). 
														 | 
														
														 | 
														
															                     set_position(("center", final_height - 80)). 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     set_duration(duration_limit). 
														 | 
														
														 | 
														
															                     set_duration(duration_limit). 
														 |