Under the shadow of a mural for justice RBG, a fascist paramilitary abducts multiple people, tries to intimidate legal observer (Danbury, CT, 8/24/26)

https://cdn.social.linux.pizza/system/media_attachments/files/117/156/876/639/858/386/original/4477f5462d1c7a88.mp4

cross-posted from: https://infosec.pub/post/51414538

Source

A double pass with ffmpeg was used to keep the posted video under 100MB.

ffmpeg -y -i lcmRPOpKGdYFIqxVdnMV.mp4 -c:v libx265 -b:v 2600k -x265-params pass=1 -an -f null /dev/null ffmpeg -i lcmRPOpKGdYFIqxVdnMV.mp4 -c:v libx265 -b:v 2600k -x265-params pass=2 -tag:v hvc1 -c:a aac -b:a 128k out.mp4

28 points · 1 comments · view on lemmy.world

1 Comments

CubitOom@infosec.pub · 3 pts · 26d

Source

A double pass with ffmpeg was used to keep the posted video under 100MB.

ffmpeg -y -i lcmRPOpKGdYFIqxVdnMV.mp4 -c:v libx265 -b:v 2600k -x265-params pass=1 -an -f null /dev/null ffmpeg -i lcmRPOpKGdYFIqxVdnMV.mp4 -c:v libx265 -b:v 2600k -x265-params pass=2 -tag:v hvc1 -c:a aac -b:a 128k out.mp4