> ## Documentation Index
> Fetch the complete documentation index at: https://help.pixwel.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Slurpee

# Slurpee

<Note>
  This page describes the **legacy** Slurpee/Slurpee2 importer. The current media-processing pipeline is [Slurpee3](/slurpee3) — serverless on AWS Step Functions, Lambda, and MediaConvert.
</Note>

Slurpee is the importer for Pixwel. It's a PHP job that runs continuously which ingest videos. Slurpe has been written in JS on top of the SWF framework.

A quick example of using the [swfP](https://www.npmjs.com/package/swfp) framework to build a video encoding using SWF.

## Usage

First you'll need `ffmpeg` and `mediainfo` (version >= 18) installed on your linux or Mac desktop through either `apt-get` or `brew` package manager.

This to run Slurpee on the console do:

```bash theme={null}
cd slurpee2
./dev.sh
```

### Ingesting a video

Simply drag & drop a video file in [http://development.pixwel.com:8080/ingest](http://development.pixwel.com:8080/ingest) or directly project/asset page.

Then, watch your console and you should see that some task are ran.

Now, refresh to the [admin ingest page](http://development.pixwel.com:8080/ingest) and you should see that the video you ingested is in a "Waiting" state ready to be processed.

[Back to docs index](/) | [Next page in recommended reading order >>](/offlines)
