VideoHelp Forum
+ Reply to Thread
Results 1 to 19 of 19
Thread
  1. is there a way to remove the first and last lines of all subtitles by bulk/batch automatically? its just author's name and website info.
    Windows 10, MPC-BE
    Quote Quote  
  2. bulk search and replace with a text editor
    Quote Quote  
  3. Can you explain how? I do have notepad++ but the problem would be it would still leave behind the timecodes. I assume some syntax or expression?
    Windows 10, MPC-BE
    Quote Quote  
  4. enter the srt code for example

    so i can tell you how and what to replace
    Quote Quote  
  5. Member
    Join Date
    Jul 2007
    Location
    United States
    Search Comp PM
    What type of subtitles, .srt, .ass, .sub, etc? Some media players may not display a blank subtitle line correctly and you'll have to run them through a subtitle editor to properly renumber the remaining lines.

    For .srt, I've been using InfoRapid Search and Replace for https://www.snapfiles.com/get/irapid.html, then running them through SubMagic to renumber the lines.
    Quote Quote  
  6. Ok it's an ASS file, but I could get the original SRT file either way.

    Code:
    [Script Info]
    ; This is an Advanced Sub Station Alpha v4+ script.
    Title: Breaking Bad S02E01 Seven Thirty-Seven
    ScriptType: v4.00+
    Collisions: Normal
    PlayDepth: 0
    
    [V4+ Styles]
    Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding
    Style: Default,Arial,16,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,1,0,0,0,100,100,0,0,3,2,0,2,10,10,10,1
    
    [Events]
    Format: Layer, Start, End, Style, Actor, MarginL, MarginR, MarginV, Effect, Text
    Dialogue: 0,0:00:01.00,0:00:06.24,Default,,0000,0000,0010,,{\fs20\a2}Subs collected, corrected and if necessary re-synced by Tronar for\N"Breaking Bad Season 1, 2, 3, 4 & 5 + Extras BDRip DVDRip HDTV TSV"
    Windows 10, MPC-BE
    Quote Quote  
  7. Notepad++ menu
    SEARCH FIND IN FILES
    ^.*Subs collected.*
    Replace with Nothing
    Click on Regular Expression
    From Director select directory of files to replace
    Filters *.ass
    Last edited by teodz1984; 4th Nov 2019 at 17:03.
    Quote Quote  
  8. ^Style\: Default.*Subs collected.*$ this did not work, "0 files replaced". Also tried just *Subs collected.*$
    Windows 10, MPC-BE
    Quote Quote  
  9. ^.*Subs collected.*

    Sorry My Mistake
    Last edited by teodz1984; 4th Nov 2019 at 17:03.
    Quote Quote  
  10. still not working. 0 occurrences replaced
    Windows 10, MPC-BE
    Quote Quote  
  11. Did you select regular expression from the options?
    Quote Quote  
  12. yes. but i didnt check ". matches newline" should i try that?
    Windows 10, MPC-BE
    Quote Quote  
  13. Member
    Join Date
    Jul 2011
    Location
    Denmark
    Search Comp PM
    You could try Subtitle Edit, Tools -> Batch convert. Enable "Multiple replace" and use "Example 3" regex from here: https://nikse.dk/SubtitleEdit/Help#multiple_replace
    Quote Quote  
  14. Hmm It removed all the dialogue, not just the first and last. I had given the short version of the code. Here is the full code (some lines removed for 50k limit)

    Code:
    [Script Info]
    ; This is an Advanced Sub Station Alpha v4+ script.
    Title: Breaking Bad S04E07 Problem Dog
    ScriptType: v4.00+
    Collisions: Normal
    PlayDepth: 0
    
    [V4+ Styles]
    Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding
    Style: Default,Arial,16,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,1,0,0,0,100,100,0,0,3,2,0,2,10,10,10,1
    
    [Events]
    Format: Layer, Start, End, Style, Actor, MarginL, MarginR, MarginV, Effect, Text
    Dialogue: 0,0:00:02.00,0:00:07.24,Default,,0000,0000,0010,,{s202}Subs collected, corrected and if necessary re-synced by Tronar for\N"Breaking Bad Season 1, 2, 3, 4 & 5 + Extras BDRip DVDRip HDTV TSV"
    Dialogue: 0,0:00:24.27,0:00:25.69,Default,,0000,0000,0010,,{s202}It came out of nowhere.
    Dialogue: 0,0:00:25.85,0:00:28.36,Default,,0000,0000,0010,,{s202}You gotta help us.
    Dialogue: 0,0:00:30.69,0:00:33.53,Default,,0000,0000,0010,,{s202}- Look at all this damn water.\N- Don't drink that.
    Dialogue: 0,0:26:48.73,0:26:53.27,Default,,0000,0000,0010,,{s202}I don't wanna see that in your hand\Nunless you see me with mine.
    Dialogue: 0,0:26:53.44,0:26:55.82,Default,,0000,0000,0010,,{s202}Emergency only.
    Dialogue: 0,0:26:56.65,0:26:58.90,Default,,0000,0000,0010,,{s202}First car is coming.
    Dialogue: 0,0:27:02.49,0:27:05.29,Default,,0000,0000,0010,,{s202}All right,\Nwhat's the order of the day?
    Dialogue: 0,0:27:05.58,0:27:07.83,Default,,0000,0000,0010,,{s202}Eyes open, mouth shut.
    Dialogue: 0,0:28:12.14,0:28:14.10,Default,,0000,0000,0010,,{s202}A lot of guns.
    Dialogue: 0,0:28:14.27,0:28:17.23,Default,,0000,0000,0010,,{s202}Nobody's asking you\Nto give up yours.
    Dialogue: 0,0:28:20.40,0:28:23.57,Default,,0000,0000,0010,,{s202}You wanna sweep the place\Nbefore you bring in your guys?
    Dialogue: 0,0:28:24.07,0:28:26.20,Default,,0000,0000,0010,,{s202}I am the guy.
    Dialogue: 0,0:28:29.50,0:28:31.58,Default,,0000,0000,0010,,{s202}All right, then.
    Dialogue: 0,0:28:35.38,0:28:37.21,Default,,0000,0000,0010,,{s202}Welcome.
    Dialogue: 0,0:28:38.59,0:28:40.51,Default,,0000,0000,0010,,{s202}Where is the rest of your party?
    Dialogue: 0,0:28:42.22,0:28:43.80,Default,,0000,0000,0010,,{s202}I am the only one coming.
    Dialogue: 0,0:28:44.39,0:28:45.84,Default,,0000,0000,0010,,{s202}And why is that?
    Dialogue: 0,0:28:46.47,0:28:50.93,Default,,0000,0000,0010,,{s202}My employers feel I can adequately\Nrepresent their interests.
    Dialogue: 0,0:28:55.06,0:28:56.48,Default,,0000,0000,0010,,{s202}Please, sit.
    Dialogue: 0,0:29:11.66,0:29:13.12,Default,,0000,0000,0010,,{s202}This is my offer.
    Dialogue: 0,0:29:13.50,0:29:18.21,Default,,0000,0000,0010,,{s202}In consideration\Nof our previous relationship...
    Dialogue: 0,0:29:20.30,0:29:24.67,Default,,0000,0000,0010,,{s202}...I will make a one-time payment...
    Dialogue: 0,0:29:24.84,0:29:29.22,Default,,0000,0000,0010,,{s202}...of 50 million U.S. dollars.
    Dialogue: 0,0:29:32.89,0:29:36.77,Default,,0000,0000,0010,,{s202}In return our business is concluded.
    Dialogue: 0,0:29:37.90,0:29:41.36,Default,,0000,0000,0010,,{s202}No further payments.\NNo further contact.
    Dialogue: 0,0:29:41.57,0:29:44.40,Default,,0000,0000,0010,,{s202}An absolute severance.
    Dialogue: 0,0:29:54.37,0:29:56.58,Default,,0000,0000,0010,,{s202}You have no response?
    Dialogue: 0,0:30:23.98,0:30:26.40,Default,,0000,0000,0010,,{s202}This is not a negotiation.
    Dialogue: 0,0:31:25.63,0:31:27.17,Default,,0000,0000,0010,,{s202}You got something of mine?
    Dialogue: 0,0:31:34.72,0:31:36.81,Default,,0000,0000,0010,,{s202}Glove box.
    Dialogue: 0,0:31:40.64,0:31:43.23,Default,,0000,0000,0010,,{s202}Figure I better teach you\Nhow to shoot.
    Dialogue: 0,0:31:43.40,0:31:45.44,Default,,0000,0000,0010,,{s202}Could be things are gonna get hairy.
    Dialogue: 0,0:31:48.32,0:31:50.32,Default,,0000,0000,0010,,{s202}What is this?
    Dialogue: 0,0:31:50.82,0:31:54.03,Default,,0000,0000,0010,,{s202}I mean, you're giving me a gun...
    Dialogue: 0,0:31:54.20,0:31:57.99,Default,,0000,0000,0010,,{s202}...and now I'm, like, part of the team\Nor whatever?
    Dialogue: 0,0:32:00.46,0:32:03.29,Default,,0000,0000,0010,,{s202}He said he sees something in me.
    Dialogue: 0,0:32:04.46,0:32:05.67,Default,,0000,0000,0010,,{s202}Like what?
    Dialogue: 0,0:32:09.76,0:32:12.47,Default,,0000,0000,0010,,{s202}If I had to put it in a word...
    Dialogue: 0,0:32:13.30,0:32:17.10,Default,,0000,0000,0010,,{s202}...I'd guess loyalty.
    Dialogue: 0,0:32:17.26,0:32:19.14,Default,,0000,0000,0010,,{s202}Loyalty.
    Dialogue: 0,0:32:23.19,0:32:26.48,Default,,0000,0000,0010,,{s202}Only maybe you got it\Nfor the wrong guy.
    Dialogue: 0,0:32:44.50,0:32:46.17,Default,,0000,0000,0010,,{s202}Jesse?
    Dialogue: 0,0:32:47.21,0:32:48.88,Default,,0000,0000,0010,,{s202}- Hey.\N- Hey.
    Dialogue: 0,0:32:49.05,0:32:51.01,Default,,0000,0000,0010,,{s202}Long time, no see.
    Dialogue: 0,0:32:53.55,0:32:55.34,Default,,0000,0000,0010,,{s202}How you doing?
    Dialogue: 0,0:32:55.51,0:32:57.30,Default,,0000,0000,0010,,{s202}Yeah, you know...
    Dialogue: 0,0:32:57.85,0:33:00.60,Default,,0000,0000,0010,,{s202}- ...good.\N- Good.
    Dialogue: 0,0:33:00.93,0:33:02.60,Default,,0000,0000,0010,,{s202}Good.
    Dialogue: 0,0:33:04.23,0:33:07.69,Default,,0000,0000,0010,,{s202}Okay, we're gonna get started.\NYou coming in?
    Dialogue: 0,0:33:11.40,0:33:14.90,Default,,0000,0000,0010,,{s202}So the truth is, we can't change\Nthe past, what's done is done.
    Dialogue: 0,0:33:15.07,0:33:18.53,Default,,0000,0000,0010,,{s202}We've gotta own our actions,\Nbut putting ourselves on trial...
    Dialogue: 0,0:33:18.70,0:33:22.66,Default,,0000,0000,0010,,{s202}...acting as our own judge, jury\Nand executioner, it's not the answer.
    Dialogue: 0,0:33:22.83,0:33:25.16,Default,,0000,0000,0010,,{s202}A lot of the time,\Nall that judging does...
    Dialogue: 0,0:33:25.33,0:33:29.75,Default,,0000,0000,0010,,{s202}...is just ensure\Nthat we're gonna repeat the cycle.
    Dialogue: 0,0:33:29.92,0:33:31.71,Default,,0000,0000,0010,,{s202}Right?
    Dialogue: 0,0:33:32.34,0:33:34.09,Default,,0000,0000,0010,,{s202}"I'm such an *******.
    Dialogue: 0,0:33:34.26,0:33:38.09,Default,,0000,0000,0010,,{s202}It's totally hopeless,\Nwhat's the point?
    Dialogue: 0,0:33:38.26,0:33:40.14,Default,,0000,0000,0010,,{s202}I think I'll have a hit."
    Dialogue: 0,0:33:41.56,0:33:42.60,Default,,0000,0000,0010,,{s202}Jesse...
    Dialogue: 0,0:33:43.43,0:33:46.06,Default,,0000,0000,0010,,{s202}...what's going on with you\Nthese days?
    Dialogue: 0,0:33:49.48,0:33:52.40,Default,,0000,0000,0010,,{s202}I went back to the crystal.
    Dialogue: 0,0:33:52.57,0:33:54.69,Default,,0000,0000,0010,,{s202}You sober now?
    Dialogue: 0,0:33:55.28,0:33:56.36,Default,,0000,0000,0010,,{s202}Yeah.
    Dialogue: 0,0:33:56.53,0:33:58.20,Default,,0000,0000,0010,,{s202}Four days.
    Dialogue: 0,0:33:58.37,0:33:59.45,Default,,0000,0000,0010,,{s202}Big whoop, right?
    Dialogue: 0,0:33:59.62,0:34:01.41,Default,,0000,0000,0010,,{s202}Hey, four days is four days.
    Dialogue: 0,0:34:01.58,0:34:02.99,Default,,0000,0000,0010,,{s202}You're here.
    Dialogue: 0,0:34:03.75,0:34:05.58,Default,,0000,0000,0010,,{s202}You still...
    Dialogue: 0,0:34:05.87,0:34:08.62,Default,,0000,0000,0010,,{s202}...working at the laundry?
    Dialogue: 0,0:34:08.79,0:34:09.96,Default,,0000,0000,0010,,{s202}How are things there?
    Dialogue: 0,0:34:11.21,0:34:13.55,Default,,0000,0000,0010,,{s202}Sucks ass.
    Dialogue: 0,0:34:15.51,0:34:17.26,Default,,0000,0000,0010,,{s202}Anything you wanna talk about?
    Dialogue: 0,0:34:27.44,0:34:29.73,Default,,0000,0000,0010,,{s202}A couple of weeks back...
    Dialogue: 0,0:34:32.61,0:34:34.53,Default,,0000,0000,0010,,{s202}...I killed a dog.
    Dialogue: 0,0:34:37.90,0:34:39.78,Default,,0000,0000,0010,,{s202}You hit it with your car?
    Dialogue: 0,0:34:42.62,0:34:44.33,Default,,0000,0000,0010,,{s202}No.
    Dialogue: 0,0:34:45.41,0:34:47.58,Default,,0000,0000,0010,,{s202}I put him down.
    Dialogue: 0,0:34:48.46,0:34:50.50,Default,,0000,0000,0010,,{s202}I watched him go.
    Dialogue: 0,0:34:50.88,0:34:53.88,Default,,0000,0000,0010,,{s202}I was looking him straight in the eye.
    Dialogue: 0,0:34:56.30,0:34:59.76,Default,,0000,0000,0010,,{s202}He didn't know what was happening.\NHe didn't know why. He...
    Dialogue: 0,0:35:01.05,0:35:04.14,Default,,0000,0000,0010,,{s202}He was just scared.
    Dialogue: 0,0:35:06.39,0:35:08.18,Default,,0000,0000,0010,,{s202}And then he was gone.
    Dialogue: 0,0:35:08.94,0:35:10.90,Default,,0000,0000,0010,,{s202}He was suffering.
    Dialogue: 0,0:35:11.06,0:35:12.81,Default,,0000,0000,0010,,{s202}It was a kindness.
    Dialogue: 0,0:35:14.07,0:35:16.69,Default,,0000,0000,0010,,{s202}No, he wasn't sick.
    Dialogue: 0,0:35:19.07,0:35:21.45,Default,,0000,0000,0010,,{s202}No. He was just, like...
    Dialogue: 0,0:35:22.82,0:35:24.83,Default,,0000,0000,0010,,{s202}I don't know, like, a...
    Dialogue: 0,0:35:25.79,0:35:27.87,Default,,0000,0000,0010,,{s202}...problem dog.
    Dialogue: 0,0:35:28.04,0:35:29.87,Default,,0000,0000,0010,,{s202}What did he do?
    Dialogue: 0,0:35:30.04,0:35:31.08,Default,,0000,0000,0010,,{s202}Bite someone?
    Dialogue: 0,0:35:34.25,0:35:36.30,Default,,0000,0000,0010,,{s202}No, this dog never...
    Dialogue: 0,0:35:36.46,0:35:39.01,Default,,0000,0000,0010,,{s202}Never bit anybody.
    Dialogue: 0,0:35:40.01,0:35:43.89,Default,,0000,0000,0010,,{s202}You pick up the rock,\Nyou go right to the dark side.
    Dialogue: 0,0:35:44.10,0:35:45.18,Default,,0000,0000,0010,,{s202}Anything can happen.
    Dialogue: 0,0:35:45.35,0:35:47.68,Default,,0000,0000,0010,,{s202}It ain't no rock that made me do it.
    Dialogue: 0,0:35:47.85,0:35:50.31,Default,,0000,0000,0010,,{s202}What was the problem?\NWhy did you kill him?
    Dialogue: 0,0:35:50.48,0:35:52.73,Default,,0000,0000,0010,,{s202}Watch the crosstalk, please.
    Dialogue: 0,0:35:54.36,0:35:57.94,Default,,0000,0000,0010,,{s202}Maybe it's not the details that matter,\Nright?
    Dialogue: 0,0:35:58.44,0:36:00.86,Default,,0000,0000,0010,,{s202}How do you feel about what you did,\NJesse?
    Dialogue: 0,0:36:03.82,0:36:05.91,Default,,0000,0000,0010,,{s202}I don't know.
    Dialogue: 0,0:36:07.29,0:36:10.25,Default,,0000,0000,0010,,{s202}Who cares how you feel?
    Dialogue: 0,0:36:10.91,0:36:13.21,Default,,0000,0000,0010,,{s202}What kind of person kills a dog\Nfor no reason?
    Dialogue: 0,0:36:13.38,0:36:14.46,Default,,0000,0000,0010,,{s202}Colleen.
    Dialogue: 0,0:36:14.63,0:36:17.34,Default,,0000,0000,0010,,{s202}Put an ad in the paper,\Ndrop him off at a shelter.
    Dialogue: 0,0:36:17.50,0:36:21.67,Default,,0000,0000,0010,,{s202}You don't just sit there and talk about\Nkilling a helpless, innocent animal.
    Dialogue: 0,0:36:22.84,0:36:24.76,Default,,0000,0000,0010,,{s202}We're not here to sit in judgment.
    Dialogue: 0,0:36:25.64,0:36:27.43,Default,,0000,0000,0010,,{s202}Why not?
    Dialogue: 0,0:36:28.64,0:36:31.35,Default,,0000,0000,0010,,{s202}Why not? Maybe she's right.
    Dialogue: 0,0:36:31.52,0:36:36.06,Default,,0000,0000,0010,,{s202}Maybe I should have put it in the paper.\NI should've done something different.
    Dialogue: 0,0:36:37.77,0:36:43.53,Default,,0000,0000,0010,,{s202}The thing is, if you just do stuff\Nand nothing happens...
    Dialogue: 0,0:36:44.91,0:36:47.28,Default,,0000,0000,0010,,{s202}...what's it all mean?
    Dialogue: 0,0:36:47.83,0:36:49.16,Default,,0000,0000,0010,,{s202}What's the point?
    Dialogue: 0,0:36:51.16,0:36:55.50,Default,,0000,0000,0010,,{s202}Oh, right, this whole thing\Nis about self-acceptance.
    Dialogue: 0,0:36:55.67,0:36:58.96,Default,,0000,0000,0010,,{s202}Kicking yourself\Ndoesn't give meaning to anything.
    Dialogue: 0,0:36:59.13,0:37:03.30,Default,,0000,0000,0010,,{s202}So I should stop judging...
    Dialogue: 0,0:37:04.05,0:37:06.39,Default,,0000,0000,0010,,{s202}- ...and accept?\N- It's a start.
    Dialogue: 0,0:37:06.55,0:37:09.22,Default,,0000,0000,0010,,{s202}So no matter what I do...
    Dialogue: 0,0:37:09.39,0:37:11.77,Default,,0000,0000,0010,,{s202}...hooray for me\Nbecause I'm a great guy?
    Dialogue: 0,0:37:11.93,0:37:14.02,Default,,0000,0000,0010,,{s202}It's all good?
    Dialogue: 0,0:37:14.35,0:37:20.77,Default,,0000,0000,0010,,{s202}No matter how many dogs I kill, I just,\Nwhat, do an inventory and accept?
    Dialogue: 0,0:37:23.40,0:37:28.62,Default,,0000,0000,0010,,{s202}I mean, you back your truck over\Nyour own kid and you, like, accept?
    Dialogue: 0,0:37:29.58,0:37:31.95,Default,,0000,0000,0010,,{s202}- What a load of crap?\N- Hey, Jesse.
    Dialogue: 0,0:37:32.12,0:37:33.33,Default,,0000,0000,0010,,{s202}I know you're in pain.
    Dialogue: 0,0:37:33.50,0:37:35.58,Default,,0000,0000,0010,,{s202}No, you know what?
    Dialogue: 0,0:37:36.79,0:37:40.04,Default,,0000,0000,0010,,{s202}Why I'm here in the first place?
    Dialogue: 0,0:37:41.80,0:37:44.59,Default,,0000,0000,0010,,{s202}Is to sell you meth.
    Dialogue: 0,0:37:46.97,0:37:50.30,Default,,0000,0000,0010,,{s202}You're nothing to me but customers!
    Dialogue: 0,0:37:54.43,0:37:56.27,Default,,0000,0000,0010,,{s202}I made you my bitch.
    Dialogue: 0,0:37:56.44,0:37:58.85,Default,,0000,0000,0010,,{s202}You okay with that?
    Dialogue: 0,0:38:00.32,0:38:02.52,Default,,0000,0000,0010,,{s202}You accept?
    Dialogue: 0,0:38:04.32,0:38:05.65,Default,,0000,0000,0010,,{s202}No.
    Dialogue: 0,0:38:15.50,0:38:17.62,Default,,0000,0000,0010,,{s202}About time.
    Dialogue: 0,0:38:47.61,0:38:50.20,Default,,0000,0000,0010,,{s202}Jesse.
    Dialogue: 0,0:38:50.37,0:38:52.91,Default,,0000,0000,0010,,{s202}Bring a light over here, will you?
    Dialogue: 0,0:39:05.13,0:39:07.59,Default,,0000,0000,0010,,{s202}Do you see any residue there?
    Dialogue: 0,0:39:08.55,0:39:13.60,Default,,0000,0000,0010,,{s202}- Where?\N- Here. On the bottom, right there.
    Dialogue: 0,0:39:15.97,0:39:18.93,Default,,0000,0000,0010,,{s202}It's been a week. What's going on?
    Dialogue: 0,0:39:19.64,0:39:21.85,Default,,0000,0000,0010,,{s202}I haven't seen him.
    Dialogue: 0,0:39:23.48,0:39:27.48,Default,,0000,0000,0010,,{s202}I didn't think so. But I'll just give it\Nanother shot anyway.
    Dialogue: 0,0:39:50.84,0:39:53.59,Default,,0000,0000,0010,,{s202}- Hey.\N- Hey, buddy. Look at that.
    Dialogue: 0,0:39:53.76,0:39:57.39,Default,,0000,0000,0010,,{s202}Graduated to doorman.\NFinally found your calling.
    Dialogue: 0,0:39:57.56,0:39:59.48,Default,,0000,0000,0010,,{s202}Oh, little whiskers, Marie.
    Dialogue: 0,0:39:59.64,0:40:00.68,Default,,0000,0000,0010,,{s202}What did you do?
    Dialogue: 0,0:40:00.85,0:40:05.11,Default,,0000,0000,0010,,{s202}Show your barber a picture\Nof a dog's ass and said, "I'll take that"?
    Dialogue: 0,0:40:05.27,0:40:06.52,Default,,0000,0000,0010,,{s202}Charming as usual.
    Dialogue: 0,0:40:06.69,0:40:07.90,Default,,0000,0000,0010,,{s202}Welcome back.
    Dialogue: 0,0:40:08.07,0:40:10.32,Default,,0000,0000,0010,,{s202}- Looking good, Marie.\N- Thanks, Steve.
    Dialogue: 0,0:40:10.49,0:40:14.66,Default,,0000,0000,0010,,{s202}- Good to see you. How you doing?\N- He's fine. We can take it from here.
    Dialogue: 0,0:40:14.82,0:40:16.83,Default,,0000,0000,0010,,{s202}- Yeah.\N- If you wanna hold his elbow.
    Dialogue: 0,0:40:16.99,0:40:21.08,Default,,0000,0000,0010,,{s202}No, no, no. You keep your mitts off me.\NI'm good. I'm good.
    Dialogue: 0,0:40:24.33,0:40:25.38,Default,,0000,0000,0010,,{s202}Hey.
    Dialogue: 0,0:40:26.92,0:40:28.38,Default,,0000,0000,0010,,{s202}Good luck.
    Dialogue: 0,0:40:33.43,0:40:35.80,Default,,0000,0000,0010,,{s202}Let's go, we're running late.\NCome on.
    Dialogue: 0,0:40:40.52,0:40:45.27,Default,,0000,0000,0010,,{s202}Hank, seeing you walk in here, I can't\Ntell you what that means to all of us.
    Dialogue: 0,0:40:45.44,0:40:48.61,Default,,0000,0000,0010,,{s202}Your progress, it's incredible.
    Dialogue: 0,0:40:48.78,0:40:52.11,Default,,0000,0000,0010,,{s202}Yeah, well, chalk it up to clean living\Nand vitamin pills.
    Dialogue: 0,0:40:53.24,0:40:55.91,Default,,0000,0000,0010,,{s202}- Steve tell you his news?\N- What?
    Dialogue: 0,0:40:56.07,0:40:58.16,Default,,0000,0000,0010,,{s202}Finally got your period?
    Dialogue: 0,0:40:58.37,0:41:00.20,Default,,0000,0000,0010,,{s202}I made GS-14.
    Dialogue: 0,0:41:00.37,0:41:02.08,Default,,0000,0000,0010,,{s202}Wow, that's all right, man.
    Dialogue: 0,0:41:02.25,0:41:05.12,Default,,0000,0000,0010,,{s202}Next stop: Washington, D.C.\NSitting behind a desk...
    Dialogue: 0,0:41:05.29,0:41:07.75,Default,,0000,0000,0010,,{s202}...papers piled so high,\Nyou can't see over them.
    Dialogue: 0,0:41:07.92,0:41:09.75,Default,,0000,0000,0010,,{s202}Hey, better you than me, buddy.
    Dialogue: 0,0:41:09.92,0:41:11.96,Default,,0000,0000,0010,,{s202}Seriously, congratulations, buddy.
    Dialogue: 0,0:41:12.13,0:41:13.55,Default,,0000,0000,0010,,{s202}Thanks.
    Dialogue: 0,0:41:13.72,0:41:16.05,Default,,0000,0000,0010,,{s202}Steve said you might have something\Nfor us.
    Dialogue: 0,0:41:16.22,0:41:19.22,Default,,0000,0000,0010,,{s202}Yeah, maybe.\NYou guys are gonna have to tell me.
    Dialogue: 0,0:41:20.14,0:41:22.43,Default,,0000,0000,0010,,{s202}Remember my pal Tim Roberts?
    Dialogue: 0,0:41:22.60,0:41:23.89,Default,,0000,0000,0010,,{s202}APD detective?
    Dialogue: 0,0:41:24.06,0:41:26.31,Default,,0000,0000,0010,,{s202}Yeah, well, he's working\Non a murder case.
    Dialogue: 0,0:41:26.48,0:41:28.94,Default,,0000,0000,0010,,{s202}The victim's a 34-year-old\Nmale Caucasian...
    Dialogue: 0,0:41:29.11,0:41:31.23,Default,,0000,0000,0010,,{s202}...by the name of Gale Boetticher.
    Dialogue: 0,0:41:31.40,0:41:34.70,Default,,0000,0000,0010,,{s202}One night last month,\NBoetticher opens the door...
    Dialogue: 0,0:41:35.07,0:41:39.32,Default,,0000,0000,0010,,{s202}...takes a bullet to the face\Nfrom a person or persons unknown.
    Dialogue: 0,0:41:39.49,0:41:43.41,Default,,0000,0000,0010,,{s202}Now, this Gale Boetticher\Nis a bona fide chemistry genius.
    Dialogue: 0,0:41:43.58,0:41:46.62,Default,,0000,0000,0010,,{s202}I mean, he's got degrees\Nup the wazoo, right?
    Dialogue: 0,0:41:46.79,0:41:51.09,Default,,0000,0000,0010,,{s202}And, well, as you might expect,\Nhe's a nerd's nerd.
    Dialogue: 0,0:41:51.25,0:41:54.13,Default,,0000,0000,0010,,{s202}Vegan, sandals and socks\Nkind of guy.
    Dialogue: 0,0:41:54.30,0:41:59.55,Default,,0000,0000,0010,,{s202}As it turns out, he's also\Nan A-number-one meth cook.
    Dialogue: 0,0:41:59.72,0:42:04.85,Default,,0000,0000,0010,,{s202}And what caught my eye\Nis his specialty product is blue.
    Dialogue: 0,0:42:05.44,0:42:07.10,Default,,0000,0000,0010,,{s202}So, what are you thinking?
    Dialogue: 0,0:42:07.27,0:42:08.65,Default,,0000,0000,0010,,{s202}This is your Heisenberg?
    Dialogue: 0,0:42:09.73,0:42:14.57,Default,,0000,0000,0010,,{s202}No. What I think we got here\Nis Heisenberg's former cook...
    Dialogue: 0,0:42:14.74,0:42:18.32,Default,,0000,0000,0010,,{s202}...and maybe a line\Non Heisenberg himself.
    Dialogue: 0,0:42:20.07,0:42:25.04,Default,,0000,0000,0010,,{s202}Anyway, lo and behold,\Namidst all the hippie-dippy nonsense...
    Dialogue: 0,0:42:25.66,0:42:27.08,Default,,0000,0000,0010,,{s202}...I find this.
    Dialogue: 0,0:42:27.79,0:42:31.29,Default,,0000,0000,0010,,{s202}Now, this here,\NI do a little Google-fu...
    Dialogue: 0,0:42:31.46,0:42:36.09,Default,,0000,0000,0010,,{s202}...and I realize it's a parts number\Nspecifically for this baby.
    Dialogue: 0,0:42:37.84,0:42:43.64,Default,,0000,0000,0010,,{s202}That there is a high-volume\NHEPA industrial air filtration system.
    Dialogue: 0,0:42:43.93,0:42:45.68,Default,,0000,0000,0010,,{s202}That's a 300,000-dollar gadget.
    Dialogue: 0,0:42:45.85,0:42:50.15,Default,,0000,0000,0010,,{s202}Perfect for a pharmaceutical plant\Nor microchip factory...
    Dialogue: 0,0:42:50.31,0:42:55.40,Default,,0000,0000,0010,,{s202}...or maybe the biggest meth lab\Nnorth of the border.
    Dialogue: 0,0:42:57.20,0:42:58.99,Default,,0000,0000,0010,,{s202}Okay.
    Dialogue: 0,0:42:59.16,0:43:01.66,Default,,0000,0000,0010,,{s202}So this little dingus here\Nis manufactured...
    Dialogue: 0,0:43:01.82,0:43:06.95,Default,,0000,0000,0010,,{s202}...by a big international concern:\NMadrigal Electromotive.
    Dialogue: 0,0:43:07.12,0:43:11.75,Default,,0000,0000,0010,,{s202}I call their Houston office, I get through\Nto the nicest little 20-year-old temp.
    Dialogue: 0,0:43:11.92,0:43:16.00,Default,,0000,0000,0010,,{s202}I use the Schrader sweet-talk.\NBefore you know it, she's pulling files.
    Dialogue: 0,0:43:16.17,0:43:21.59,Default,,0000,0000,0010,,{s202}Six months ago, one of these systems\Nwas shipped to a depot here in ABQ.
    Dialogue: 0,0:43:21.76,0:43:23.80,Default,,0000,0000,0010,,{s202}Who signed for it?
    Dialogue: 0,0:43:24.22,0:43:25.35,Default,,0000,0000,0010,,{s202}Gale Boetticher.
    Dialogue: 0,0:43:26.02,0:43:31.44,Default,,0000,0000,0010,,{s202}So I asked my new girlfriend, "Who\Npaid for it?" And she says, "Nobody."
    Dialogue: 0,0:43:32.56,0:43:36.57,Default,,0000,0000,0010,,{s202}They have no record that anybody\Nactually paid for this thing.
    Dialogue: 0,0:43:36.73,0:43:40.20,Default,,0000,0000,0010,,{s202}So I go back and push more\Nand before you know it...
    Dialogue: 0,0:43:40.36,0:43:42.45,Default,,0000,0000,0010,,{s202}...the temp's gone,\Nthere's no address.
    Dialogue: 0,0:43:42.62,0:43:46.62,Default,,0000,0000,0010,,{s202}I'm talking to some snot-nose lawyer\Nwho's asking me for my badge number.
    Dialogue: 0,0:43:46.79,0:43:48.66,Default,,0000,0000,0010,,{s202}Brick wall.
    Dialogue: 0,0:43:49.54,0:43:53.63,Default,,0000,0000,0010,,{s202}So I take a peek\Ninto Madrigal Electromotive.
    Dialogue: 0,0:43:53.79,0:43:56.38,Default,,0000,0000,0010,,{s202}Now, Madrigal\Nis based in Hanover, Germany...
    Dialogue: 0,0:43:56.55,0:43:59.30,Default,,0000,0000,0010,,{s202}...but they're\Nwhat they call "highly diversified."
    Dialogue: 0,0:43:59.47,0:44:03.26,Default,,0000,0000,0010,,{s202}industrial equipment, global shipping,\Nmajor construction...
    Dialogue: 0,0:44:03.43,0:44:07.72,Default,,0000,0000,0010,,{s202}...and a tiny little foothold\Nin American fast food...
    Dialogue: 0,0:44:07.89,0:44:10.31,Default,,0000,0000,0010,,{s202}...specifically a local chain.
    Dialogue: 0,0:44:10.81,0:44:12.52,Default,,0000,0000,0010,,{s202}Pollos Hermanos.
    Dialogue: 0,0:44:15.77,0:44:18.19,Default,,0000,0000,0010,,{s202}Okay. So what, right?\NBoetticher's dead.
    Dialogue: 0,0:44:18.36,0:44:21.36,Default,,0000,0000,0010,,{s202}I got no line\Non who's been bankrolling him...
    Dialogue: 0,0:44:21.53,0:44:23.45,Default,,0000,0000,0010,,{s202}...or where his lab was.
    Dialogue: 0,0:44:23.61,0:44:25.91,Default,,0000,0000,0010,,{s202}The whole thing's a snipe hunt,\Nright?
    Dialogue: 0,0:44:26.08,0:44:30.16,Default,,0000,0000,0010,,{s202}But now I get this crazy idea...
    Dialogue: 0,0:44:30.66,0:44:32.66,Default,,0000,0000,0010,,{s202}...and I can't shake it.
    Dialogue: 0,0:44:33.12,0:44:36.13,Default,,0000,0000,0010,,{s202}I mean, I stay up nights\Nstaring at the ceiling...
    Dialogue: 0,0:44:36.29,0:44:38.63,Default,,0000,0000,0010,,{s202}...trying to make sense of it.\NThat napkin.
    Dialogue: 0,0:44:38.80,0:44:40.46,Default,,0000,0000,0010,,{s202}I told you Boetticher's vegan.
    Dialogue: 0,0:44:40.63,0:44:44.01,Default,,0000,0000,0010,,{s202}We're talking this guy\Nmakes his own fermented lentil bread...
    Dialogue: 0,0:44:44.18,0:44:46.39,Default,,0000,0000,0010,,{s202}...or whatever the hell that is.
    Dialogue: 0,0:44:47.01,0:44:52.02,Default,,0000,0000,0010,,{s202}What's a vegan doing\Nin a fried chicken joint?
    Dialogue: 0,0:44:55.36,0:44:57.23,Default,,0000,0000,0010,,{s202}Maybe he's meeting somebody.
    Dialogue: 0,0:44:57.40,0:44:59.15,Default,,0000,0000,0010,,{s202}Like who?
    Dialogue: 0,0:44:59.73,0:45:01.82,Default,,0000,0000,0010,,{s202}Well, like, maybe...
    Dialogue: 0,0:45:03.74,0:45:05.49,Default,,0000,0000,0010,,{s202}...this guy.
    Dialogue: 0,0:45:09.66,0:45:12.87,Default,,0000,0000,0010,,{s202}I mean, what do we know\Nabout Gustavo Fring, huh?
    Dialogue: 0,0:45:13.04,0:45:15.42,Default,,0000,0000,0010,,{s202}This whole\Nfriend-of-law-enforcement thing?
    Dialogue: 0,0:45:15.58,0:45:18.75,Default,,0000,0000,0010,,{s202}Could be a case of, "keep your\Nfriends close but your enemies closer."
    Dialogue: 0,0:45:18.92,0:45:21.00,Default,,0000,0000,0010,,{s202}He's got the money\Nto finance this operation.
    Dialogue: 0,0:45:21.17,0:45:24.93,Default,,0000,0000,0010,,{s202}Maybe he's got the connections too.\NMaybe, just maybe...
    Dialogue: 0,0:45:25.55,0:45:26.76,Default,,0000,0000,0010,,{s202}...he's our guy.
    Dialogue: 0,0:45:31.02,0:45:34.73,Default,,0000,0000,0010,,{s202}Hank, no offense,\Nbut I think you're really reaching.
    Dialogue: 0,0:45:34.89,0:45:38.19,Default,,0000,0000,0010,,{s202}If your guy had his meeting at KFC...
    Dialogue: 0,0:45:38.36,0:45:42.40,Default,,0000,0000,0010,,{s202}...you wouldn't immediately assume\Nhe's sitting down with Colonel Sanders.
    Dialogue: 0,0:45:42.57,0:45:44.28,Default,,0000,0000,0010,,{s202}You know, I...
    Dialogue: 0,0:45:44.78,0:45:47.07,Default,,0000,0000,0010,,{s202}I couldn't agree more, guys.
    Dialogue: 0,0:45:47.95,0:45:52.04,Default,,0000,0000,0010,,{s202}Gustavo Fring, blue meth, you know.
    Dialogue: 0,0:45:52.45,0:45:57.08,Default,,0000,0000,0010,,{s202}The whole thing is off-the-map nuts.
    Dialogue: 0,0:45:57.54,0:46:00.50,Default,,0000,0000,0010,,{s202}I ought to be wearing a tinfoil hat,\Nyou know?
    Dialogue: 0,0:46:02.09,0:46:03.80,Default,,0000,0000,0010,,{s202}Except...
    Dialogue: 0,0:46:05.01,0:46:08.84,Default,,0000,0000,0010,,{s202}...I can't seem to wrap my mind\Naround this one little thing...
    Dialogue: 0,0:46:09.01,0:46:13.97,Default,,0000,0000,0010,,{s202}...and that is,\Nwhat are Gustavo Fring's fingerprints...
    Dialogue: 0,0:46:14.98,0:46:17.60,Default,,0000,0000,0010,,{s202}...doing\Nin Gale Boetticher's apartment?
    Dialogue: 0,0:46:21.00,0:46:26.24,Default,,0000,0000,0010,,{s202}Subs collected, corrected and if necessary re-synced by Tronar for\N"Breaking Bad Season 1, 2, 3, 4 & 5 + Extras BDRip DVDRip HDTV TSV"
    Windows 10, MPC-BE
    Quote Quote  
  15. Member
    Join Date
    Jul 2011
    Location
    Denmark
    Search Comp PM
    You can try in SE via Edit -> Multiple replace, with a regex like "[.\s\S]*BDRip DVDRip HDTV[.\s\S]*" - should remove first and last line

    Quote Quote  
  16. ^.*Subs collected.*
    Last edited by teodz1984; 4th Nov 2019 at 17:04.
    Quote Quote  
  17. Teodz- that seems to only remove the part where it says Subs collected, doesn't remove the whole line.
    Nikse- thanks this works. Still have to do this manually for every file rather than a batch file edit. But it's still faster than what I was doing before.
    Windows 10, MPC-BE
    Quote Quote  
  18. https://files.videohelp.com/u/176692/Dialogue.jpgWorks on my end

    The problem is because that line is too long 140 characters long...


    Just use the editor and edit out the text manually
    Image Attached Thumbnails Click image for larger version

Name:	Dialogue.jpg
Views:	152
Size:	120.3 KB
ID:	50759  

    Last edited by teodz1984; 4th Nov 2019 at 17:40.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!