FFsplit

livestream creation utility

FFsplit is a lightweight utility that lets you capture videos from multiple sources and composite them into a live video feed. The feed can then be livestreamed and/or recorded locally using FFmpeg, or used as a webcam source using a DirectShow filter.

image01

Completely Free

You never have to pay to use it. Ever. FFsplit is distributed as a freeware (possibly open source in the future)

Great Performance

FFsplit is highly optimized to give you the best performance so you can focus more on what's important

Ease of Use

FFsplit is designed to let you easily create more professional and unique content as fast as possible

* The project is currently not in active development. Follow us on Twitter or visit our Discord community for the latest news and update.

4chan Archives Search Work • Trusted & Exclusive

Taqveer Doha

Nick Thijssen

Ari Vuollet

Thusara Sarath


FFsplit would not have been possible without the combined help and support of the following people:
Vincent Luong
Evan O'Brien
Juan Crespo
Roger Deloy Pack

4chan Archives Search Work • Trusted & Exclusive

Because history is written by those who archive. When the news talks about "anonymous online forums," they rely on screenshots. We rely on raw JSON. We can verify if a post was actually OP or a shopped reply. We can trace the origin of "We are Anonymous" back to the specific /b/ thread in 2008.

TL;DR:

Now get back to hoarding data, you magnificent digital packrat.

/thread

Searching for content in 4chan archives can be difficult because the site itself does not have a permanent, built-in search engine for long-term history. Instead, 4chan only offers a short-term board archive that keeps threads for about 3 days after they expire.

To find older content or "work" (specific posts/threads) from the past, you must use third-party archivers that "scrape" 4chan and save the data in searchable databases. Best Ways to Search 4chan Archives (April 2026)

Use Board-Specific Archives: Different sites archive different boards. The most reliable ones currently include: 4plebs: Focuses on boards like /pol/, /v/, /adv/, and /tg/.

Desuarchive: Primary archive for /vr/ (retro games), /a/, and /co/.

Warosu: Commonly used for boards like /diy/, /fa/, and /lit/. Archived.moe: Often covers /g/, /k/, and others. 4chan archives search work

Meta-Search Engines: Sites like 4search (hosted on Neocities) allow you to search across multiple archives at once.

Search by Post Number: If you have a specific "work" or post ID (e.g., No. 12345678), you can often find it by searching "[board] archive [post number]" on Google or directly in the search bar of a compatible archiver.

Google Site Search: You can use Google to search a specific archive by typing site:archive.4plebs.org "your search term" into the Google search bar. Why Some Searches "Don't Work"

Board Coverage: No single archive saves every board. If you can't find a post, try a different archive that specializes in that specific board.

Search Filters: To bypass search engine "blocks" or tailored results, some users recommend adding specific negative keywords like -Ai to your query.

Media Purges: Some archives occasionally delete images to save space or for legal reasons, meaning you might find the text of a post but not the "content" (images/video). List Of 4chan Archives - Google Groups


A 4chan archive search is more than a technical tool. It is a philosophical act. It rejects the core premise of anonymous imageboards—that speech should vanish with no consequence.

When you use desuarchive.org or 4plebs.org, you are peering into a palimpsest: a manuscript where the original text has been scraped away but the ghost of the writing remains. You see the raw id of the internet: the jokes, the slurs, the brilliant greentext stories, the calls to violence, the birth of memes, and the death of conversations. Because history is written by those who archive

Understanding how this search works—the crawlers, the JSON APIs, the inverted indexes—gives you superpowers. You can find what was meant to be hidden. You can track a single image across a decade. You can watch the hive mind of anonymous users construct and destroy reality in real-time.

Just remember: The archive is watching you search. And somewhere, in a thread that won't exist tomorrow, someone is talking about you.

Start your search wisely.

How 4chan Archives Search Works: A Deep Dive into Digital Preservation

Searching for content on 4chan is a unique challenge because the platform itself is designed to be ephemeral. Unlike traditional social media or forums where content is permanently stored and indexed by internal search engines, 4chan's threads are transient and eventually deleted to make room for new discussions. Because of this "permanent deletion" policy, 4chan archive search is the primary way users and researchers retrieve old discussions, memes, and media. The Mechanics of 4chan Archiving

4chan does not have a native, permanent search function for its entire history. Instead, "4chan archives" are independent, third-party sites that use automated tools to scrape and save threads before they vanish.

Automated Scraping: These sites use "dumpers" like FoolFuuka or Asagi to monitor live boards. These bots capture text, images, and metadata (like timestamps and tripcodes) in real-time.

External Storage: Once a thread is "bumped" off the last page of a 4chan board, it is deleted from the 4chan servers. Archive sites provide a permanent record on their own external servers. Now get back to hoarding data, you magnificent

Indexing and Searchability: Unlike the live board, which is largely unindexed, archive sites create searchable databases. They allow users to filter by keywords, date ranges, thread popularity, and specific boards. Popular 4chan Archive Sites (2026)

Different archives specialize in specific boards. As of early 2026, several key players dominate the archival space: List Of 4chan Archives - Google Groups


Let's say you see a leaked credential dump posted on /b/. You have a username: anonymous_coward_69. How do you find all posts by that tripcode or name across history?

Tripcode search: Desuarchive allows ?trip=. You can brute force this via script.

import requests
import time

trip = "!FsLZ.Nr0R2" # Example tripcode boards = ["b", "pol", "k", "g"]

for board in boards: url = f"https://desuarchive.org/board/search/tripcode/trip/json/" resp = requests.get(url) if resp.status_code == 200: data = resp.json() for post in data['posts']: print(f"Found: https://desuarchive.org/board/thread/post['thread_id']#post['no']") time.sleep(1) # Be polite

Best for: The "Old Internet" (2010–2019). 4plebs specializes in boards that were historically important but are now less active: /b/, /adv/, /cgl/, /co/, /fit/, /k/, /pol/, /sp/, /tg/, /trv/, /tv/, /v/, /vg/, /vp/, /vr/, /vst/. It has a very clean UI and excellent date-range filtering. However, 4plebs has struggled with uptime and data corruption in recent years.

When a user submits a search query (e.g., "cats" board:g after:2025-01-01), the archive’s search engine processes it in stages.

When a new meme surfaces, researchers need to find its origin point. The earliest known post of "Loss," "Pepe the Frog," or "The Backrooms" was found via 4chan archive searches. Without archives, these origins would be lost to time.

4chan Archives Search Work • Trusted & Exclusive