Skip to main content

Questions tagged [extract]

The process of reversing data compression and/or archiving

0 votes
0 answers
26 views

How to open an embedded tagged google map in a new tab full-screen style?

I often come across web sites that show their business locations on an embedded tagged google map such as this one: https://ibis.accor.com/de/ibis-budget.html Please scroll down to find the map - it ...
r2d3's user avatar
  • 3,748
0 votes
0 answers
146 views

How to extract subtitle from usm file

I would like to extract subtitle.txt from usm file, I tried use ffmpeg but it show unspuported file. Hexedit show that file has txt extension. Ffmpeg support demux cri usm file, but I cant figure out ...
Marcin Nancin's user avatar
1 vote
0 answers
160 views

Can FFMPEG extract still images from video based on video "SMPTE timecode" hh:mm:ss:ff?

Is there any way to extract still images from video based on video "own SMPTE" timecode? (hour:minute:second:frame) as seen in the "Timecode Handler" recognized by ffmpeg. I would ...
Barcud's user avatar
  • 11
0 votes
1 answer
38 views

Trying to find elusive images

I have an application that contains some images that I'd like in file form, however these images are not anywhere in any other related folders, neither does the application extract these images from ...
Maze's user avatar
  • 1
1 vote
1 answer
393 views

exe file does not open after extracting from an archive

I came across a very strange situation for me. I transferred all of the files uploaded on a disk with medical scans (CAT scan) to my flash drive and then from the flash drive to my PC. These are the ...
Math Student's user avatar
0 votes
0 answers
116 views

recreated iso from files/folders of an extracted bootable iso but it is not bootable

I have a bootable iso file of a disk imaging software. I have tested this and it boots without a problem from my multiboot ventoy flash drive both in UEFI and MBR modes. I checked that it shows as ...
Sanjit Keskar's user avatar
0 votes
2 answers
431 views

Extracting Domains from URL in EmEditor or NotePad++

Suppose I have a list of domains mixed with subdomains As shown below; sub1.domain1.com sub2.domain2.com sub3.domain3.com and I want to extract just the domains from the list to give the preferred ...
Samantha's user avatar
1 vote
1 answer
203 views

How to extract database from WhereIsIt catalog software and save that database as an excel or text file?

can anyone knows how to extract database from WhereIsIt catalog software and save that database as an excel or text file?
Just Me's user avatar
  • 866
1 vote
1 answer
436 views

Exporting info from a text file using batch

I am trying to get the path for the OU my laptop is currently in. Here is what I have gpresult /r /scope computer >> c:\temp\ou.txt FIND "CN=" "C:\Temp\ou.txt" > C:\Temp\...
BatchKing70's user avatar
1 vote
1 answer
545 views

I want to extract some IP addresses from a text file containing port, protocol and if its open or not

I have this file containing around 6700 IP addresses and I need them all extracted to a different file. I sadly can't find any solution out here so the file pretty much look like this: open tcp 25565 ...
maxiwee's user avatar
  • 19
0 votes
0 answers
224 views

Extract files in order by numbers at end of filename (windows)

I want to use a Windows .bat file to extract a number of files in a folder. I have files with numbers at the end of filename, just before the extension, and I need to extract them in order of these ...
Antóin's user avatar
1 vote
1 answer
8k views

How can I extract a subtitle in "HDMV PGS" format from a video with FFmpeg?

I'm trying to extract a subtitle in "HDMV PGS" format embedded in a video with this command ffmpeg -i Movie.mkv -map 0:s:0 subs.srt from an answer on Super User command, but it gives the ...
Idhtft's user avatar
  • 11
1 vote
1 answer
217 views

Trouble Unzipping Wikipedia Dump

My use case is I need to parse text from wikipedia articles. There is a dump available at https://dumps.wikimedia.org/enwiki/20221001/ that contains the files I want. Essentially the articles are ...
Len White's user avatar
  • 123
0 votes
1 answer
316 views

Extract a single subfolder from a zip file on windows

I am new user . I want delete 1 folder from multiple ZIP file Folder name is common i.e "HIL" . and it is taking time to delete this folder manually so can we create batch file? Please guide
AshRick's user avatar
1 vote
1 answer
2k views

Extract text using RegEx without VBA

I have the following text, and I'd like to pull the PO number. Sometimes it starts with the words PO, sometimes it doesn't. If it doesn't, then PO number will start with either 901 or 902. PO or PO ...
David.L's user avatar
  • 13
0 votes
1 answer
182 views

Batch extract 7z files and use each output as input for another tool

