piracy

Magazyn ze zdalnego serwera może być niekompletny. Zobacz więcej na oryginalnej instancji.

0x6E68, w A way to disable laugh tracks?
ensignrick,
@ensignrick@startrek.website avatar

Amazing.

Teknikal,

I remember trying to filter out the vuvuzelas during the African world cup I mainly failed and just gave up on that whole tournament.

Seeing this makes me think if it happens again I might have better lick.

ensignrick,
@ensignrick@startrek.website avatar

Seems possible. I dabbled in audio engineering, you can train a filter to remove specific noise, specifically background noise of a location.

rufus,

If I remember correctly, they did that on TV after some time. But the improved audio still wasn’t good.

xspurnx,

Woha. WOHA!

SirGaston,
@SirGaston@feddit.de avatar

Thanks man, I do not understand completely how to do this but will read into it!

Rescuer6394,

the power of an annoyed programmer

CmdrShepard,

I think this (mild/moderate annoyance) is probably the most common reason for inventing things. From cars to remote controls.

Sharpiemarker,

That’s wild

Die4Ever,

this video is 5 years old already, impressive youtu.be/DeTQBiKzmYc

rufus,

Wow. Super impressive. Guess with today’s technology you could do it pretty much 100%. I saw that model that lets you separate music into separate tracks for guitar, vocals, drums, … Guess something like that could even separate the laughs from the next actor resuming to speak.

Kind of also reminds me of those videos where they stabilize / de-shake Star Trek. There are some scenes where the ship gets shot at for example. And the actors act that out and the camera is shaking too and a bit at an angle. Looks funny once that camera shake is removed.

kersploosh, w A way to disable laugh tracks?
@kersploosh@sh.itjust.works avatar

Not easily. The laugh track isn’t a separate audio stream by the time you get the episode. It’s all mixed together with the dialogue and music.

Watching a sitcom with the laugh track missing seems like it would be awkward. The actors are constantly taking extended pauses between lines, or sometimes in the middle of a line, while the laugh is happening.

SirGaston,
@SirGaston@feddit.de avatar

Yeah I get what you mean, I just watched the link from the comment below and it feels really weird to watch it like this.

CmdrShepard,

Now you must go further down the rabbit hole and watch musicless music videos on youtube.

downhomechunk,
@downhomechunk@midwest.social avatar

Challenge accepted!

DetachablePianist,

This one’s my favorite: vid.puffyan.us/watch?v=BHkhIjG0DKc

SirGaston,
@SirGaston@feddit.de avatar

Hahaha, pure art!

AceQuorthon,

What the hell is that instance name xD

DetachablePianist,

Just the Invidious instance I found on the official list a long time ago. I like them because they’re relatively local, super reliable, and unlike a lot of other instances they actually have the download feature enabled. But yeah, their domain name is a bit awkward, lol.

nestEggParrot,

Do you mean muted music videos or is there something else entirely ?

CmdrShepard, (edited )

They’re music videos where the music and singing is cut and ‘ambient’ noise like squeaky shoes, breathing, grunting while doing dance moves, etc is dubbed back in. You’ll see what I mean if you watch one. It may be the same thing but I’ve just always heard of them referred to as “musicless music videos”

nestEggParrot,

I did. It was quite funny listening to just the lyrics. Would have been nice if they managed to keep the original vocals but that whispering voice made it funnier.

Tippon,

I used to work in a nightclub. We had a TV show book the club during the day to shoot some scenes, so the cast were acting out drinking and dancing, but without any music. It’s probably the most surreal thing I’ve seen in my life.

Lemmchen,

I don’t see anything preventing someone from not just cutting the audio out, but the video, too. Then there shouldn’t be any awkward pauses.

Draconic_NEO,
@Draconic_NEO@lemmy.dbzer0.com avatar

It might make for some very choppy transitions in certain areas, you’d need a way to smooth it out to make it less abrupt while still cutting out the majority of it in the parts where hard cutting wouldn’t work well.

battleshack, w A way to disable laugh tracks?

Original video assets from a studio has multiple audio tracks, but they are transcoded down to a single audio track before distribution to the end user. Sorry.

You could do some fancy editing, or maybe you can use machine learning somehow.

But removing the laugh track really messes with the comedic timing.

youtu.be/4BFSZ8XzWOM?feature=shared

Draconic_NEO,
@Draconic_NEO@lemmy.dbzer0.com avatar

Depends on the show and how it’s used, in my opinion it feels more disruptive than the interruptions left behind by its absence.

jws_shadotak, w A way to disable laugh tracks?

Not really, unless you know a lot about sound engineering.

I don’t think there’s any version of the show that doesn’t have a laugh track.

SirGaston,
@SirGaston@feddit.de avatar

Too bad, thanks!

HarvesterOfEyes, w OST For Games
@HarvesterOfEyes@lemmy.ml avatar

