Skip to main content
8 votes
Accepted

How to fix a partition detected as RAW, when Chkdsk correctly reads it as NTFS?

In the end, after I used TestDisk to copy all the important files off the disk, I finally risked running chkdsk /f and it didn't detect any problems, but apparently removed the "requires checking" ...
Sinus the Tentacular's user avatar
5 votes
Accepted

How to search a raw disk for pattern and return its location?

Why would grep not be useful? Here is an example of grep returning the byte position of the EFI PART signature at LBA 1 (starting at 512 bytes in) and at LBA -1 (at the end of the disk): deltik@...
Deltik's user avatar
  • 19.7k
3 votes

How to convince ffmpeg that input is raw H264?

Oh, that's right - all input-related arguments need to go before the input argument with ffmpeg. The documentation states: As a general rule, options are applied to the next specified file. Therefore,...
Duke Nukem's user avatar
  • 1,235
3 votes
Accepted

Use ffmpeg to encode folder of yuyv frames into an mp4

Basic command template is ffmpeg -f image2 -c:v rawvideo -framerate 24 -video_size 1920x1080 -pixel_format yuyv422 -i path/to/img%d.raw -b:v 2000k output.mp4
Gyan's user avatar
  • 37.1k
3 votes

SSD turned to RAW suddenly - Reliable?

If you value your data, stop using that drive. I had one of those a few years ago that randomly started throwing fileystem corruption. On close inspection, it appeared to be randomly reassigning the ...
psusi's user avatar
  • 8,006
3 votes
Accepted

What is raw file folder obtained after using data recovery software?

They are the results of carving. The tool you used most likely performs both directory tree reconstruction and carving as an additional attempt to recover most data. Quoting from this answer of mine: ...
Andrea Lazzarotto's user avatar
2 votes
Accepted

What happens when assembly code is translated into Object code?

First, always use the right tool for the job. Text editor for viewing binary files is the same as to use a knife for nailing. Use any HEX viewer/editor for such tasks or better use the tool that knows ...
Alex's user avatar
  • 6,255
2 votes
Accepted

Does raw data from an email disclose the actual creator?

You need to read email header from bottom to top. Received: field(s) will show you path how email went to the final destination, all intermediate servers that email by passed. Actual submitter of ...
Alex's user avatar
  • 6,255
1 vote

FFMPEG Raw Video Restreaming

udp is just a transport protocol; for output to network URL, you still have to set output format. In this case, it's-f rawvideo. ffmpeg only guesses output format if a file extension is recognized. ...
Gyan's user avatar
  • 37.1k
1 vote
Accepted

.ARI File Format

What is the structure of .ari (arriraw) file extension? ARRIRAW is an open format and ARRI have submitted the specification to the Society of Motion Picture & Television Engineers (SMPTE)'s ...
DavidPostill's user avatar
  • 159k
1 vote

How to convert .raw video file to .avi using ffmpeg?

This is not raw. It is AVC, i.e. H.264 Annex B. Looks like Annex B, because from this https://stackoverflow.com/questions/51353973/what-is-different-between-h-265-hevc-in-a-containermp4-mkv-and-h-265-...
Валерий Заподовников's user avatar
1 vote

What is raw file folder obtained after using data recovery software?

Data recovery software rarely discriminates between cached images from your browser and stuff you intended to keep. It can also dredge up old data that has only been deleted, such as when someone ...
CDove's user avatar
  • 1,206
1 vote

Unnacesible SD CARD after making gold card

I'm guessing you have a badly mangled file system. The good news is you can't break it any more than you have. Any tool you use needs to ignore the filesystem you are using. Windows is a bit naff ...
Journeyman Geek's user avatar
  • 130k
1 vote

How to convert .raw file video format to avi or mp4?

RAW files do not have a standard format and may require proprietary software so it's difficult to answer your question accurately without knowing what created the file. The Wikipedia page on Raw ...
Robbie W.'s user avatar
  • 311

Only top scored, non community-wiki answers of a minimum length are eligible