Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/ReproNim/reprostim:
  do provide -pix_fmt yuv420p since otherwise cannot even playback them later
  Change video codec for capture to be libx264 with loseless options
  • Loading branch information
yarikoptic committed Jan 6, 2024
2 parents 46bce10 + 0e1a5a5 commit ee215ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Capture/videocapture/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ ffm_opts:
#
#v_dev: "/dev/video4"
v_dev: "auto"
v_enc: "-c:v copy"
pix_fmt: ""
v_enc: "-c:v libx264 -preset veryslow -crf 0"
pix_fmt: "-pix_fmt yuv420p"
n_threads: ""
a_enc: "-acodec aac"
out_fmt: "mkv"

0 comments on commit ee215ad

Please sign in to comment.