Skip to content

Commit

Permalink
Update ffmpeg_profile.py
Browse files Browse the repository at this point in the history
Add h264 mac profile
  • Loading branch information
jburnhams authored and time4tea committed Sep 8, 2024
1 parent 3e4a996 commit 57ac4e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gopro_overlay/ffmpeg_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@
"input": [],
"output": ["-vcodec", "vp8", "-pix_fmt", "yuva420p", "-auto-alt-ref", "0"]
},
"mac": {
"mac_hevc": {
"input": ["-hwaccel", "videotoolbox"],
"output": ["-vcodec", "hevc_videotoolbox", "-q:v", "60"]
},
"mac": {
"input": ["-hwaccel", "videotoolbox"],
"output": ["-vcodec", "h264_videotoolbox", "-q:v", "60"]
}
}

Expand Down

0 comments on commit 57ac4e1

Please sign in to comment.