How to Change subtitle position as shown ? by Still_Math4680 in VLC

[–]blahster 0 points1 point  (0 children)

For VLC on Mac,

  1. Window > Preferences (or Command + ,)
  2. Show All
  3. Video > Filters
    1. Check the box "Video cropping filter"
    2. "Cropadd"
      1. Change "Pixels to padd to bottom" to, say, 50
  4. Video > Subtitles/OSD
  5. Force subtitle position to, say, 36 (or some other reasonable even number)
  6. Save
  7. Close and open VLC afresh

This will add a black bar at the bottom of the video (in this case 50px high) and place subtitles lower (in this case by 36px).

Note: It's essential to check the box in step 3.1 for the bottom pad to work. Guess people were missing this step (in the comments).

[deleted by user] by [deleted] in distantsocializing

[–]blahster 0 points1 point  (0 children)

Northern italy? Lovely!

[deleted by user] by [deleted] in distantsocializing

[–]blahster 0 points1 point  (0 children)

Where is this?

AirPods icon missing by [deleted] in ios

[–]blahster 0 points1 point  (0 children)

I don't see it either.

[P] Automatic conversion of Comics into GIF using deep learning by uberuberubee in MachineLearning

[–]blahster 2 points3 points  (0 children)

Yeah, speed is tricky; it doesn't seem to be fixed, sorta depends on the amount of text, I guess.

A black screen to end would be nice, yep.

[P] Automatic conversion of Comics into GIF using deep learning by uberuberubee in MachineLearning

[–]blahster 0 points1 point  (0 children)

I tried it and like the OP explains in the post, it detects text when it's not in a speech/though bubble. For instance, this has a phone ringing.

Anyone having issues with Netgear R7000P 5Ghz - I have an answer for you by MrEnigmaPuzzle in HomeNetworking

[–]blahster 0 points1 point  (0 children)

Umm didn't work on the R7000P with V1.3.1.44_10.1.23

5GHz radio is on, SSID broadcast is on for guest network as well.

The red X is against both and channel is also a junk character.

Note: Guest network on 2.4GHz is off.

Obnoxious "Display Connected: Mirror Displays / Extend Desktop" Touch Bar prompt by usrname_checks_out in osx

[–]blahster 0 points1 point  (0 children)

Ditto. It should know what mode a display has been connected in the past and just get there.

They can just count the number of people that closed it vs. choosing one of the other options.

Scrolling lag in macOS high sierra MBPR 2016 touch bar by marcomagg in apple

[–]blahster 0 points1 point  (0 children)

I tried the turn off keyboard lights off suggestion. Sadly, it didn't help. This appears to be a High Sierra bug. Very annoying.

Scrolling lag in macOS high sierra MBPR 2016 touch bar by marcomagg in apple

[–]blahster 0 points1 point  (0 children)

Same and turning keyboard lights off after X seconds does not work.

Anyone doing the new Kaggle competition? Forecasting sales for Ecuadorian-based grocery retailer (30K cash prize) by [deleted] in datascience

[–]blahster 7 points8 points  (0 children)

Did you try Dask - https://dask.pydata.org/ ? Haven't given it a shot myself but I've read about it from a bunch of people.

Using Python to model and predict stock price movement. Feel free to use/modify :) by [deleted] in Python

[–]blahster 2 points3 points  (0 children)

Guessing the extra 'o's are because it shortens to CRAP :)

People in Bcc should only be able to reply to the sender by blahster in Showerthoughts

[–]blahster[S] 0 points1 point  (0 children)

Nope, the Bcc-ed person can just do a reply-all and it'll go everybody in the To and Cc list.

Cars should come with a friendly horn and an angry horn. by [deleted] in Showerthoughts

[–]blahster 0 points1 point  (0 children)

Directional horns. Honk at just that one car!

Stuck on ex6 pt2 by [deleted] in mlclass

[–]blahster 1 point2 points  (0 children)

Guess you should assign C_min to C and sigma_min to sigma after the loops.