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/23 07:59]
k2patel [FFMpeg Conversion of 4K]
quick_command_list [2019/01/21 06:16]
k2patel [FFMpeg Conversion of 4K]
Line 490: Line 490:
     -c:a:0 ac3 \     -c:a:0 ac3 \
     -c:s copy \     -c:s copy \
-    ​avatar_4k.mp4+    ​new_file.mp4 
 +</​code>​ 
 +OR 
 +<code bash> 
 +ffmpeg -i old_file.mkv \ 
 +    -map 0:0 -map 0:1 -map 0:2 \ 
 +    -c:v copy \ 
 +    -c:a:0 ac3 \ 
 +    -c:s copy \ 
 +    -disposition:​s:​0 forced \ 
 +    new_file.mkv
 </​code>​ </​code>​
  
quick_command_list.txt · Last modified: 2022/05/16 20:05 by k2patel