Skip to content

Commit

Permalink
chore: add sample_fmt and sample_rate to ffprobe metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
connerdouglass committed Mar 11, 2024
1 parent 5337874 commit 5f767f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metadata/ffprobe_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ type VideoStreamMeta struct {
}

type AudioStreamMeta struct {
SampleFmt string `json:"sample_fmt"`
SampleRate string `json:"sample_rate"`
Channels int `json:"channels"`
ChannelLayout string `json:"channel_layout"`
BitsPerSample int `json:"bits_per_sample"`
Expand Down

0 comments on commit 5f767f6

Please sign in to comment.