VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Hi, I recently found some FLV format videos from a screen capturing source which I have never been able to fix and maybe I can get some help here. The problem is the length of the FLV's when I play them show outrageous times, up to 190 hours in the timestamp and they skip and lag like crazy. But the video is there and plays, though I cannot skip through the video in a media player else they freeze, I basically can only start from the beginning and let them play through.

    The actual time of the videos are I believe around and hour or so but the timestamp shows that extremely long length. I have no clue what was used to make the videos, some sort of screen recording software is all I know. But maybe someone has seen videos with this issue and can let me know if the video is salvageable for better viewing through a conversion program or the like. Any help would be appreciated.
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Have you tried remux them to mp4 or mkv?

    You can try flv extract (jofori version, https://www.videohelp.com/download/FLV%20Extract%202.2.1.2.zip ) . Open flv and remuxing to mp4 or mkv.

    Or try mkvtoolnix / mkvmergegui, open the flv and make/mux a new mkv.


    If they all fail then tell us the details from flv. Use mediainfo, open flv, view->text and copy everything.
    Quote Quote  
  3. Member Budman1's Avatar
    Join Date
    Jul 2012
    Location
    NORTHWEST ILLINOIS, USA
    Search Comp PM
    These all sound like problems encountered with most downloads of FLV's. Normally just removing the Metadata, including timings and replacing it fixes it.
    I use FLVMeta to check the video:
    Code:
    flvmeta.exe -C "C:\path to video\corrupt.flv"
    To remove Metadata I use Yandi:
    Code:
    "C:\path to Yamdi\yamdi.exe" -i "C:\path to video\corrupt.flv" -o "C:\path to video\corruptYam.flv" -M
    Then reinsert it FLVMeta again:
    Code:
    "C:\Path to FLVMeta\FLVMeta.exe" -t -f "C:\path to video\corruptyam.flv" "C:\path to video\corruptyamNEW.flv"
    Typical below:
    Click image for larger version

Name:	Check1.jpg
Views:	341
Size:	93.7 KB
ID:	33682 Initial check

    Click image for larger version

Name:	Remove.jpg
Views:	324
Size:	72.8 KB
ID:	33684 Remove Meta

    Click image for larger version

Name:	Replace.jpg
Views:	329
Size:	77.3 KB
ID:	33683 Replace Meta

    Click image for larger version

Name:	Check2.jpg
Views:	350
Size:	74.0 KB
ID:	33681 Final Check
    Last edited by Budman1; 15th Sep 2015 at 16:16.
    Quote Quote  
  4. Ok so out of 6 videos I did get 3 of them to work with FLV Extract. Do only downside was there is no sound, which I am fine with for now. The last 3 all failed using FLV Extract and the MKV tools, these had generally the same name and were created about the same time so the method of creating them might have been different though they still have the same exact issues.

    For these I tried Budman1's command lines and Utility program. The initial check of the video as shown in picture one crashed the Utility, I'll post a screenshot of the cmd prompt running flvmeta on the video and the errors shown. The remaining steps I was able to complete yet the end resulting video was basically just like the original, long timestamp ect.. I'll put a screenshot of the end result shown by the Utility and also the MediaInfo of the original video. Also the last warning from the Utility, the one about the "Invalid Keyframe" basically repeats itself with varying keyframes, but it is the last warning shown. Responses would be great, thanks.

    Click image for larger version

Name:	FLVmeta - Test.jpg
Views:	261
Size:	141.6 KB
ID:	33687 Click image for larger version

Name:	Utility - Test.jpg
Views:	307
Size:	139.3 KB
ID:	33690Click image for larger version

Name:	MediaInfo - Test.jpg
Views:	255
Size:	94.4 KB
ID:	33691
    Quote Quote  
  5. Member Budman1's Avatar
    Join Date
    Jul 2012
    Location
    NORTHWEST ILLINOIS, USA
    Search Comp PM
    With all the ID errors and tag body length error, that looks like a captured streaming video that took some hits during capture? Sorenson Spark are usually easier to fix than AVC but it takes a hex editor like HxD to fix and most times chunks will be missing due to the wrong ID, multiple bytes of hex '00' and/or invalid frames removal.

    If I do the math right, 319 MBytes X 8 bits in a byte = 2,552,000,000 bits divided by 9179 bit rate = 278025 seconds divided by 3600 seconds in hour = 77.229 hours. Pretty close to 81 hours. I'm betting there is a lot of hex '00' nulls in that video.

    I see the Height and width is missing also and they are usually inserted by replacing metadata. You did replace metadata on the result of removal (Videoyam) and not original right? Just wondering.

    You don't have a way to post that video do you? Or look at it with a hex editor. The first 17 hex bytes are important especially 00-05, 08 and 0D. OD may be 09 (Video) or 12 (Metadata). Also look thru and see if a lot of it is nulls (hex 00) in a row.

    Click image for larger version

Name:	ScreenHunter_165 Sep. 15 22.36.jpg
Views:	276
Size:	58.0 KB
ID:	33693

    Click image for larger version

Name:	ScreenHunter_165 Sep. 15 22.42.jpg
Views:	338
Size:	122.7 KB
ID:	33694
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!