Skip to content

Commit

Permalink
Merge pull request #61 from zhangp365/main
Browse files Browse the repository at this point in the history
Swaps pix_fmt for h264 and webm to 420p10le
  • Loading branch information
AustinMroz committed Nov 17, 2023
2 parents a824859 + d36f61f commit aba622c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion video_formats/h264-mp4.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"main_pass":
[
"-n", "-c:v", "libx264",
"-pix_fmt", "yuv420p"
"-pix_fmt", "yuv420p10le"
],
"extension": "mp4"
}
2 changes: 1 addition & 1 deletion video_formats/webm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"main_pass":
[
"-n",
"-pix_fmt", "yuv420p"
"-pix_fmt", "yuv422p12le"
],
"extension": "webm"
}

0 comments on commit aba622c

Please sign in to comment.