Fail to recreate .wmv samples

Issue #170 resolved
A. W. created an issue

Note: used pyReScene-0.7-w32 for all tests, and used .wmv files as third argument (not the first .rar).

Case 1: Wrong CRC

Release tested: 18XGirls.12.08.29.Christel.And.Laura.XXX.INTERNAL.1080p.WMV-KTR

It's able to create the sample using the -k parameter, file looks good (not corrupt), but CRC is different:

SRS Load Complete...          Elapsed Time: 1.34s
Track Extraction Complete...  Elapsed Time: 1.94s
Warning: File .\ktr.18xg.12.08.29.christel.and.laura.wmv already exists.
Do you wish to continue? (Y/N): y
Rebuild Complete...           Elapsed Time: 6.98s

File Details:   Size           CRC
                -------------  --------
Expected    :      35,858,733  282CC903
Actual      :      35,858,733  0C9E9B95

This is a known issue for LOL xvid releases.

Rebuild failed for sample: ktr.18xg.12.08.29.christel.and.laura.wmv

Also it's not a LOL release and it's not XviD.

Case 2: sample rebuild completely fails even with -k

Release tested: 18XGirls.12.02.29.Ilina.And.Laura.XXX.INTERNAL.1080p.WMV-KTR

SRS Load Complete...          Elapsed Time: 1.20s
Track Location Complete...    Elapsed Time: 6.61s
Track Extraction Complete...  Elapsed Time: 29.42s
Traceback (most recent call last):
  File "F:\pyReScene\resample\srs.py", line 511, in main
  File "F:\pyReScene\resample\main.py", line 652, in rebuild_sample
  File "F:\pyReScene\resample\main.py", line 3671, in wmv_rebuild_sample
AttributeError: 'NoneType' object has no attribute 'seek'
Unexpected Error:
'NoneType' object has no attribute 'seek'

Comments (4)

  1. Gfy repo owner

    I fixed the unexpected attribute error from showing up, but the srs creation shows the sample has some padding.

    PS D:\> pysrs .\ktr.18xg.12.08.29.christel.and.laura.wmv
    File Details:   Size           CRC
                    -------------  --------
                       35 858 733  282CC903
    
    Track Details:  Track  Length
                    -----  -------------
                        1      1 120 821
                       15              0
                       31     34 554 362
    
    Parse Details:   Metadata     Stream Data    Total
                     -----------  -------------  -------------
                         183 550     35 675 183     35 858 733
    
    Larger (2137B) SRS file because of irregular padding bytes.
    Successfully created SRS file: ktr.18xg.12.08.29.christel.and.laura.srs
    PS D:\>
    
  2. Gfy repo owner

    The sample file created with -k has the correct CRC hash but pysrs thinks it's not.

    ktr.18xg.12.08.29.christel.and.laura.wmv 282CC90
    
  3. Log in to comment