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

15 30 50 per page
1
2 3 4 5
20