tangled
alpha
login
or
join now
zenfyr.dev
/
xpost
2
fork
atom
social media crossposting tool. 3rd time's the charm
mastodon
misskey
crossposting
bluesky
2
fork
atom
overview
issues
1
pulls
pipelines
add mastodon's h264 flags
zenfyr.dev
2 months ago
5acecfcf
ac341580
verified
This commit was signed with the committer's
known signature
.
zenfyr.dev
SSH Key Fingerprint:
SHA256:TtcIcnTnoAB5mqHofsaOxIgiMzfVBxej1AXT7DQdrTE=
+2
1 changed file
expand all
collapse all
unified
split
cross
media.py
+2
cross/media.py
···
92
92
cmd = [
93
93
"ffmpeg",
94
94
"-i", "pipe:0",
95
95
+
"-pix_fmt", "yuv420p",
96
96
+
"-vf", "crop=floor(iw/2)*2:floor(ih/2)*2",
95
97
"-c:v", "libx264",
96
98
"-crf", "30",
97
99
"-preset", "slow",