mirror of
https://github.com/Tavish9/any4lerobot.git
synced 2026-05-22 09:29:44 +00:00
update ffmpeg compilation
This commit is contained in:
@@ -105,6 +105,13 @@ pip install -e .
|
|||||||
> ffmpeg_args["-vf"] = vf
|
> ffmpeg_args["-vf"] = vf
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
> [!TIP]
|
||||||
|
> We recommend using `libsvtav1` as the vcodec for ffmpeg when encoding videos during dataset conversion.
|
||||||
|
|
||||||
|
Compile FFmpeg with libsvtav1 encoder (Optional):
|
||||||
|
|
||||||
|
`libsvtav1` is only supported in higher version of ffmpeg, so many users need to compile ffmpeg to enable it. You can follow this [link](https://trac.ffmpeg.org/wiki/CompilationGuide) for detailed compilation instructions..
|
||||||
|
|
||||||
Download source code:
|
Download source code:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user