Skip to content

Commit

Permalink
webm > mp4
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Oct 5, 2023
1 parent 23ed26e commit 27edf0b
Show file tree
Hide file tree
Showing 27 changed files with 13 additions and 13 deletions.
Binary file added blog/2023-10-05/batterysettings.mp4
Binary file not shown.
Binary file removed blog/2023-10-05/batterysettings.webm
Binary file not shown.
Binary file added blog/2023-10-05/chargingplan.mp4
Binary file not shown.
Binary file removed blog/2023-10-05/chargingplan.webm
Binary file not shown.
Binary file added blog/2023-10-05/chargingsessions.mp4
Binary file not shown.
Binary file removed blog/2023-10-05/chargingsessions.webm
Binary file not shown.
Binary file added blog/2023-10-05/dynamicprices.mp4
Binary file not shown.
Binary file removed blog/2023-10-05/dynamicprices.webm
Binary file not shown.
12 changes: 6 additions & 6 deletions blog/2023-10-05/feature-highlights-10-2023.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ hide_table_of_contents: false
---

import Video from "../../src/components/Video";
import batterysettingsVideo from "./batterysettings.webm";
import batterysettingsVideo from "./batterysettings.mp4";
import batterysettingsPoster from "./batterysettings.webp";
import chargingplanVideo from "./chargingplan.webm";
import chargingplanVideo from "./chargingplan.mp4";
import chargingplanPoster from "./chargingplan.webp";
import chargingsessionsVideo from "./chargingsessions.webm";
import chargingsessionsVideo from "./chargingsessions.mp4";
import chargingsessionsPoster from "./chargingsessions.webp";
import dynamicpricesVideo from "./dynamicprices.webm";
import dynamicpricesVideo from "./dynamicprices.mp4";
import dynamicpricesPoster from "./dynamicprices.webp";
import minsocVideo from "./minsoc.webm";
import minsocVideo from "./minsoc.mp4";
import minsocPoster from "./minsoc.webp";
import sessionvaluesVideo from "./sessionvalues.webm";
import sessionvaluesVideo from "./sessionvalues.mp4";
import sessionvaluesPoster from "./sessionvalues.webp";

Seit dem letzten Blog-Artikel hat sich einiges getan. Wir haben viele neue Funktionen hinzugefügt und einige Fehler behoben. In diesem Artikel werden wir ein paar der neuen Funktionen hervorheben.
Expand Down
Binary file added blog/2023-10-05/minsoc.mp4
Binary file not shown.
Binary file removed blog/2023-10-05/minsoc.webm
Binary file not shown.
Binary file added blog/2023-10-05/sessionvalues.mp4
Binary file not shown.
Binary file removed blog/2023-10-05/sessionvalues.webm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ hide_table_of_contents: false
---

import Video from "../../../../src/components/Video";
import batterysettingsVideo from "./batterysettings.webm";
import batterysettingsVideo from "./batterysettings.mp4";
import batterysettingsPoster from "./batterysettings.webp";
import chargingplanVideo from "./chargingplan.webm";
import chargingplanVideo from "./chargingplan.mp4";
import chargingplanPoster from "./chargingplan.webp";
import chargingsessionsVideo from "./chargingsessions.webm";
import chargingsessionsVideo from "./chargingsessions.mp4";
import chargingsessionsPoster from "./chargingsessions.webp";
import dynamicpricesVideo from "./dynamicprices.webm";
import dynamicpricesVideo from "./dynamicprices.mp4";
import dynamicpricesPoster from "./dynamicprices.webp";
import minsocVideo from "./minsoc.webm";
import minsocVideo from "./minsoc.mp4";
import minsocPoster from "./minsoc.webp";
import sessionvaluesVideo from "./sessionvalues.webm";
import sessionvaluesVideo from "./sessionvalues.mp4";
import sessionvaluesPoster from "./sessionvalues.webp";

Since the last blog post, a lot has happened. We have added many new features and fixed some bugs. In this article we will highlight some of the new features.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Video.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default ({ src, poster }) => {
}}
poster={poster}
>
<source src={src} type="video/webm" />
<source src={src} type="video/mp4" />
Your browser does not support the video tag.
</video>
);
Expand Down

0 comments on commit 27edf0b

Please sign in to comment.