Màj sélecteur format yt-dlp
This commit is contained in:
parent
9f12572e06
commit
286a47ba9a
2 changed files with 7 additions and 4 deletions
|
@ -1,15 +1,17 @@
|
|||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||
# The parser is also very primitive, and not human-friendly.
|
||||
htop_version=3.2.1
|
||||
htop_version=3.2.2
|
||||
config_reader_min_version=3
|
||||
fields=0 48 17 18 113 38 39 40 119 111 2 46 47 49 1
|
||||
hide_kernel_threads=1
|
||||
hide_userland_threads=1
|
||||
hide_running_in_container=0
|
||||
shadow_other_users=1
|
||||
show_thread_names=0
|
||||
show_program_path=1
|
||||
highlight_base_name=1
|
||||
highlight_deleted_exe=1
|
||||
shadow_distribution_path_prefix=0
|
||||
highlight_megabytes=1
|
||||
highlight_threads=1
|
||||
highlight_changes=0
|
||||
|
@ -37,14 +39,14 @@ column_meter_modes_0=1 2 1 1 1 2 2 2 2 2 2 2 2 2 2
|
|||
column_meters_1=RightCPUs2 Blank CPU Memory Swap Blank Uptime LoadAverage Tasks Blank DiskIO NetworkIO Blank PressureStallMemoryFull PressureStallIOFull
|
||||
column_meter_modes_1=1 2 2 2 2 2 2 2 2 2 2 2 2 2 2
|
||||
tree_view=1
|
||||
sort_key=119
|
||||
sort_key=47
|
||||
tree_sort_key=0
|
||||
sort_direction=-1
|
||||
tree_sort_direction=1
|
||||
tree_view_always_by_pid=0
|
||||
all_branches_collapsed=0
|
||||
screen:Main=PID USER PRIORITY NICE OOM M_VIRT M_RESIDENT M_SHARE M_SWAP IO_RATE STATE PERCENT_CPU PERCENT_MEM TIME Command
|
||||
.sort_key=M_SWAP
|
||||
.sort_key=PERCENT_MEM
|
||||
.tree_sort_key=PID
|
||||
.tree_view=1
|
||||
.tree_view_always_by_pid=0
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
--sub-langs fr,en,en(-|_)?[A-Z]+,-live_chat
|
||||
--embed-thumbnail
|
||||
-i
|
||||
-f "((bestvideo[vcodec^=av01][height<=?1440][width<=?2560]/bestvideo[vcodec=vp9][height<=?1440][width<=?2560]/bestvideo[height<=?1440][width<=?2560]/bestvideo)+(bestaudio[acodec=opus]/bestaudio[acodec=vorbis]/bestaudio))/best"
|
||||
-S quality,res,fps,hdr:12,vcodec,channels,acodec,lang,proto
|
||||
-f "((bestvideo[height<=?1440][width<=?2560]/bestvideo)+bestaudio)/best"
|
||||
--add-metadata
|
||||
--hls-use-mpegts
|
||||
--compat-options no-keep-subs
|
||||
|
|
Loading…
Reference in a new issue