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
Last revision Both sides next revision
quick_command_list [2019/01/21 06:15]
k2patel
quick_command_list [2022/01/16 03:39]
k2patel [FFMpeg Conversion of 4K]
Line 468: Line 468:
 <code bash> <code bash>
 cat < /​dev/​tcp/​k2patel.in/​3306 cat < /​dev/​tcp/​k2patel.in/​3306
 +</​code>​
 +
 +==== Setting id tag on mp3 ====
 +Setting mp3 tag on multiple file based on filename as song name.\\
 +Same artist.
 +<code bash>
 +while read k2; do id3tag -a'xyz guru' -A'​SuperSpeed'​ -s"​${k2%%.*}"​ -y'​2021'​ "​${k2}"​ ; done < <(ls *.mp3)
 </​code>​ </​code>​
  
Line 499: Line 506:
     -c:a:0 ac3 \     -c:a:0 ac3 \
     -c:s copy \     -c:s copy \
- -disposition:​s:​0 forced \+    ​-disposition:​s:​0 forced \
     new_file.mkv     new_file.mkv
 </​code>​ </​code>​
quick_command_list.txt ยท Last modified: 2022/05/16 20:05 by k2patel