Skip to content

Commit

Permalink
Sync profiles with vhs-decode
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorIsAJitterbug committed Oct 24, 2023
1 parent 72d95de commit 8dc3d20
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions tbc-video-export.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"v_format": "y8",
"container": "mkv"
},
"prores_hq_422": {
"prores_hq": {
"v_codec": "prores",
"v_opts": [
"-profile:v",
Expand Down Expand Up @@ -177,7 +177,7 @@
"-ar",
"48000",
"-b:a",
"160K"
"320K"
],
"container": "mov"
},
Expand Down Expand Up @@ -212,6 +212,34 @@
"12"
],
"container": "mkv"
},
"x265_web": {
"v_codec": "libx265",
"v_opts": [
"-crf",
"18",
"-preset",
"slow",
"-maxrate",
"8M",
"-bufsize",
"16M",
"-movflags",
"+faststart",
"-x264opts",
"interlaced=0"
],
"v_format": "yuv420p",
"v_filter": "bwdif",
"v_double_rate": true,
"a_codec": "aac",
"a_opts": [
"-ar",
"48000",
"-b:a",
"320K"
],
"container": "mov"
}
}
}

0 comments on commit 8dc3d20

Please sign in to comment.