hughfenghen.github.io
hughfenghen.github.io copied to clipboard
blog
https://hughfenghen.github.io/posts/2023/07/31/webav-3-create-video/
https://hughfenghen.github.io/posts/2023/10/06/webcodecs-new-era-for-media-on-the-web/
https://hughfenghen.github.io/posts/2023/08/18/_20-things-software-engineer/
https://hughfenghen.github.io/posts/2023/09/19/edge117-amd-hevc-bugfix/
```sh git filter-branch -f --env-filter ' an="$GIT_AUTHOR_NAME" am="$GIT_AUTHOR_EMAIL" cn="$GIT_COMMITTER_NAME" cm="$GIT_COMMITTER_EMAIL" if [ "$GIT_COMMITTER_EMAIL" = "" ] then cn="" cm="" fi if [ "$GIT_AUTHOR_EMAIL" = "" ] then an="" am="" fi...