Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 28 additions & 31 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
}

.critical-alert {
background: linear-gradient(135deg, #d32f2f, #b71c1c);
background: linear-gradient(135deg, #2d4a5a, #1e3a4a);
padding: 30px;
border-radius: 15px;
margin: 30px 0;
border-left: 8px solid #ff5722;
box-shadow: 0 5px 20px rgba(211, 47, 47, 0.3);
border-left: 8px solid #4ecdc4;
box-shadow: 0 5px 20px rgba(78, 205, 196, 0.2);
}

.critical-alert h3 {
Expand All @@ -94,12 +94,26 @@
}

.critical-alert li::before {
content: "🚨";
content: "🔍";
position: absolute;
left: 0;
top: 0;
}

.view-more-link {
color: #4ecdc4;
text-decoration: none;
font-size: 0.9rem;
margin-left: 10px;
opacity: 0.8;
transition: opacity 0.3s ease;
}

.view-more-link:hover {
opacity: 1;
text-decoration: underline;
}

.evidence-grid {
display: grid;
grid-template-columns: 1fr;
Expand Down Expand Up @@ -502,35 +516,18 @@ <h2>Jeffrey Epstein Prison Video Analysis</h2>
<div class="critical-alert">
<h3>🎯 What our analysis reveals</h3>
<ul>
<li><strong>Professional editing software was used:</strong> The video was processed through Adobe Media Encoder 2024.0</li>
<li><strong>Content was spliced together:</strong> Evidence shows multiple source files were combined</li>
<li><strong>We found the exact edit point:</strong> 39 seconds of content was replaced at the 6h 36m mark</li>
<li><strong>The original footage was altered:</strong> This breaks the chain of custody for evidence</li>
<li><strong>The labeling is misleading:</strong> Despite being called "raw," this video underwent extensive editing</li>
<li><strong>Professional editing software was used:</strong> The video was processed through Adobe Media Encoder 2024.0 <a href="#adobe-evidence" class="view-more-link">• view more</a></li>
<li><strong>Content was spliced together:</strong> Evidence shows multiple source files were combined <a href="#splice-evidence" class="view-more-link">• view more</a></li>
<li><strong>We found the exact edit point:</strong> 39 seconds of content was replaced at the 6h 36m mark <a href="#edit-point-evidence" class="view-more-link">• view more</a></li>
<li><strong>The original footage was altered:</strong> This breaks the chain of custody for evidence <a href="#custody-evidence" class="view-more-link">• view more</a></li>
<li><strong>The labeling is misleading:</strong> Despite being called "raw," this video underwent extensive editing <a href="#adobe-evidence" class="view-more-link">• view more</a></li>
</ul>
</div>

<div class="stats-grid">
<div class="stat-card">
<span class="stat-number">19.5</span>
<div class="stat-label">GB Video File</div>
</div>
<div class="stat-card">
<span class="stat-number">10.9</span>
<div class="stat-label">Hours Duration</div>
</div>
<div class="stat-card">
<span class="stat-number">6:36</span>
<div class="stat-label">Splice Location</div>
</div>
<div class="stat-card">
<span class="stat-number">5.0%</span>
<div class="stat-label">Frame Size Change</div>
</div>
</div>


<div class="evidence-grid">
<div class="evidence-card">
<div class="evidence-card" id="adobe-evidence">
<h3>🔍 First, we can determine that the video was edited by professional editing software</h3>
<p>The video's metadata contains unmistakable digital fingerprints from Adobe Media Encoder 2024.0, proving this "raw surveillance footage" was actually processed through professional video editing software:</p>

Expand All @@ -554,7 +551,7 @@ <h4>📋 Here's what we found in the metadata</h4>
</div>
</div>

<div class="evidence-card">
<div class="evidence-card" id="splice-evidence">
<h3>⏰ Next, we can pinpoint exactly where the video was spliced</h3>
<p>Adobe's editing software left behind precise timing data that allows us to calculate the exact moment where content was removed from the original footage:</p>

Expand All @@ -578,7 +575,7 @@ <h4>🧮 How we decoded the timing data</h4>
</div>
</div>

<div class="evidence-card">
<div class="evidence-card" id="edit-point-evidence">
<h3>🎬 Finally, we can see visual proof of the editing in the video frames themselves</h3>
<p>When we examine the individual frames around the calculated splice point, we find a telltale compression discontinuity that confirms our analysis:</p>
<div class="command-block">
Expand Down Expand Up @@ -811,7 +808,7 @@ <h3>🚀 Run Your Own Analysis</h3>
<a href="https://github.com/codegen-sh/forensic-analysis/archive/main.zip" class="cta-button">⬇️ Download Tools</a>
</div>

<div class="evidence-card">
<div class="evidence-card" id="custody-evidence">
<h3>⚖️ Legal and Ethical Implications</h3>
<p>This computational analysis reveals several concerning issues:</p>
<ul style="margin-left: 20px; margin-top: 15px;">
Expand Down