holoviz-topics / panel-chat-examples

Examples of Chat Bots using Panels chat features: Traditional, LLMs, AI Agents, LangChain, OpenAI etc
https://holoviz-topics.github.io/panel-chat-examples/
MIT License
105 stars 31 forks source link

Convert webm to mp4 #56

Closed MarcSkovMadsen closed 10 months ago

MarcSkovMadsen commented 10 months ago

Closes #54

I converted the videos to mp4 manually. I used to opportunity to cut the first empty 1-4 seconds of each video.

Would make the videos able to play on iphone too @ahuang11 .

codecov-commenter commented 10 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (1ce80bf) 98.41% compared to head (2a8b350) 98.41%. Report is 5 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #56 +/- ## ======================================= Coverage 98.41% 98.41% ======================================= Files 2 2 Lines 63 63 ======================================= Hits 62 62 Misses 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ahuang11 commented 10 months ago

I wonder if we can add a hatch run command to automate this?

  1. Create videos of all
  2. Move the videos to docs
  3. Convert videos to mp4
MarcSkovMadsen commented 10 months ago

I wonder if we can add a hatch run command to automate this?

  1. Create videos of all
  2. Move the videos to docs
  3. Convert videos to mp4

Agree. But I hope its ok to merge this one now? Then later I or someone else hopefully implements this.

I've made a feature request for it https://github.com/holoviz-topics/panel-chat-examples/issues/58