Thad E Ginathom
Well-Known Member
It sounds lovely.
And yet, what we are actually hearing here is compressed, 44100/16 150kb/s audio!
This is new stuff to me, so corrections accepted gratefully, but my thought process started with, "Isn't listening to a digitised, you-tubed, locally-DACed recording of a turntable a bit like looking at a printed advertisement for a TV?" --- as in, how could anyone judge one medium by its representation in an entirely different one? That led me to a key question: "When I watch a YouTube video, is there a way that I can tell the details of the video stream?
Google led me to general information about bitrates in YouTube videos here and to help on extracting the info from a video file here.
I didn't get the answer I really wanted, which was to see the information while playing the video from the YouTube site (I suspect VLC should give me this, but I could not open the URL with it) but had to download the file.
info from two files, here: first, the 360, then the 1080...
(The guy uses a Presonus Inspire interface. I suspect it's a goodie! )
And yet, what we are actually hearing here is compressed, 44100/16 150kb/s audio!
This is new stuff to me, so corrections accepted gratefully, but my thought process started with, "Isn't listening to a digitised, you-tubed, locally-DACed recording of a turntable a bit like looking at a printed advertisement for a TV?" --- as in, how could anyone judge one medium by its representation in an entirely different one? That led me to a key question: "When I watch a YouTube video, is there a way that I can tell the details of the video stream?
Google led me to general information about bitrates in YouTube videos here and to help on extracting the info from a video file here.
I didn't get the answer I really wanted, which was to see the information while playing the video from the YouTube site (I suspect VLC should give me this, but I could not open the URL with it) but had to download the file.
info from two files, here: first, the 360, then the 1080...
$ ffmpeg -i VPI\ Scoutmaster\ plays\ _To\ Know\ You\ is\ to\ Love\ You_.mp4 ### 360 video
... # all sorts of garbage
Stream #0.1(und): Audio: aac, 44100 Hz, stereo, s16, 94 kb/s
...
$ $ ffmpeg -i VPI\ Scoutmaster\ plays\ _To\ Know\ You\ is\ to\ Love\ You_-1.mp4 ### 1080 video
... # all sorts of garbage
Stream #0.1(und): Audio: aac, 44100 Hz, stereo, s16, 150 kb/s
...
$
(The guy uses a Presonus Inspire interface. I suspect it's a goodie! )