Это видео недоступно.
Сожалеем об этом.

HOW TO REPAiR CORRUPT/BROKEN PHOTOS AND iMAGE FiLES

Поделиться
HTML-код
  • Опубликовано: 5 мар 2018
  • Follow this guide to repair your broken image files by swapping out their corrupt headers with working ones in a HEX editor! This method has been tested by me, and I can confirm that it works with Canon, Nikon and Olympus RAW image formats. Other formats like Sony and etc. should work as well.
    XVI32 HEX editor:
    goo.gl/jsVLHN
    Twitter:
    / surpluss1
    Written Guide:
    pastebin.com/H...
    ――――――――――――――――
    Introduction:
    00:00 - 2:24
    Marking of corrupted image header
    (steps 1-19): 2:25 - 4:02
    Deletion of corrupted image header
    (step 11): 4:08
    Saving prepared image without image header
    (step 12): 4:20
    Opening and copying a working header from another image
    (step 13): 4:27 - 4:53
    Marking, copying and pasting the header from a working image to the other image without a header (steps 14 - 18): 4:54 - 5:30
    ――――――――――――――――

Комментарии • 342

  • @Pluss1
    @Pluss1  5 лет назад +13

    Some of you have requested a written guide, so here it is: pastebin.com/Hx5KRKRF
    I'll make a part 2 ASAP. Stay tuned!

    • @bossbraiofficial
      @bossbraiofficial 5 лет назад

      After I did all the instructions. the image turns into black? what should I do? or did i do something wrong? pls help

    • @DiskTuna
      @DiskTuna 5 лет назад

      @@bossbraiofficial Either image data itself is corrupted or you managed to somehow glue header for thumbnail to main image data.

    • @ACIDGREENTECHNO
      @ACIDGREENTECHNO 5 лет назад

      FILE down please reupp!! thhx

    • @Pluss1
      @Pluss1  4 года назад

      @@ACIDGREENTECHNO Reupp: pastebin.com/Hx5KRKRF

    • @maanbustamante
      @maanbustamante 4 года назад

      please help me, win10 got corrupt after an update and had to reinstall. pressed the wrong option upon reinstallation which wiped out all my data. most of it i backedup on cloud storage but i have about 6 photo albums that i need to be repaired. the recovery tool EaseUS recovered the files however it's corrupt. i checked in Hex editor and it's all showing 0s in the string. please help me i'm desperate. 12years of memories in those albums :(

  • @SamFidal
    @SamFidal 5 лет назад +481

    hit like if you didn't understand anything

    • @TrendyArtWorks
      @TrendyArtWorks 4 года назад +1

      hahaha

    • @LegalTyranny
      @LegalTyranny 4 года назад +3

      Clean the wax outta your ears.

    • @GS-km5yu
      @GS-km5yu 4 года назад

      LOL I thought it was me at first. But f me... Didn't understand a word

  • @danielfragrances5732
    @danielfragrances5732 3 года назад +13

    Piece of cake. Imagine having only 200 images to repair

    • @youcefrabehi
      @youcefrabehi 3 года назад +1

      LOL
      Same here brother

    • @GraalTwinZies
      @GraalTwinZies 2 года назад +2

      i have about 1000 images to recover 🤦

  • @dazuk1969
    @dazuk1969 5 лет назад +23

    hey dude...big thanks for jpg repair walkthrough...for me it works for some but not others. but the most important thing is you have shown that you can do these things yourself rather than than paying money for crappy software. massive respect to you.

    • @Pluss1
      @Pluss1  4 года назад +2

      Thanks for seeing what I'm trying to do here.

    • @dazuk1969
      @dazuk1969 4 года назад +1

      @@Pluss1 Thanks for your reply....having had time to play around with stuff..two things stick out...the orientaion of the source camera...which means finding the right header...you might have to try a few before you get it correct. I am sure you prob said all this but thought i would pass that on....Peace.

  • @tedhobby
    @tedhobby 4 года назад +5

    Thank you. It Really Works! In my case, I Already Find the "FF DA" with a first try so I don't search for other "FF DA". The result = failed. But at second try, I try to search another "FF DA" and I can find it below the first one. Then I replace it from that position and it works. Thanks again, I'm bit frustrated because I think I'd lost my photo but you saved me!

  • @every1665
    @every1665 Год назад +3

    Thanks so much for taking the time to explain the procedure. I'm a dunce when it comes to the code that runs our PCs, but I'd wondered if it was just a few bits corrupted that killed the whole image.

    • @lancemarchetti8673
      @lancemarchetti8673 Год назад +1

      Yes. In fact, just one byte out of place or missing can cause entire image corruption. Usually this would be a MSB (most significant byte).
      Some formats are more sensitive to byte order manipulation like PNG, Gif and Avif, but JPG is a little more forgiving.
      Open a unimportant jpg image in Notepad++ and look at all that code!
      Mess around by moving or changing any character you wish and resave the file.
      Keep the image open in a browser window on the left, while you work with Notepad++ on the right.
      Your image viewer will quickly tell you when it cannot render the file anymore.
      Have fun.

  • @jantusaikia1327
    @jantusaikia1327 5 лет назад +9

    I tried exactly the same process as guided in the video but in the end shows up the same corrupt image anyways that was fun

  • @greatgreat1618
    @greatgreat1618 5 лет назад +4

    Are you sure it works?. Can I send you some of my corrupted image please please please respond

  • @SudeeshTube
    @SudeeshTube Год назад

    Precise and generous. My corrupted files were beyond this recovery and the image header was not available. In Hex editor, all it shown as FF.

  • @DiskTuna
    @DiskTuna 6 лет назад +5

    Okay. Your vid actually inspired me to write a utility that sticks a JPEG header from an intact reference file to a corrupt JPEG.

    • @Pluss1
      @Pluss1  6 лет назад +1

      Nice! That's why I made the video and posted it in the first place. It would be so great having a working app that could identify raw and compressed image headers on both working and broken files and have it batch copy the working one over the bad ones. I can just imagine how useful it would be for professional photographers and hobbyists.

    • @DiskTuna
      @DiskTuna 6 лет назад +1

      Only for JPEG right now. I guess I could do similar for popular RAW formats. it's here:
      www.disktuna.com/jpgrepair-fix-and-repair-corrupt-jpeg-headers-and-invalid-markers/
      Of course I can only test against my library of corrupt JPEGs but it shows this method is much more effective than methods used by tools like Stellar JPEG repair. Drawback is that you need a sample file preferably shot with same camera and settings.

    • @Pluss1
      @Pluss1  6 лет назад +2

      Awesome! I'll give it a try and include it in my next video. There are some things I want to add and explain better than I did here. Yeah, tried the full version of Stellar JPEG Repair, Picture Doctor 2 and JPEG Recovery Professional. Basically just a waste of money, didn't work at all. I'll warn people of buying them and refer them to you.

    • @DiskTuna
      @DiskTuna 6 лет назад +1

      Great, thanks man!! Free version works, only batch mode disabled. But people can really use it. If you sent me an email (joep@disktuna.com) I can sent you the 'full' version.
      That all being said ... I think way over 50% percent of JPEGs people sent me can not be repaired. So no tool or service can, simply because there's no image data in the file. But, for a very large number of corrupt JPEGs that can be fixed, the slap a header on the image data method works better than all those tools you mention.

    • @DiskTuna
      @DiskTuna 6 лет назад

      Hey Neuro,
      The majority of the corrupt JPEGs people sent me can not be repaired. Simply because in like your case there's some random non-JPEG data in them, or they're filled with zeros or some byte pattern (FF FF FF FF etc.).
      So those can not be fixed because they're impossible to fix not because the utility sucks.
      That being said, if you have a file that can not be repaired using the utility, you're more than welcome to send me the file so I can check if it can be repaired and if I need to so modify the utility.

  • @tenuo3396
    @tenuo3396 2 года назад +1

    Hi
    If I understood well, if I don't find "FF DA" only twice, restore is impossible ? 1st try it worked but after with another images I didn't find "FF DA" but "9F DA" and the repair didn't work. Another time I found "FF DA" one time and after I had the same image.

  • @rtx5319
    @rtx5319 4 года назад +3

    When I try to search for "FF DA" I get "string not found". Any ideas?

    • @DiskTuna
      @DiskTuna 4 года назад +1

      FF DA is the SOS marker. It can mean the data you're looking at simply isn't JPEG data, it can however also mean the damage is not limited to header but also actual image data is affected. Some times you can still fix this but it requires more effort: ruclips.net/video/9XwhGObWCtY/видео.html

  • @007thematrix007
    @007thematrix007 2 года назад

    this doesn't work in my case since most if not all values in my bad image is 0 ..... (*FF DA value is missing)

  • @rajsrivastav6940
    @rajsrivastav6940 4 года назад +3

    I don't want to hack nasa.......i just want to view my photo......

    • @Pluss1
      @Pluss1  3 года назад

      Don't we all? LOL

  • @rareearthelement8698
    @rareearthelement8698 11 дней назад

    Got there in the end, though my issues were more technical due to the large video file I was working with. Successfully resolved a corrupted Blue Iris file .bvr video file.

  • @lucasmillerthelewderofloli9327
    @lucasmillerthelewderofloli9327 4 года назад +1

    Does not seem to work for me. After replacing some headers some files don't even an .jpg extension, and the ones that do still don't open. In Jpg repair all the images' entrophy is 7.98 - 8.00, which according to the site means they might be encrypted? My brother mentioned something about encryption too. Disk Drill is capable of recovering some of those files, but other than that no other software even allowed me to even see previews. So what is the issue here? Corruption or encryption?

    • @lancemarchetti8673
      @lancemarchetti8673 Год назад

      Usually with encryption, identifiable strings of printable characters will appear in sequence amongst the non-printable characters which represent the color-code blocks.
      Example:
      Color code binary:
      SYN. FF. ¢. ¶. Â. NAK. BS. Þ. 9.x.²
      Encryption strings:
      [bM1%r~śPxȳ#gl+U
      Encoded Strings:
      9j/4AAQSkZJRgA

  • @DiskTuna
    @DiskTuna 6 лет назад +15

    Kudos from the guy in the Netherlands you mentioned in the video!
    Great video! I started like you, couldn't accept no for an answer.

    • @Pluss1
      @Pluss1  6 лет назад +1

      Thanks! I would not have figured this out, and this video would not have existed if I didn't find and read through your website in the first place. Keep up the great work!

    • @DiskTuna
      @DiskTuna 6 лет назад +1

      BTW. It appears as if in your example are actually extracting JPEGs from CR2 files. I made a free tool that can do this automatically: www.disktuna.com/jpegdigger-extract-jpeg-from-corrupt-raw-files-nef-cr2-etc/
      BTW I now link to your vid from that same page if you're okay with that.

    • @Pluss1
      @Pluss1  6 лет назад +1

      No worries! Yes, it wasn't intentional. I screwed up and forgot I was repairing a CR2 file while making the video, so I added a note @ 04:24, because I couldn't bother recording it over again. Nice software though. I'll have to try it out!

    • @schalazeal07
      @schalazeal07 6 лет назад +1

      how do i contact the guy from netherlands?

    • @DiskTuna
      @DiskTuna 6 лет назад +2

      www.disktuna.com, my email is joep@disktuna.com

  • @safe.
    @safe. 4 года назад +1

    I know this sounds weird, but I need to way to turn a working image, to a broken one, essentially corrupting it

    • @WindyLion
      @WindyLion 4 года назад

      Here's an idea, put it into a removable drive, delete it, paste more files into the drive, use Recuva (or some other un-deleter program) to search the drive, then if the preview loads, paste more files into the drive until the preview does not show the file.

  • @ACT8113
    @ACT8113 Год назад

    I followed all the steps and while the preview image looks fine when I open the image it's all gray, you got a solution to this?

  • @ihsansattar5333
    @ihsansattar5333 3 года назад +1

    For some reason when i press f3 my brightness decreases in that case what do i press?

  • @sairanazeerfuturehacker9925
    @sairanazeerfuturehacker9925 Год назад

    Hello i do the same steps but but after clicking on search then find and unchecking case sensitive point and okay
    String not found dialogue box appear what i do waiting for urs reply

  • @le_seigneur_ap
    @le_seigneur_ap 5 лет назад +1

    Hello, I tried doing this to a corrupted image but when I search for FFDA I get an error that there is no such value. When I open the picture with the application, the only value I see is FF

    • @luciaputnocka9318
      @luciaputnocka9318 4 года назад

      i have the same problem, did you solved it?

    • @Pluss1
      @Pluss1  4 года назад +1

      I'm sorry, but if all you see everywhere in the file is "FF", then you actually are out of luck using this method. Try data recovery service or software.

    • @rhen4610
      @rhen4610 2 года назад

      @@Pluss1 heloo how about all of them are "00"?

  • @oxsalviohexiaxo
    @oxsalviohexiaxo 4 года назад +1

    So here’s a question for you.
    What if the issue is that you have a corrupt photo but you can’t find which specific photo it is (like when transferring photos from iPhone to laptop)? I found on method of doing so, but it only really works well if you have a small number of files. But I have like 4000 or somewhere around there...do I have no choice but to go through them manually one by one or in small chunks? Or is there some faster way out there that I have yet to find?
    Please if anyone knows any shortcuts to speed up this process, let me know! Thanks!!

    • @Pluss1
      @Pluss1  4 года назад

      Well, that question is rather philosophical. You might have Schrödinger's corrupt photo, but you won't know for sure if you don't accidentally stumble upon one. You hard drive might start getting corrupt sectors without you knowing. The best thing you can do AFAIK is to have a regular backup schedule and use a software to only copy new files/the differences between source and backup destination. Even then, you can't be sure if what you backed up was corrupt in the first place. There might be software out there that checks integrity of every single file on your computer, but I haven't done any research or taken any measures to prevent it personally. If you are certain that all of the files on your hard drive are healthy, and you do a full backup using your own Unraid server, you can set up that server to do weekly file integrity checks, in case one of your two Unraid HDDs are getting corrupt sectors, and Unraid will notify you. Which method do you use anyway? I haven't really thought of doing this before.

  • @seoulsister73
    @seoulsister73 2 года назад +1

    Please help... Once I type in the FF DA in the text string and remove case sensitive, XVI32 says 'String not found' and the string is all zeros. Is there a way to manually enter data or are the files completely at a loss for recovery or conversion? I have over 500 prom photos that are apparently corrupted. :( Your instructions are awesome and I have watched your tutorial many times. I just have nothing to remove or replace the header.

    • @june6880
      @june6880 Год назад

      was there ever a reply to this, I have the same issue with wedding photos

    • @lancemarchetti8673
      @lancemarchetti8673 Год назад

      If you know the dimensions that most of your wedding photos were shot at e. g 1024x1024px then that can help. Often the dimension data can get lost during corruption.
      1.Drop a working image into Notepad++
      2. Inspect within Lines 1 to 7.
      3. Move along slowly until you can identify the following bytes:
      xFF xC2 NUL DC1 BS
      The next 4 bytes that COME directly after that will be your dimensions.
      The dimensions share 2bytes each, for width and height.
      For example, if you dropped in a jpg image with a width of 1024px and a height of 768px
      You would see the following byte representation :
      ETX NUL EOT NUL
      These 4 bytes will be read by jpg image viewers as 1024 pixels by 768 pixels.
      So the complete portion of the line will look like:
      xFF xC2 NUL DC1 BS ETX NUL EOT NUL BS ETX SOH
      Changing either of dimension values in a text editor like Notepad++ will generally not prevent the jpg from opening. But it will be distorted.
      This is is because the original total layout of every pixel was saved to the canvas for the correct proportionate display, when the image was taken, or by a software image editor when the file was saved to jpg format.
      It is difficult to reproduce the jpg corruption you are experiencing without the actual file, but keep researching and trying the methods mentioned here in the video., and email the tuna guy😁
      I wish you all the best 👌

  • @Forfs
    @Forfs 5 лет назад +7

    You just opened the same picture - Can you remake with different photos so show it works?

    • @Pluss1
      @Pluss1  4 года назад

      I didn't. Those are two separate pictures taken right after each other. You can see that one of them has a slightly longer shutter speed and is more tilted than the other.

  • @Aadil_Nazir
    @Aadil_Nazir 5 лет назад +1

    I have deleted the partition ....now I have recovered the images and videos from the data recovery software but 90% of my images and videos are not able to open...showing that it may be corrupt or broken....can you fix these photos and videos for me

    • @ankittigga5735
      @ankittigga5735 5 лет назад

      Did u solve it?

    • @DiskTuna
      @DiskTuna 5 лет назад

      if all you did was delete a partition (not recreate it), 100% recovery is possible with the right tools.

    • @AbdullahKhann492
      @AbdullahKhann492 2 года назад

      Same problem

  • @kitchengirl1405
    @kitchengirl1405 2 года назад

    👋 hi
    Thank for everything
    I did the same explanation, but I have the damaged photos, their codes are all very different, what do I do?☹️

  • @srujan00
    @srujan00 4 года назад +1

    How can I repair/restore a few thousand screenshots (png) ? I had them on another computer, when I put them on my current computer it says "It looks like we don't support this file format."

    • @CommanderWaterSoul
      @CommanderWaterSoul 3 года назад

      Did you ever find a solution to this problem?

    • @srujan00
      @srujan00 3 года назад

      @@CommanderWaterSoul no. I spoke with someone who said the problem was that they weren't copied/transferred correctly, and can't be saved. I had to delete them all.

  • @Desi1080ptv
    @Desi1080ptv 2 года назад

    I get all the way to the last steps where you have us hit overwrite then a box pops up and it wants us to put something in it not like yours, yours turns red

  • @rahelaronsohnphotography44980
    @rahelaronsohnphotography44980 2 года назад

    hi,
    is it possible to repair a raw file (25Mb) without metadata headers (0 appears) ? thank you

  • @Roboducc
    @Roboducc 6 лет назад +3

    I keep trying to press f3 but nothing happens?

    • @Pluss1
      @Pluss1  5 лет назад

      If it says "string not found" when pressing F3, your're probably out of luck.

  • @waelpauomi
    @waelpauomi 4 года назад +18

    traveling to MARS will be easiest lol

    • @tunprod4441
      @tunprod4441 3 года назад

      ahhahhahaahhahaha damn it

  • @parvatrajpurohit8516
    @parvatrajpurohit8516 2 года назад

    Hii sir can we decrypt ransomware encrypted file using hxd editor ? Please reply sir we really need help 🙏🏻🙏🏻🙏🏻

  • @rishabhgoyal9267
    @rishabhgoyal9267 3 года назад

    hello my jpeg files is corrupted through topi virus kindly help us to decrypt these files

  • @ChristianThePigeon
    @ChristianThePigeon 4 года назад +1

    This doesn’t even work I click on the photo name it does nothing

  • @lanefurno
    @lanefurno 3 года назад

    Does this work with PNG files?
    And I had a hard time trying to click on the F3 button on my HP notebook laptop's keyboard as it wasn't doing anything...

  • @uekikosuke3601
    @uekikosuke3601 2 года назад

    FF DA string not found on corrupted data but it has on good data PLEASE HELP!!

  • @B-artdesign
    @B-artdesign 5 лет назад +3

    String not found???

    • @Pluss1
      @Pluss1  5 лет назад

      If "FF DA" does not exist, the image is most probably damaged beyond repair.

    • @anyelomurillo8312
      @anyelomurillo8312 5 лет назад

      what a sad. in my photos also say string not found.

    • @DiskTuna
      @DiskTuna 5 лет назад

      It really depends on IF there is actually JPEG data in the file. IF it is then there theoretically is a chance part of image can be restored. FF DA is the SOS marker (start of scan). If entropy for the file is good then it may be JPEG data. IF you have a good header (from same camera) then can some times be fixed. See: ruclips.net/video/0Fyp_YzirNI/видео.html

  • @alahimilon8692
    @alahimilon8692 4 года назад

    Some of my most important photos were on PenDrive. Since the pen drive is not open, I recover with recovery software. But the pictures that come in have been lost - clicking on Advanced Repair will require a sample image taken on the same device. But I don't have any samples for that device. What should I do now?

    • @Pluss1
      @Pluss1  4 года назад

      Do not do anything with the pen drive you had your photos on! I will cover how to recover files from flash drives and hard drives in my next video. If you don't have time to wait, I recommend that you read about and test the recovery software on www.disktuna.com/.

  • @lin-chietho8957
    @lin-chietho8957 3 года назад

    @Surpluss1\ I have one last photo of my father as he was in ICU. One photo. It was somehow corrupted. I am willing to pay to repair this file.
    Are you able to help. thank you

  • @maanbustamante
    @maanbustamante 4 года назад

    please help me, win10 got corrupt after an update and had to reinstall. pressed the wrong option upon reinstallation which wiped out all my data. most of it i backedup on cloud storage but i have about 6 photo albums that i need to be repaired. the recovery tool EaseUS recovered the files however it's corrupt. i checked in Hex editor and it's all showing 0s in the string. please help me i'm desperate. 12years of memories in those albums :(

    • @DiskTuna
      @DiskTuna 4 года назад

      "i checked in Hex editor and it's all showing 0s in the string"
      Then it can not be repaired. You can not poof data into existence.

  • @rishikeshmore142
    @rishikeshmore142 3 года назад

    i actully have the photoes on google drive ?? can u plz help me they are unable to open plz help

  • @rafaeldizon
    @rafaeldizon Год назад

    good dy can you try to fix my corrupted photos? how will i cintact you?

  • @jeremibobby2542
    @jeremibobby2542 4 года назад +5

    thank u! its save my exam!

  • @rahimasaeedi6491
    @rahimasaeedi6491 3 года назад

    Hello sir
    my Drive D attacked by viruses and I can't access to my pictures and videos, please help me if you have any solution.
    Thanks.

  • @cdm4yeugamechannel85
    @cdm4yeugamechannel85 3 года назад

    my phone occasionally corrupt some images (jpg) gray out some parts or all of the image. after i use this method it still look like same with corrupted one

  • @ioanionut6904
    @ioanionut6904 5 лет назад

    I have bad luck from the begining it says string not found , the DA it can not found it

  • @albertjohnson8245
    @albertjohnson8245 4 года назад +3

    Nice Work! Couple of months ago, I tried to repair some CR2 file and I used Stellar Repair for Photo software to fix those corrupt images because all images were corrupt due to virus infected on my Windows 10. Thanks!

    • @paulela123
      @paulela123 3 года назад

      Albert did the attempt work for you? I have tried 4 times different photos. 2 found the FF DA but after replacing the header with the good one, no luck, Still searching for solutions. I have tried Stellar and Photo repair software, stiking out. If I run into something that works, I will let ya know. Thanks

  • @lalsharubalanbalan39
    @lalsharubalanbalan39 4 года назад

    Hi. Delete panna photava reopen panumpothu the file formate is not supported kamikkithu appatina enna pleae sollunga

  • @madellenejane5927
    @madellenejane5927 3 года назад

    What should I do, if there's something popping up "string not found"?

    • @june6880
      @june6880 Год назад

      following, same issue

  • @RaffaelloLorenzusSayde
    @RaffaelloLorenzusSayde 7 месяцев назад

    Hopefully, in the future of AI data recivery and repair, AI is able to solve such complicated, frustrating, and stressful tasks.

  • @Tran295
    @Tran295 3 года назад

    Does it works on the cellphone photo , Thanks

  • @torindanius9530
    @torindanius9530 4 года назад

    friend.it says string not found.i tried many times

  • @Aredein
    @Aredein 3 года назад

    can't see anything on video with small screen (768P), while watching the 4K video, when everything is so small.

  • @Soyabsolanki005
    @Soyabsolanki005 2 года назад

    Hello sir can i repair encrypted photos by ransomware

  • @James11111
    @James11111 6 лет назад +1

    Tried multiple files and they all say "string not found" when I search for "FF DA"

    • @Pluss1
      @Pluss1  6 лет назад

      Sounds like your files are too damaged to repair. If you want to give it another try, you could contact DiskTuna to have them checked for you.

  • @AFriend21
    @AFriend21 5 лет назад

    I tried this all I get are 00 maybe its not read the file right since the file does take up space I tried others still nothing :'(

    • @Pluss1
      @Pluss1  4 года назад

      If your file is all 00's, there is no way to fix them. You need to try data recovery software.

  • @julianmoreno672
    @julianmoreno672 5 лет назад

    MY HARD DISC FELT DOWN AND DIDNT WORK ANYMORE AND I SEND TO A DRIVE SAVER COMPANY AND WHEN I RECEIVED A LOT OF FILES DIDNT BEEN SAVED, A LOT OF JPGS; SO WITH THIS SOFTWARE I WILL REPAIR??

    • @DiskTuna
      @DiskTuna 5 лет назад

      you obviously haven't watched the video. it's about a method.

    • @julianmoreno672
      @julianmoreno672 5 лет назад

      @@DiskTuna WAT METHOD?, I FOLLOW THE STEPS BUT I WRITE THE FF AND DONT WORK.

    • @DiskTuna
      @DiskTuna 5 лет назад

      @@julianmoreno672 He's describing a method to 'transplant' a header from a healthy file to a damaged file. The method working or not has little to do with the software (a hex editor) he is using.

  • @kartel_spideyy956
    @kartel_spideyy956 3 года назад

    Can you do this with MySpace photos ?

  • @user-hu5pj9rq9b
    @user-hu5pj9rq9b 4 года назад

    hi i have a lot of pics that not open
    can i send it and you repir this?
    i pay for this
    plsss help me

  • @rajfreestylo2735
    @rajfreestylo2735 5 лет назад

    I need a help.I shot some photo and also some video but unable to open it.Check with some friends but they can not do much.Anyone can help me plz?

  • @syedaeraj9349
    @syedaeraj9349 5 лет назад

    Hi there..i got my pictures in a USB from a photographer.. half of them are corrupted..almost 4gb data.. plz tell can i recover them?

    • @Pluss1
      @Pluss1  4 года назад

      The fastest way to get them back would be to ask the photographer. If that isn't possible, I would follow the guide I've put up here.

  • @jaycal1920
    @jaycal1920 4 года назад

    OK so I was using FF D8 and leaving the second FF D8 so Block select the Block before the second FF D8. Delete etc and save and i get a half image.
    This was from a 256gb micro sd card on a samsung s3 photos direct to sd. lot of corrupted imagees. maybe should report to samsung? Maybe the data is being saved .
    There also seems to be a large string of ff ff ff ff ff..... I used the replace function to delete them. searching for 4 lots of ff ff ff ff this had no effect to the partially restored image but reduced the hex string. removing 3 lots ff ff ff same i think replacing 2x ff ff then corrupted the image again. backup and try yourself.
    only half an image recovered though. 2 seperate attempts 2 different files.

  • @markytool7010
    @markytool7010 4 года назад +3

    try recovering a photo without replacing the header, beacause it's obvious in your video that you don't need the corrupt file cause you have the unbroken file

    • @DiskTuna
      @DiskTuna 4 года назад +1

      any unbroken file from same camera and setting will do. you don't need the exact same unbroken file of course.

  • @rodlim9966
    @rodlim9966 5 лет назад +2

    Hi, I tried this on CR2 files. Results = thumbnail of non-corrupt file shows up in the AAA.JPG, but when you click to open AAA.JPG, I only have a totally black image. What am I doing wrong? Your comments/help will be appreciated. Thank you.

    • @nadeenghanma2447
      @nadeenghanma2447 5 лет назад

      same here , did u find a solution ?

    • @rodlim9966
      @rodlim9966 5 лет назад +2

      Yes, @@nadeenghanma2447. Go to DiskTuna.

  • @Redtagheuer
    @Redtagheuer 5 лет назад +3

    This is SUPERB. I think you should do another video though. A really slow one, so peeps don't have to keep pausing it. Otherwise, an excellent talk-through my friend. (Better microphone would help you tremendously). Well done.

    • @Pluss1
      @Pluss1  4 года назад

      Thanks for the feedback. Yeah, I'll make sure to pay extra attention to these things in the next video.

  • @mauriciolemmiayres135
    @mauriciolemmiayres135 5 лет назад +1

    cant see in the image, first block is FF and second block is? "TA","DA","D8", other?

    • @Pluss1
      @Pluss1  4 года назад

      It's "DA"

    • @MfN_eCkO
      @MfN_eCkO 4 года назад

      @@Pluss1 bro, and if it's not the header of the image? In my case it's the footer, all the time... What will be the difference in the process? Thanks!

  • @missionariemuzic2463
    @missionariemuzic2463 5 лет назад +1

    Hi, I followed everything you said step by step, but when I clicked on the resulting image it said We can't open this file....I need serious help

  • @gbrk5245
    @gbrk5245 4 года назад

    what do i do if it sais string not found?

    • @DiskTuna
      @DiskTuna 4 года назад

      if FF DA isn't found in damaged file then it may not be JPEG at all OR damage extends beyond header (so FF DA was overwritten). It's similar to this: ruclips.net/video/9XwhGObWCtY/видео.html

  • @Reykokuna
    @Reykokuna 5 лет назад +1

    Thank you so much, in the meantime I thank you for sharing, registration and deserved likes for your channel, I followed the guide also linked by you, step by step, the only progress that I managed to do is create only the thumbnail preview, but the main remains damaged.
    In essence, the damaged photos were recovered from an external memory that has broken, photos taken with a Canon EOS 1200D, among the many halves are intact, while the rest are in light gray, brown, are seen in the middle, but none in black, so I think they are repairable, since with RS repair jpg the only thing I can recreate are the previews, from there I played a bit with the HEX editor, but creating different combinations I can not create a black image or a preview file with the size of the original (the preview is always logically small).
    I have no other ideas to recover the blessed photos of my marriage, I've been trying software for months and I think only the hex editor can do the miracle so much hoped for the joy of my wife.
    I thank you for everything and God bless you!
    P.S: excuse my bad English

    • @Pluss1
      @Pluss1  5 лет назад

      Hi! Thank you! I'm sorry to hear that. I would advice you to send your photos to joep@disktuna.com and ask him to have a look at them. He has also made software to automate the process. You could give that a try too: www.disktuna.com/jpgrepair-fix-and-repair-corrupt-jpeg-headers-and-invalid-markers/. Good luck!

    • @Krishdigital
      @Krishdigital 3 года назад

      @@Pluss1 but is is free?

  • @cagkebabenjoyer
    @cagkebabenjoyer 3 года назад

    I know that Im a bit late but when I try to find the FF DA it says "String not found". It Would be great if there is someone who knows what to do in this case and I would appreciate any answers

    • @olgagonzalez6849
      @olgagonzalez6849 3 года назад

      if your file only shows FF FF FF FF. I think it is total loss. there is no data

  • @robertalvaradolugo3010
    @robertalvaradolugo3010 4 года назад

    man can you share these corrupt photos? only for science purpose please¡

  • @user-fi3ds1hm4v
    @user-fi3ds1hm4v 4 года назад +1

    Hey, can I get your help with photo recovery?

    • @DiskTuna
      @DiskTuna 4 года назад +1

      Photo repair is different from recovery. Explain in more detail pls.

  • @nareshchandermalik8959
    @nareshchandermalik8959 2 года назад

    how to repair a corrept image in jpeg file

  • @bjorglindemichaela
    @bjorglindemichaela 4 года назад

    is there an option available for Mac please? thanks!

  • @jaimegomez3104
    @jaimegomez3104 2 года назад

    Can this work for cr3

  • @sileng3346
    @sileng3346 2 года назад

    string not found :(

  • @odsurenkhajidsuren526
    @odsurenkhajidsuren526 4 года назад

    I have too many pictures dont opening. How to work it! Each ones?

    • @DiskTuna
      @DiskTuna 4 года назад

      If damage is limited to header itself you may try: ruclips.net/video/OmIReQm2gmk/видео.html. This can be done in batch.

  • @silviasmusic17
    @silviasmusic17 4 года назад

    cant get it i have macbook

  • @saddamakbarhf
    @saddamakbarhf 5 лет назад +1

    FF DA = String Not Found. How?
    I Hope You can Answer and Help Me, THx Buddy....

    • @yehudaa3
      @yehudaa3 5 лет назад

      had the same problem as you

    • @b43rohitjain3
      @b43rohitjain3 5 лет назад

      me too had the same problem

    • @Pluss1
      @Pluss1  5 лет назад +1

      If "FF DA" does not exist, the image is most probably damaged beyond repair.

    • @xowiux
      @xowiux 5 лет назад

      so now what ? where is no other way to fix file ? @@Pluss1

    • @DiskTuna
      @DiskTuna 4 года назад

      If FF DA isn't there then either it's not JPEG data - or- corruption extends into actual image data. Sometimes with the header from a reference file you can still recover part of the photo. It's basically what I do here:
      First 150 KB are overwritten, so entire header + part of image data is gone. In case of video by ransomeware but technique to repair it is generic: ruclips.net/video/k7KB7uUoOrU/видео.html

  • @ronlivingstone1634
    @ronlivingstone1634 4 года назад

    i also want to fix broken images on various websites while on the wayback machine

  • @ArturK1M
    @ArturK1M 4 года назад

    Thanks for the video
    I get a message 'String not Found'. What am I doing wrong?
    Thank you

    • @hen8622
      @hen8622 4 года назад

      getting the same prompt as well "string not found"

    • @DiskTuna
      @DiskTuna 4 года назад

      if string ffda is not found in bad file then damage extends beyond header. it's same as message 'no sos marker found' in jpeg-repair. you can still try to repair, see ruclips.net/video/9XwhGObWCtY/видео.html

    • @apieceofreese48
      @apieceofreese48 4 года назад +1

      nice 600rr my guy. hope youre able to recover ur files.. ride safe

  • @skyrimaguas4832
    @skyrimaguas4832 4 года назад

    Is there a way to automate the process? Specially if you need to fix thousands of images

  • @noliailylanan2188
    @noliailylanan2188 3 года назад

    does this app needs internet ?

  • @PaanJr
    @PaanJr 5 лет назад

    No hex editor with block mark option for mac? i dont have windows :(

    • @Xilosphere
      @Xilosphere 5 лет назад

      Maybe R-Studio??

    • @Pluss1
      @Pluss1  4 года назад

      I'll look into it and try different ones. I've only tried iHEX, and it didn't work for some reason.

  • @amaljosekurian8859
    @amaljosekurian8859 4 года назад

    After clicking NO option it shows that "String not Found"!!!

    • @DiskTuna
      @DiskTuna 4 года назад

      if ffda is not found in bad file then damage extends beyond header. replacing header makes no sense then.
      It's the situation where jpeg-repair says 'no sos marker found'. See ruclips.net/video/9XwhGObWCtY/видео.html

  • @ChandProduction
    @ChandProduction 3 года назад

    My photos not open what can I do

  • @tech-soul
    @tech-soul 2 года назад

    Hello, I need to fix some images. Can you help me I need to contact you directly. Thanks.

  • @hashimriaz3704
    @hashimriaz3704 6 лет назад +8

    plz tell me JPEG format method :((

    • @Pluss1
      @Pluss1  6 лет назад +1

      Just copy a working JPEG image header, swap it with the broken one in the JPEG picture you are repairing and save as JPEG. It's the same procedure for all file formats.

  • @fayyazahmed5701
    @fayyazahmed5701 5 лет назад

    i apply all method as u 100%.but i can't open my jpg file ...now what should i do

    • @Pluss1
      @Pluss1  5 лет назад

      Fayyaz Ahmed Your images may be too damaged to repair. Check out Disk Tuna’s recovery program. I’ll try to explain why this method doesn’t work in all cases in my next video.

  • @bsahmedsaeed
    @bsahmedsaeed 5 лет назад +1

    hello brother i need snap screen of this i cannot see well in full screen ... plesae i lost picture away from 480km on bike i want this pictures back

  • @reubenpanganiban2936
    @reubenpanganiban2936 2 года назад

    wont work on jpegs?

  • @lunaceless578
    @lunaceless578 5 лет назад +1

    Doesn't work :(

  • @user-sp3mx7ck2v
    @user-sp3mx7ck2v 3 года назад +2

    ok huge thank you. create a patreon so i can do something extra for you.

    • @Pluss1
      @Pluss1  3 года назад

      Thanks! I will try to set something up and get done with my follow up video ASAP this year.

  • @nikhilbhandari3896
    @nikhilbhandari3896 6 лет назад

    Bro actually my pics size its showing 0B and file corrupted how to recover that pics

    • @Pluss1
      @Pluss1  5 лет назад

      Try using www.disktuna.com/jpgrepair-fix-and-repair-corrupt-jpeg-headers-and-invalid-markers/.

  • @wap9538
    @wap9538 6 лет назад

    It isn't working for me. It's actually being saved as the picture I'm taking the header from. Can you tell me if I did something wrong or make any recommendations?

    • @Pluss1
      @Pluss1  6 лет назад

      Hi! That should not be possible, because the header is completely separated from the image data. Some times the header can be longer and contain more instances of "FF DA", not two, like I mentioned in the video, and you may have to delete the part from the third or the first instance that appears and up to the top of the HEX code. You should also look for a pattern similar or equal to the one seen after the "DA" block in this video @ 3:24. The pattern I am referring to is "00 0C 03 01 00 02". That's a good sign and you should always delete everything from "FF DA" and up when you see a pattern like that right next to it. I will upload another video mentioning and explaining these exceptions very soon. If the picture you are trying to recover was on a damaged hard drive, it could however become mixed up and show up as a different one. If that's the issue, I would contact a data recovery center.

    • @Pluss1
      @Pluss1  6 лет назад

      I stand corrected. It actually happened with one of the photos I just tried to repair. I will upload videos with updates if I manage to come up with a solution to this.

    • @warluck1831
      @warluck1831 6 лет назад

      i have thesame problem the corrupted file next to "FF DA" during the first 3 search is not "00 0C 03 01 00 02" but the working picture does have "00 0C 03 01 00 02" after "FF DA".

    • @Pluss1
      @Pluss1  6 лет назад

      Try searching more, until you find it. If you cannot find it, try copying and pasting after the first instance of "FF DA", save and check. If it still doesn't work, try after the second, third and forth and so on. If it doesn't work pasting after any of the "FF DA"s, then I don't know. The image could be broken beyond repair.

  • @ba_pics
    @ba_pics 2 года назад

    does this work with raw images ??

  • @krishnabumthakuri4809
    @krishnabumthakuri4809 4 года назад

    String not found !

    • @DiskTuna
      @DiskTuna 4 года назад

      if FF DA isn't found in damaged file then it may not be JPEG at all OR damage extends beyond header (so FF DA was overwritten). It's similar to this: ruclips.net/video/9XwhGObWCtY/видео.html

  • @Scientiix
    @Scientiix 3 года назад

    I'm having a problem with corruped pictures, after I transferred them my
    cellphone to my computer, they got corrupted and besides that, they got
    huge, like normal pictures with 2.5GB in size. They won't open. Is it
    possible to recover them?

  • @emmat.3562
    @emmat.3562 4 года назад

    What does string not found mean?

    • @DiskTuna
      @DiskTuna 4 года назад

      if string ffda is not found in bad file then damage extends beyond header. it's same as message 'no sos marker found' in jpeg-repair. you can still try to repair, see ruclips.net/video/9XwhGObWCtY/видео.html