Skip to content

Commit

Permalink
change video codec to libx264
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-git committed Dec 4, 2024
1 parent 39238bc commit 61fa833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lerobot/common/datasets/video_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def encode_video_frames(
imgs_dir: Path | str,
video_path: Path | str,
fps: int,
vcodec: str = "libsvtav1",
vcodec: str = "libx264",
pix_fmt: str = "yuv420p",
g: int | None = 2,
crf: int | None = 30,
Expand Down

0 comments on commit 61fa833

Please sign in to comment.