| 
					
				 | 
			
			
				@@ -113,7 +113,7 @@ public class BFRecordExport { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				              
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             for stick in mStickers { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if stick.type == StickerType.VIDEO.rawValue { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    let asset = AVURLAsset(url: URL(fileURLWithPath: documensDirectory + stick.locationPath), options: avAssertOptions) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    let asset = AVURLAsset(url: URL(fileURLWithPath: stick.locationPath), options: avAssertOptions) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                      
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     let cbr = asset.tracks(withMediaType: .video).first?.estimatedDataRate 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     if Int(cbr ?? 0) > orgeBitRate { 
			 |