Skip to content

Commit

Permalink
display bit depth overall again and change its location
Browse files Browse the repository at this point in the history
  • Loading branch information
dericed committed Nov 19, 2022
1 parent 6ce0168 commit 4e15bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astataudit
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ _get_csv_row(){
_add_column -f ffprobe streams stream.0.codec_name
_add_column -f astats 1 "Bit depth"
_add_column -f astats 2 "Bit depth"
_add_column -f astats Overall "Bit depth"
_add_column -f astats 1 "Crest factor"
_add_column -f astats 2 "Crest factor"
_add_column -P astats 1 "DC offset"
Expand Down Expand Up @@ -429,6 +428,7 @@ _get_csv_row(){
_add_column bwfmetaedit Tech SampleRate
_add_column bwfmetaedit Tech BitRate
_add_column bwfmetaedit Tech BitPerSample
_add_column astats Overall "Bit depth"
_add_column bwfmetaedit Tech Duration
_add_column bwfmetaedit Tech UnsupportedChunks
_add_column bwfmetaedit Tech bext
Expand Down

0 comments on commit 4e15bbc

Please sign in to comment.