fix: Unable to generate video thumbnails (#8696)
* fix: Unable to generate video thumbnails * CHANGELOG
This commit is contained in:
		
							parent
							
								
									02f9e5d6f0
								
							
						
					
					
						commit
						55a578a8df
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| import * as fs from 'node:fs'; | ||||
| import * as tmp from 'tmp'; | ||||
| import { IImage, convertToJpeg } from './image-processor.js'; | ||||
| import * as FFmpeg from 'fluent-ffmpeg'; | ||||
| import FFmpeg from 'fluent-ffmpeg'; | ||||
| 
 | ||||
| export async function GenerateVideoThumbnail(path: string): Promise<IImage> { | ||||
| 	const [outDir, cleanup] = await new Promise<[string, any]>((res, rej) => { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue