diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-05 12:17:03 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-05 12:17:03 +0100 |
| commit | d3dfec6f52d8093db276adb62021ced8f58e590c (patch) | |
| tree | 91136e5b803a7058d42f998660cd4ba86fdf379d /_posts/2023-11-04-using-ffmpeg-to-combine-video-side-by-side.md | |
| parent | e490ef9a85ff161305d5647281ed316b54366bca (diff) | |
| download | mitjafelicijan.com-d3dfec6f52d8093db276adb62021ced8f58e590c.tar.gz | |
Added lazy loading to images
Diffstat (limited to '_posts/2023-11-04-using-ffmpeg-to-combine-video-side-by-side.md')
| -rw-r--r-- | _posts/2023-11-04-using-ffmpeg-to-combine-video-side-by-side.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2023-11-04-using-ffmpeg-to-combine-video-side-by-side.md b/_posts/2023-11-04-using-ffmpeg-to-combine-video-side-by-side.md index 23d14b7..c47a726 100644 --- a/_posts/2023-11-04-using-ffmpeg-to-combine-video-side-by-side.md +++ b/_posts/2023-11-04-using-ffmpeg-to-combine-video-side-by-side.md | |||
| @@ -38,4 +38,4 @@ ffmpeg -y \ | |||
| 38 | - This will also cap frame rate to 6 (refer to `fps=6`) since that is enough and | 38 | - This will also cap frame rate to 6 (refer to `fps=6`) since that is enough and |
| 39 | this makes playback of GIFs smoother in a browser. | 39 | this makes playback of GIFs smoother in a browser. |
| 40 | 40 | ||
| 41 |  | 41 | {:loading="lazy"} |
