←back to thread

678 points georgemandis | 7 comments | | HN request time: 1.455s | source | bottom
Show context
w-m ◴[] No.44378345[source]
With transcribing a talk by Andrej, you already picked the most challenging case possible, speed-wise. His natural talking speed is already >=1.5x that of a normal human. One of the people you absolutely have to set your YouTube speed back down to 1x when listening to follow what's going on.

In the idea of making more of an OpenAI minute, don't send it any silence.

E.g.

    ffmpeg -i video-audio.m4a \
      -af "silenceremove=start_periods=1:start_duration=0:start_threshold=-50dB:\
                         stop_periods=-1:stop_duration=0.02:stop_threshold=-50dB,\
                         apad=pad_dur=0.02" \
      -c:a aac -b:a 128k output_minpause.m4a -y
will cut the talk down from 39m31s to 31m34s, by replacing any silence (with a -50dB threshold) longer than 20ms by a 20ms pause. And to keep with the spirit of your post, I measured only that the input file got shorter, I didn't look at all at the quality of the transcription by feeding it the shorter version.
replies(12): >>44378492 #>>44378769 #>>44378939 #>>44378971 #>>44380884 #>>44380906 #>>44381352 #>>44382788 #>>44382864 #>>44384720 #>>44388923 #>>44388970 #
1. QuantumGood ◴[] No.44382788[source]
I wish there was a 2.25x YouTube option for "normal" humans. I already use every shortcut, and listen at 2x 90% of the time. But Andrej I can't take faster than 1.25x
replies(4): >>44383398 #>>44384354 #>>44386815 #>>44388627 #
2. zamadatix ◴[] No.44383398[source]
YouTube ran an experiment with up to 4x playback on mobile (???) but it went away in February. I get a lot of the experiments they do being experiments but why just allowing the slider to go farther is such a back and forth hoopla is beyond me. It's one of the oft touted features of 3rd party apps and extensions with nearly 0 UI impact to those who don't want to use it (just don't slide the slider past 2x if you don't want past 2x).

https://www.theverge.com/news/603581/youtube-premium-experim...

replies(2): >>44383784 #>>44385490 #
3. K2L8M11N2 ◴[] No.44383784[source]
As a premium subscriber I currently have 4x available on Android and they recently (in the last month) added it to web too
4. ars ◴[] No.44384354[source]
Install this: https://mybrowseraddon.com/video-speed-control.html

I listen to a lot of videos on 3 or even 4x.

5. zelphirkalt ◴[] No.44385490[source]
Probably, because they are "A/B testing" things, that do not really show much effect or depend on more circumstances, than they care to eliminate and then overinterpret the results. Like almost all corporate A/B testing.
6. david_allison ◴[] No.44386815[source]
I have up to 4x (in steps of 0.05) with YouTube Premium on Android
7. zahlman ◴[] No.44388627[source]
Meanwhile, I've found that just reading the transcript is often good enough.