Skip to main content

Questions tagged [extract]

The process of reversing data compression and/or archiving

0 votes
0 answers
142 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
0 votes
0 answers
154 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
  • 1
0 votes
1 answer
37 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
383 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
114 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
420 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
197 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
431 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
540 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
215 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
216 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
313 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
181 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

15 30 50 per page
1
2 3 4 5
20