User Tools

Site Tools


ubuntu:handbrake

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
ubuntu:handbrake [2016/12/02 07:12]
tschulz [Ffmeg Split Video File]
ubuntu:handbrake [2016/12/02 07:14]
tschulz [Ffmeg Encode to x264/AC3]
Line 71: Line 71:
 <file bash> <file bash>
 ffmpeg -i <​INPUT_FILE>​ -vcodec libx264 -acodec ac3 -ar 48000 -ab 384k -ac 6 <​OUTPUT_FILE>​ ffmpeg -i <​INPUT_FILE>​ -vcodec libx264 -acodec ac3 -ar 48000 -ab 384k -ac 6 <​OUTPUT_FILE>​
 +</​file>​
 +
 +===== Ffmeg Encode to MP4/AC3 =====
 +<file bash>
 +ffmpeg -i <​INPUT_FILE>​ -vcodec mpeg4 -acodec ac3 -ar 48000 -ab 384k -ac 6 <​OUTPUT_FILE>​
 </​file>​ </​file>​
  
ubuntu/handbrake.txt · Last modified: 2017/01/13 14:35 by tschulz