I try some one like this "avidemux_cli.exe --load test.mkv --video-process --720p-res --video-codec x264 --save test720.mkv --quit"
not working.
I need to keep the two sound track in video i think this is the easy one to use. but looks i am wrong?
I need to conver many files.
can some one help please....
I am first time using video edit program.
thank you for all.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 10 of 10
			
		- 
	Last edited by nooblearning; 15th Feb 2015 at 13:15. 
- 
	
- 
	You can adjust the other encoding settings (e.g. quality , speed, presets, etc...) 
 
 Once you are happy, you can use a ffmpeg GUI to batch convert with a preset e.g. ffqueue or tencoder
 
 or use a dos command to batch convert all the MP4's in a folder e.g.
 
 Code:for %a in ("*.mp4") do ffmpeg -i "%a" -map 0:0 -map 0:1 -map 0:2 -c:v libx264 -s 1280x720 -c:a copy -c:a copy "%~na.720p.mp4"
- 
	thank you update the command, 
 
 i am good with this one "for %%a in ("1080\*.*") do ffmpeg -i "%%a" -map 0:0 -map 0:1 -map 0:2 -c:v libx264 -s 1280x720 -c:a copy -c:a copy "720\%%~na.mp4""
 
 
 just put all video file in 1080 and come out 720 folder.
 
 thank you again. help me a lot


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote Visit Homepage
				Visit Homepage
			 
 
			
			 
			
