Skip to content

Add Hai Nguyen to experts page#6963

Merged
JonnyBurger merged 2 commits intoremotion-dev:mainfrom
haingt-dev:add-expert-hai-nguyen
Apr 2, 2026
Merged

Add Hai Nguyen to experts page#6963
JonnyBurger merged 2 commits intoremotion-dev:mainfrom
haingt-dev:add-expert-hai-nguyen

Conversation

@haingt-dev
Copy link
Copy Markdown
Contributor

Summary

Adding myself as a Remotion expert. I built a full AI video production pipeline using Remotion 4.0:

  • Pipeline: Bookie AI Book Video — end-to-end book-to-video content production
  • Tech: Self-hosted TTS (viXTTS), Gemini API image generation, SRT-driven subtitle timing, Ken Burns motion presets, cross-dissolve transitions, audio spectrum visualization
  • Rendering: GPU-accelerated on Linux (NVIDIA + ANGLE EGL), H.264 CRF 18, 1080p@30fps
  • Scale: ~1 hour per complete video, 1-person operation

Available for AI-powered video pipelines and Remotion integrations.

Built a full AI video production pipeline using Remotion 4.0 with
self-hosted TTS, Gemini API, and GPU-accelerated rendering on Linux.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@pullfrog
Copy link
Copy Markdown
Contributor

pullfrog bot commented Apr 2, 2026

Reviewed PR #6963. Found 3 issues: image is non-square (2765×3672) with embedded GPS EXIF data, since date is backdated to 2025-06-01, and the generated expert card (experts-hai-nguyen.png) is missing. Review posted.

Task list (5/5 completed)
  • Read the full diff and experts-data.tsx changes
  • Check image format (should be PNG per skill, PR uses JPG)
  • Verify expert entry structure against conventions
  • Check for missing render-cards step
  • Submit review

Pullfrog  | View workflow run | Triggered by Pullfrog | Using Big Pickle (free) | 𝕏

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Apr 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bugs Ready Ready Preview, Comment Apr 2, 2026 7:24am
remotion Ready Ready Preview, Comment Apr 2, 2026 7:24am

Request Review

Copy link
Copy Markdown
Contributor

@pullfrog pullfrog bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Three issues to address before merging. The image needs preprocessing (square crop + EXIF strip), the since date is backdated, and the generated expert card (experts-hai-nguyen.png) is missing.

Image: hai.jpg is 2765×3672 (not square) and contains EXIF metadata with GPS coordinates and device info — a privacy concern. Please crop to a square headshot, strip EXIF data (e.g. exiftool -all= hai.jpg), and update both copies.

Pullfrog  | Fix all ➔Fix 👍s ➔View workflow run | Using Big Pickle (free) | 𝕏

linkedin: 'in/haingt-dev/',
email: 'hai@haingt.dev',
videocall: null,
since: new Date('2025-06-01').getTime(),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since is set to 2025-06-01, which is ~10 months in the past. This should be set to today's date (or the anticipated merge date).

Suggested change
since: new Date('2025-06-01').getTime(),
since: new Date('2026-04-02').getTime(),

</div>
),
},
{
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The generated expert card packages/docs/static/generated/experts-hai-nguyen.png is missing. After making image changes, run bun render-cards from packages/docs and commit the generated file.

@JonnyBurger
Copy link
Copy Markdown
Member

Thanks! You seem legit, I will accept you 😊 Welcome as a Remotion Expert! 🎉

Are you also in our Discord Server? DM me and I will give you a special role as well.

- Resize hai.jpg from 2765x3672 (668KB) to 400px (27KB)
- Fix since date to 2026-04-02
- Render cards

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@JonnyBurger JonnyBurger enabled auto-merge (squash) April 2, 2026 07:22
@JonnyBurger JonnyBurger merged commit 9c6d1f7 into remotion-dev:main Apr 2, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants