You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							9 lines
						
					
					
						
							299 B
						
					
					
				
			
		
		
	
	
							9 lines
						
					
					
						
							299 B
						
					
					
				| for i;
 | |
| <<<<<<< HEAD
 | |
| 	do ffmpeg -i "$i" -c:v libx264 -profile:v main -pix_fmt yuv420p -q 0 -strict -2 -vb 5000k "${i%.*}_h264.mov" ;
 | |
| =======
 | |
| 	do ffmpeg -i "$i" -c:v libx264 -profile:v main -pix_fmt yuv420p -q 0 -strict -2 "${i%.*}_h264.mov" ;
 | |
| >>>>>>> a4f1bdc7ca935a4d555d2c313b1317af6b687756
 | |
| done;
 | |
| 	
 |