<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>ReSample (new posts)</title>
		<link>http://rescene.wikidot.com/forum/c-593911/resample</link>
		<description>Posts in the forum category &quot;ReSample&quot; - Everything ReSample related</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 09 Sep 2026 07:18:50 +0000</lastBuildDate>
		
					<item>
				<guid>http://rescene.wikidot.com/forum/t-17147608#post-7026198</guid>
				<title>Unable to extract correct amount of data for track 3. Aborting.: Unable to extract correct amount of data for track 3. Aborting.</title>
				<link>http://rescene.wikidot.com/forum/t-17147608/unable-to-extract-correct-amount-of-data-for-track-3-abortin#post-7026198</link>
				<description></description>
				<pubDate>Tue, 10 Jun 2025 11:00:13 +0000</pubDate>
				<wikidot:authorName>InterClaw</wikidot:authorName>				<wikidot:authorUserId>7706079</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Getting this error when trying to create a sample from a series episode which has a subtitle track (English SDH).</p> <blockquote> <p>Unable to extract correct amount of data for track 3. Aborting.</p> </blockquote> <p>Is there anything I can do to work around this? I tried removing that track first, but it had no effect and I got the same error.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-15971293#post-6654270</guid>
				<title>HOW TO: recreate .m2ts sample: Re: HOW TO: recreate .m2ts sample</title>
				<link>http://rescene.wikidot.com/forum/t-15971293/how-to:recreate-m2ts-sample#post-6654270</link>
				<description></description>
				<pubDate>Sun, 15 Sep 2024 19:07:46 +0000</pubDate>
				<wikidot:authorName>jaloji</wikidot:authorName>				<wikidot:authorUserId>9398558</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I've never understand why and you can check by yourself but almost all the samples of the group 4FR are reconstructed with resample&#8230;</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-16865300#post-6544086</guid>
				<title>Possible future solution for Unable to locate track signature for track X: Possible future solution for Unable to locate track signature for track X</title>
				<link>http://rescene.wikidot.com/forum/t-16865300/possible-future-solution-for-unable-to-locate-track-signatur#post-6544086</link>
				<description></description>
				<pubDate>Tue, 18 Jun 2024 05:33:16 +0000</pubDate>
				<wikidot:authorName>bfadley</wikidot:authorName>				<wikidot:authorUserId>9177615</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi there<br /> I was trying to reconstruct a mkv sample file, and ReSample gave me the error: Unable to locate track signature for track 3. Aborting.<br /> I got the original sample file anyway, and when I compared it with the main video file, I notice that the track 3 is a subtitle track, and somehow, when they created the sample file, they applied zlib compression to those subtitles. So, the content of the tracks is different in each file.<br /> I think a possible solution, for future versions of ReSample, could be to save the entire track blocks/frames inside the srs file, only for tracks that can not be located in the main video file. This would be applicable only to small tracks such as subtitle tracks, to maintain a relative small size.<br /> Of course, this only could be done if the main video file is available and the -c option is specified when the srs file is created.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-16476191#post-6256323</guid>
				<title>pyReScene-0.7 module &#039;time&#039; has no attribute &#039;clock&#039;: pyReScene-0.7 module &#039;time&#039; has no attribute &#039;clock&#039;</title>
				<link>http://rescene.wikidot.com/forum/t-16476191/pyrescene-0-7-module-time-has-no-attribute-clock#post-6256323</link>
				<description></description>
				<pubDate>Mon, 27 Nov 2023 13:52:26 +0000</pubDate>
				<wikidot:authorName>blixten85</wikidot:authorName>				<wikidot:authorUserId>8913126</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>- Recreating Sample .. expect output from SRS</p> <hr /> <p>Traceback (most recent call last):<br /> File &quot;/usr/local/lib/python3.11/dist-packages/pyReScene-0.7-py3.11.egg/resample/srs.py&quot;, line 266, in main<br /> t0 = time.clock()<br /> ^^<br /> AttributeError: module 'time' has no attribute 'clock'<br /> Unexpected Error:<br /> module 'time' has no attribute 'clock'</p> <p>This is run on a raspberry pi 4 with raspbian x64 latest updates<br /> Distributor ID: Debian<br /> Description: Debian GNU/Linux 12 (bookworm)<br /> Release: 12<br /> Codename: bookworm</p> <hr /> <p>EDIT:</p> <p>I’m sorry to hear that you’re having trouble with your Python code. The error message you received indicates that the time module in Python 3.11 does not have an attribute named clock. This is because the clock function has been removed from the time module since Python 3.8&#160;1234.</p> <p>To fix this error, you can replace the clock() function with either perf_counter() or process_time() functions, depending on your requirements</p> <p>This is what BING told me.</p> <p>EDIT2:</p> <p>After some conversation with chatGPT 3.5 this is the new updated file with the changes</p> <p>added<br /> from time import perf_counter</p> <p>changed<br /> t0 = time.clock()<br /> to<br /> t0 = perf_counter()</p> <p>t1 = time.clock()<br /> to<br /> t1 = perf_counter()</p> <p><a href="https://paste.debian.net/plainh/428016b3">https://paste.debian.net/plainh/428016b3</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-1080783#post-6200631</guid>
				<title>[SOLVED] .srs MemoryError Unexpected Error: Re: .srs MemoryError Unexpected Error</title>
				<link>http://rescene.wikidot.com/forum/t-1080783/solved-srs-memoryerror-unexpected-error#post-6200631</link>
				<description></description>
				<pubDate>Thu, 14 Sep 2023 09:54:41 +0000</pubDate>
				<wikidot:authorName>salmawisokys</wikidot:authorName>				<wikidot:authorUserId>8782354</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Great tutorial.Thanks.<br /> <a href="https://drift-boss.pro">Drift Boss</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-15971293#post-6177043</guid>
				<title>HOW TO: recreate .m2ts sample: </title>
				<link>http://rescene.wikidot.com/forum/t-15971293/how-to:recreate-m2ts-sample#post-6177043</link>
				<description></description>
				<pubDate>Mon, 14 Aug 2023 11:14:36 +0000</pubDate>
				<wikidot:authorName>anor</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>thank you for suggesting the method. I've tried it a bit and it's almost like hitting the lottery really for me to recreate an original sample.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-15971293#post-6123069</guid>
				<title>HOW TO: recreate .m2ts sample: HOW TO: recreate .m2ts sample</title>
				<link>http://rescene.wikidot.com/forum/t-15971293/how-to:recreate-m2ts-sample#post-6123069</link>
				<description></description>
				<pubDate>Mon, 12 Jun 2023 22:30:54 +0000</pubDate>
				<wikidot:authorName>Gfy</wikidot:authorName>				<wikidot:authorUserId>1334587</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><em>Source: forum message on a torrent site</em></p> <p>You can try restore m2ts sample using tsmuxer.</p> <ul> <li>mount ISO, load main .m2ts file from your BDMV/STREAM directory (usually it's the biggest one) in tsmuxer <ul> <li>A) set output muxing to m2ts</li> <li>go to Split &amp; cut tab and select &quot;split duation every 60 sec&quot;</li> <li>start muxing</li> <li>stop muxing after creating 10-11 files (Scene groups usually make ranodm 60sec samples from first 10 minutes of movie)</li> <li>compare sizes &amp; checksums (CRC32) with SRRDB</li> <li>if you find the one that matches checksums - thats the one!</li> </ul> </li> <li>if none of them matches checksums but sizes are same or very similar try another variants: <ul> <li>B) in Blu-ray tab change 45KHz clock from 0 to 524280, start muxing</li> </ul> </li> <li>if still proper file hasn't been found - try another variant: <ul> <li>C) Input tab: try change &quot;Insert SEI and VUI data if absent&quot; between other options</li> </ul> </li> </ul> <p>This method is not 100% perfect: tested 3 COMPLETE.BLURAY releases, only 1 success. I've successfully recreated m2ts sample from<br /> Black.Panther.Wakanda.Forever.2022.MULTi.COMPLETE.BLURAY-AKENATON<br /> using TSmuxerGUI v2.6.12 with settings:</p> <div class="code"> <pre><code>Insert SEI and VUI data if absent [check] Continually insert SPS/PPS Blu-ray: 45KHz clock: 0 Split every 60s</code></pre></div> <p>Sometimes srrdb shows info from incomplete sample files - in this case you can't compare checksums.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-15709890#post-6040354</guid>
				<title>Unable to locate track signature: Re: Unable to locate track signature</title>
				<link>http://rescene.wikidot.com/forum/t-15709890/unable-to-locate-track-signature#post-6040354</link>
				<description></description>
				<pubDate>Tue, 28 Mar 2023 18:58:55 +0000</pubDate>
				<wikidot:authorName>Gfy</wikidot:authorName>				<wikidot:authorUserId>1334587</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It means that srs is not able to find the necessary data in the main video file.<br /> The sample could be made from another rip, or srs has trouble locating subtitles since they are mismatched: packaged/extracted in the sample vs mkv.</p> <p>One other case could be that the location stored in the srs is wrong e.g. with a samplefix<br /> In that case the reconstruction can be attempted by adding the <tt>-m</tt> parameter to srs.exe.</p> <p>You can look up the codes here:<br /> <a href="https://github.com/srrDB/pyrescene/blob/master/resample/srs.py#L470">https://github.com/srrDB/pyrescene/blob/master/resample/srs.py#L470</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-15709890#post-6000920</guid>
				<title>Unable to locate track signature: </title>
				<link>http://rescene.wikidot.com/forum/t-15709890/unable-to-locate-track-signature#post-6000920</link>
				<description></description>
				<pubDate>Sat, 04 Mar 2023 09:55:45 +0000</pubDate>
				<wikidot:authorName>CapN Ay</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Btw the &quot;Unable to locate track signature for track 4&quot; error only appears when using command prompt not in srrGUI which is weird as it used to be displaying that on other releases.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-15709890#post-6000913</guid>
				<title>Unable to locate track signature: Unable to locate track signature</title>
				<link>http://rescene.wikidot.com/forum/t-15709890/unable-to-locate-track-signature#post-6000913</link>
				<description></description>
				<pubDate>Sat, 04 Mar 2023 09:50:58 +0000</pubDate>
				<wikidot:authorName>CapN Ay</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Using srrGUI on windows.</p> <p>I had the Unable to locate track signature for track 4. Aborting (common) errors more than a few times over the last years.</p> <p>srrGUI: Process completed. srs.exe exit code = 3</p> <p>Is it something I should do to fix that ? I always give up</p> <p>Would be nice to have a table with all error code messages and what it means precisely.</p> <p>In my case, error code = 3 what could be possibly wrong ?</p> <p>- .srs file is corrupted or equivalent ?<br /> - anything else.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-10023743#post-5968627</guid>
				<title>Unable to locate track signature for track 1: </title>
				<link>http://rescene.wikidot.com/forum/t-10023743/unable-to-locate-track-signature-for-track-1#post-5968627</link>
				<description></description>
				<pubDate>Tue, 07 Feb 2023 13:52:38 +0000</pubDate>
				<wikidot:authorName>andy666</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>still no solution for this issue?<br /> i have the same error!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-681530#post-5763507</guid>
				<title>[SOLVED] VOB-sample: </title>
				<link>http://rescene.wikidot.com/forum/t-681530/solved-vob-sample#post-5763507</link>
				<description></description>
				<pubDate>Wed, 14 Dec 2022 23:31:42 +0000</pubDate>
				<wikidot:authorName>Kasten</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>@RustyBolt How to do this with .MP4 files. Let's say I'm the scene creator and I want to make a sample file from the video, how do I split the video to create a sample file?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-681530#post-5507335</guid>
				<title>[SOLVED] VOB-sample: </title>
				<link>http://rescene.wikidot.com/forum/t-681530/solved-vob-sample#post-5507335</link>
				<description></description>
				<pubDate>Sat, 30 Jul 2022 11:13:54 +0000</pubDate>
				<wikidot:authorName>RustyBolt</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I've had a look at recreating the m2ts files of complete bluray releases.</p> <p>Managed to get as far as extracting a sample file using tsmuxer gui, resulting file was the same bytes size as original but the crc32 hashes didn't match - likely something to do with the date / timestamps etc&#8230; I checked both files with a hex editor and around 99% of the data was identical except for groups of 4 bytes scattered through the file.</p> <p>Scene appears to be using tsmuxer to extract the samples (atleast on the releases I have), so basically you just have to try the different versions of tsmuxer until you get a resulting file with the same bytes size.</p> <p>Steps I took:</p> <p>- Extract the main movie m2ts from the release ISO<br /> - Add it to the input files list in tsmuxer<br /> - Change the output to TS muxing (should be selected by default)<br /> - On the split and cut tab select split by duration every 60 sec<br /> - Let tsmuxer run for a short while then cancel it (or you can let it split the entire movie to 60 second chunks) likely the sample file is near the beginning of the movie<br /> - Atleast one of the resulting files should be the same bytes size as the original sample file, if and ONLY if the scene used that specific version of tsmuxer</p> <p>tsmuxer is a command line tool, so should be straight forward to run a python loop over each version (same as is done with the RAR executables), extracting the 60 second chunks and looking for the same bytes size. The only problem I haven't been able to fix is the crc32 not matching - likely due to the date / timestamps as mentioned above.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-10187790#post-4141583</guid>
				<title>Creating SRS fails. Stripping recognized tags for better fpcalc detection: Creating sample fails. Stripping recognized tags for better fpcalc detection</title>
				<link>http://rescene.wikidot.com/forum/t-10187790/creating-srs-fails-stripping-recognized-tags-for-better-fpca#post-4141583</link>
				<description></description>
				<pubDate>Mon, 04 Feb 2019 18:29:31 +0000</pubDate>
				<wikidot:authorName>sphinx9</wikidot:authorName>				<wikidot:authorUserId>4784755</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Getting error with some of the TV2LAX9 releases when trying to create an srr/srs. It fails when trying to create sample.<br /> Example below is for Chuck.S04D02.SE.Fi.NO.PAL.DVDR-TV2LAX9</p> <p>Creating SRS for: Sample\tv2lax9-chuck.s4d2.sample.vob<br /> File Details: Size CRC<br /> <span style="text-decoration: line-through;">-</span><span style="text-decoration: line-through;">-</span><span style="text-decoration: line-through;">- -</span><span style="text-decoration: line-through;">-</span><br /> 42&nbsp;946&nbsp;560 194066CA</p> <p>Stream Details: Stream Length<br /> <span style="text-decoration: line-through;">-</span>- <span style="text-decoration: line-through;">-</span><span style="text-decoration: line-through;">-</span>&#8212;-<br /> 1 42&nbsp;946&nbsp;560</p> <p>Parse Details: Metadata Stream Data Total<br /> <span style="text-decoration: line-through;">-</span><span style="text-decoration: line-through;">-</span>- <span style="text-decoration: line-through;">-</span><span style="text-decoration: line-through;">-</span><span style="text-decoration: line-through;">- -</span><span style="text-decoration: line-through;">-</span><span style="text-decoration: line-through;">-</span><br /> 0 42&nbsp;946&nbsp;560 42&nbsp;946&nbsp;560</p> <p>Stripping recognized tags for better fpcalc detection.<br /> Stripping recognized tags for better fpcalc detection.</p> <hr /> <p>Tell me if the .sfv matches the music file!<br /> Otherwise your file is most likely totally corrupt.</p> <hr /> <p>Removing SRR-x8tg6lt8\tmp7vyp7vqk-pyReScene_fpcalc.vob<br /> Removing SRR-x8tg6lt8\tmp4ssa9zh2-pyReScene_fpcalc.vob<br /> SRS creation failed for tv2lax9-chuck.s4d2.sample.vob!</p> <p>Anyone know why this happens and is it possible to fix it.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-10155931#post-4139953</guid>
				<title>&quot;Could not locate MKV, AVI, MP4, WMV, FLAC or MP3 data in file&quot;: </title>
				<link>http://rescene.wikidot.com/forum/t-10155931/could-not-locate-mkv-avi-mp4-wmv-flac-or-mp3-data-in-file#post-4139953</link>
				<description></description>
				<pubDate>Sun, 03 Feb 2019 06:31:55 +0000</pubDate>
				<wikidot:authorName>Pahomov</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I don't know how to use pyReSample, can't open this in cmd. I disn't found tutorial about it.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-10155931#post-4137963</guid>
				<title>&quot;Could not locate MKV, AVI, MP4, WMV, FLAC or MP3 data in file&quot;: &quot;Could not locate MKV, AVI, MP4, WMV, FLAC or MP3 data in file&quot;</title>
				<link>http://rescene.wikidot.com/forum/t-10155931/could-not-locate-mkv-avi-mp4-wmv-flac-or-mp3-data-in-file#post-4137963</link>
				<description></description>
				<pubDate>Fri, 01 Feb 2019 11:45:17 +0000</pubDate>
				<wikidot:authorName>Pahomov</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>*note: english is not my native lang, so it's problem to completly understand all tutorials and explain all details to you. don't judge me*<br /> Hi there. I've been trying to convert .srs files into .flac or put it in .rar, I did all things in cmd, put all neccesary files in current folder, but some reason it doesn't worked. And always the same error: &quot;Could not locate MKV, AVI, MP4, WMV, FLAC or MP3 data in file&quot;. I'll appreciate any help.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-10023743#post-4130943</guid>
				<title>Unable to locate track signature for track 1: </title>
				<link>http://rescene.wikidot.com/forum/t-10023743/unable-to-locate-track-signature-for-track-1#post-4130943</link>
				<description></description>
				<pubDate>Fri, 25 Jan 2019 23:53:17 +0000</pubDate>
				<wikidot:authorName>west</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Yes, but it's not useful because you can't reconstruct the sample. It would be great if you could fix this in the application to be able to patch correctly and get the m2ts of the sample. I don't know if somehow this option can be reached in a functional way or now it's mission impossible. I wish it could be fixed.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-10023743#post-4130816</guid>
				<title>Unable to locate track signature for track 1: Re: Unable to locate track signature for track 1</title>
				<link>http://rescene.wikidot.com/forum/t-10023743/unable-to-locate-track-signature-for-track-1#post-4130816</link>
				<description></description>
				<pubDate>Fri, 25 Jan 2019 20:52:01 +0000</pubDate>
				<wikidot:authorName>Gfy</wikidot:authorName>				<wikidot:authorUserId>1334587</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yes, srs files for .m2ts samples are still the bare minimum. (like vob) But they don't work. Still just a file that has more info than a .txt file.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-10023743#post-4128577</guid>
				<title>Unable to locate track signature for track 1: </title>
				<link>http://rescene.wikidot.com/forum/t-10023743/unable-to-locate-track-signature-for-track-1#post-4128577</link>
				<description></description>
				<pubDate>Wed, 23 Jan 2019 19:51:30 +0000</pubDate>
				<wikidot:authorName>west</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I see that this error happens with all the releases of the full bluray where the sample has the format .m2ts. Tested from .rar or .iso always returns the same error.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://rescene.wikidot.com/forum/t-10023743#post-4124990</guid>
				<title>Unable to locate track signature for track 1: Unable to locate track signature for track 1</title>
				<link>http://rescene.wikidot.com/forum/t-10023743/unable-to-locate-track-signature-for-track-1#post-4124990</link>
				<description></description>
				<pubDate>Sun, 20 Jan 2019 09:57:11 +0000</pubDate>
				<wikidot:authorName>west</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hello, all try to rebuild the sample from 0day full bluray releases always gives me error &quot;Unable to locate track signature for track 1&quot;. Aborting&quot;</p> <p>Any way to fix this error?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>