User Tools

Site Tools


quick_command_list

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
Previous revision
Next revision Both sides next revision
quick_command_list [2018/09/22 23:43]
k2patel [Testing connection or port without any software]
quick_command_list [2018/10/06 06:21]
k2patel [FFMpeg Conversion of 4K]
Line 482: Line 482:
  -c:s copy \  -c:s copy \
  <​output_file>​.mkv  <​output_file>​.mkv
 +</​code>​
 +OR
 +<code bash>
 +ffmpeg -i old_file.mp4 \
 +    -map 0:0 -map 0:1 -map 0:3 -map 0:5 \
 +    -c:v copy \
 +    -c:a:0 ac3 \
 +    -c:s copy \
 +    new_file.mp4
 </​code>​ </​code>​
  
quick_command_list.txt ยท Last modified: 2022/05/16 20:05 by k2patel