mirror of
https://github.com/leandromoreira/digital_video_introduction.git
synced 2026-01-09 14:38:02 -05:00
sets correct stream
This commit is contained in:
@@ -100,7 +100,7 @@ From `original` to `8kHz`:
|
||||
From `original` to `8 bits`:
|
||||
|
||||
```
|
||||
./s/ffmpeg -i /files/v/small_bunny_1080p_30fps.mp4 -sample_fmt:0:0 u8p /files/v/small_bunny_1080p_30fps_8bits.mp4 -y
|
||||
./s/ffmpeg -i /files/v/small_bunny_1080p_30fps.mp4 -sample_fmt:0:1 u8p /files/v/small_bunny_1080p_30fps_8bits.mp4 -y
|
||||
```
|
||||
|
||||
> Technically speaking, bit depth is only meaningful when applied to pure PCM devices. Non-PCM formats, such as lossy compression systems like MP3, have bit depths that are not defined in the same sense as PCM. In lossy audio compression, where bits are allocated to other types of information, the bits actually allocated to individual samples are allowed to fluctuate within the constraints imposed by the allocation algorithm.
|
||||
|
||||
Reference in New Issue
Block a user