I'm a bit new to scripting and here's what I would like to ask for help with, please. I'm looking for a batch script to be run against cmd.exe. I have a folder with hundreds of .7z archives. Each ...
Global's user avatar
  • 11
0 votes
1 answer
1k views

Removing date from datetime (VBA Excel)

I need to delete the date from mulitple rows with a datetime value. Or extract the time to another cell. For example: A1 = 3/11/2022 10:20:00 A1 after macro = 10:20:00 or A1 = 3/11/2022 10:20:00 A2 = ...
larsnl's user avatar
  • 1
1 vote
1 answer
858 views

How do I extract images from an unknown file? (might be an .SO)

I have a file taken from an apk of an old videogame made for an old android phone. It has no file extension and is simply titled "images". MediaFire reads it as an .SO file, but I don't know ...
Loldfish's user avatar
0 votes
1 answer
873 views

Is it possible to extract specific sentences with same certain format and save them to a text file in Microsoft Word?

For example, when examining a document that is a novel or fiction, I wonder if I can get all the dialogues? Because they have the same format, like "What a nice day!" and "Hello!" ...
Hotaru's user avatar
  • 1
0 votes
1 answer
565 views

Outlook VBA - open email attachment in appointment and extract sender's email address

I have over 200 calendar (appointment) entries and all of them contain the original email message as an attachment. I need to extract the sender's email address from the email attachment in the ...
BobH's user avatar
  • 1
3 votes
1 answer
3k views

Extracting DVB_subtitles with ffmpeg fails with empty file / nothing encoded

These are the streams contained: Stream #0:0[0x247]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, top first), 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #...
udippel's user avatar
  • 31
1 vote
1 answer
890 views

Apache Tika: Where to place tika.xml to disable OCR

I am running Apache Tika to extract text from a bunch of MS Office documents. My command looks like this: java -jar "c:\path\to\tika-app-2.0.0.jar" -t ... (I am running this command on Win10 ...
I Z's user avatar
  • 489
0 votes
2 answers
2k views

How to extract numbers from string and separate them by comma (or other separator) (substitute, replace, erase, isnumber, remove, delete, ...)

I need to extract numbers from a string in Excel and the numbers need to be separated by a comma as shown in row 3 (or any other separator). I can extract the numbers in row 1 by: =SUMPRODUCT(MID(0&...
MsGISRocker's user avatar
2 votes
1 answer
3k views

Tar failing to extract specific files

I am extracting a number of .tar.gz files using a batch script in Windows. The tar files are all different data sets and should generally have the same directory and file structure, just with ...
David K's user avatar
  • 341
1 vote
1 answer
4k views

Extract rows with specific phrase at specific column from text file using batch file in Windows

I have a text file (epin.txt) having >2 millions of rows. Sample text: 182060045892569246925460002021 03560000000020000840000000000000ABDRGS00IN0000MMFADT265000 0917 P81 001 ...
tdas777's user avatar
  • 11
0 votes
1 answer
1k views

7z command does not extract individual partition from dmg file

I have a file called BaseSystem.dmg which contains a hfs+ system image as well as other files. flex@flex-ubuntu:~/Documents/MacOS2$ dmg2img -l BaseSystem.dmg dmg2img v1.6.7 (c) vu1tur ([email protected]....
FlexMcMurphy's user avatar
-2 votes
1 answer
141 views

Extract string and save each in txt

I have a file text with inside : line1 name1 line2 name2 How can I extract as this? Extract & copy line1 to a new file saved as name1 Extract & copy line2 to a new file saved as name2 I used ...
Iztac's user avatar
  • 1
1 vote
1 answer
349 views

Extract files from Windows floppy writer exe

I have some files that are PE32 executable (GUI) Intel 80386, for MS Windows, according to file, and only want me to "insert a floppy" when run. Is there some way to extract the files from ...
Tomas By's user avatar
  • 169
0 votes
1 answer
252 views

MS Paint/Wordpad 'Open', 'Save', and 'Save as' icon locations

This is most definitely the wrong forum to post this on, but I couldn't work out where else this would go on this list. Where on Windows are these three icons saved? Using IconsExtract, I've looked ...
Ero's user avatar
  • 1
1 vote
3 answers
2k views

Notepad ++ extract MAC addresses from text

How to extract MAC addresses from text to get a list where each line is one MAC adress only? I try to mark MAC addresses with regex, bookmark lines and delete unmarked lines but there is still too ...
Slavisa Kostic's user avatar

15 30 50 per page
1
2 3 4 5
10