downloads.khinsider.com is the best I’ve found so far. Some numbers:

  • Total albums: 43,913
  • Total songs: 1,325,601
  • Total size: 12581
plumbercraic,
@plumbercraic@lemmy.sdf.org avatar

That’s amazing - thanks

BiomedOtaku,

Thank you !!!

bubbalu, w Z-Library Opens ‘Z-Points’ Around the World to Share Paper Books

This feels like the technoanarchist version of Little Free Libraries lol.

FullOfBallooons, w OST For Games
@FullOfBallooons@leminal.space avatar

Sitting on Clouds is pretty good, especially for newer stuff.

BiomedOtaku,

Thanks!

retro,

In addition, Squid-Board is great. It’s the new FFShrine.

BiomedOtaku,

Thank you kind soul !!

user224, w Z-Library Opens ‘Z-Points’ Around the World to Share Paper Books
@user224@lemmy.sdf.org avatar

I wonder what they’ll name it if they ever come to Slovakia or Czech republic. “Z-Points” are personal pick-up points of the Packeta delivery service.

nestEggParrot,

Isnt that their current offering? But also yes as the article speaks of digitizing.

roawre, w Guides / Apps for encoding

Mkvtoolnix ?

bear_with_a_hammer, w Separate qBittorent admin container?

Use VPN to tunnel it’s built-in UI to some other server

Kissaki, w Guides / Apps for encoding
@Kissaki@feddit.de avatar

With ffmpeg


<span style="color:#323232;">ffmpeg -i src -c copy -map 0:v:0 -map 0:v:1 -map 0:a out.mkv
</span>

ffmpeg uses a sectioned parameter approach. Input parameters and input, optionally multiple, output parameters and output target.

In my example I specified copy as codec so the streams are copied as-is, without reencoding. I used map to map video streams 1 and 2 of the first input, and default/all audio streams.

The ffmpeg reference docs are thorough. The wiki has some more guide, example, and explanatory docs.

TheFool, w Guides / Apps for encoding
@TheFool@infosec.pub avatar

ffmpeg, if you need a gui use handbreak

Sourmilk,

I currently use Handbrake (I’m not much without a GUI aha) but it doesn’t seem to have any options for merging / combining video files. I’m hoping to encode here, but the bluray source splits the movie into a couple of video files, and I’d like to combine them first before encoding

TheFool,
@TheFool@infosec.pub avatar

Are you trying to concat streams or just to remux? For remuxing as roawre said there’s also MkvToolNix, which works great (and it has a gui don’t worry)

Sourmilk,

Mkvtoolnix

I’m sorry, I’ve done a poor job explaining. The source has split the movie, intro, and credits into 3 video files, and i’d like to make them one file, before or during the re-encoding process, so that the final movie includes the intro and credits. I’m currently grabbing MKVtoolnix, to see if it can do it, but I completely missed @roawre comment, so thank you for re-iterating, thanks to roawre for the original comment, and thanks to everyone for their responses, getting into this seems overwhelming and i’m so grateful to have your assistance!

Also, the files I have are “.m2ts”, will mkvtoolnix support this, or will I need to encode first? MKVtoolnixs website seems to imply it only really likes .MKV files

TheFool,
@TheFool@infosec.pub avatar

Okay MkvToolnix isn’t the right tool for that afaik, but ffmpeg is and it sucks there isn’t a GUI for it that’s as powerful as the cli which is what I use, luckily you can find a lot of help online,

Apart from that I’m afraid i can’t help much, but good luck with your search!

user, w Z-Library Opens ‘Z-Points’ Around the World to Share Paper Books

will they scan the book into pdf and make available online? that would be great.

nestEggParrot,

Isnt that their current offering? But also yes as the article speaks of digitizing.

Techmaster, w Separate qBittorent admin container?

You’re probably looking for something like Deluge.

canni, w Separate qBittorent admin container?

But why though? You could set up a proxy or something, but I can’t imagine why you would do that

matey,

I want to have multiple UIs in front of the same client.

canni,

qbitorrent has a webgui built in. You can access it simultaneously from multiple machines over http

  • Wszystkie
  • Subskrybowane
  • Moderowane
  • Ulubione
  • rowery
  • test1
  • Spoleczenstwo
  • lieratura
  • muzyka
  • piracy@lemmy.dbzer0.com
  • sport
  • Blogi
  • Technologia
  • Pozytywnie
  • nauka
  • FromSilesiaToPolesia
  • fediversum
  • motoryzacja
  • niusy
  • slask
  • informasi
  • Gaming
  • esport
  • Psychologia
  • tech
  • giereczkowo
  • ERP
  • krakow
  • antywykop
  • Cyfryzacja
  • zebynieucieklo
  • kino
  • warnersteve
  • Wszystkie magazyny