diff --git a/README.md b/README.md index 4aa2175..f214712 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ create-vod [output-dir] [-r resolutions] [-c codec] [-p poster-tim ```bash # Default (DASH + HLS, auto profiles) -create-vod video.mp4 +npx @gromlab/create-vod video.mp4 # Custom output directory npx @gromlab/create-vod video.mp4 ./output diff --git a/README_RU.md b/README_RU.md index bc5fe45..4d3a3c4 100644 --- a/README_RU.md +++ b/README_RU.md @@ -75,7 +75,7 @@ create-vod [output-dir] [-r resolutions] [-c codec] [-p poster-tim ```bash # Базовая конвертация (DASH + HLS, авто кодек, автопрофили) -create-vod video.mp4 +npx @gromlab/create-vod video.mp4 # Указать выходную директорию npx @gromlab/create-vod video.mp4 ./output