Convert str to mp4

Convert STR to MP4

Convert compatible PlayStation and other video STR files into broadly supported MP4 copies.

Make MP4 files online

We can't read STR files yet, so this conversion isn't available. If you can export your work to one of these formats - or others - we'll turn it into MP4:

How to convert str to mp4 file

  • Video

A PlayStation game stream or another program may produce an STR file that phones, browsers, editors, and sharing services cannot open. Converting a supported video STR to MP4 creates a broadly compatible copy for playback, editing, or sharing while preserving the original source file for archival use.

What the STR format is

STR is an ambiguous filename extension. The most common video-related use is the PlayStation 1 STR stream found on game discs and extracted disc images. These files contain console-specific, usually low-resolution video with associated audio, rather than a standard consumer video stream.

Other applications use .str for subtitles, telemetry, text, or proprietary data. A subtitle STR file is not video and cannot be converted directly into MP4; it must be used as a subtitle track with a separate video. Check the source application, file size, and detected streams with MediaInfo or file input.str before selecting a converter.

What the MP4 format is

MP4 is a container, commonly carrying H.264 video and AAC audio. H.264/AAC MP4 is accepted by most phones, browsers, televisions, editors, and video platforms, and is normally much smaller than an uncompressed intermediate file. MP4 does not define one fixed quality level: the codecs, frame rate, dimensions, and bitrate determine the result.

How to convert a PlayStation STR file

  1. Install jPSXdec, an open-source PlayStation media extractor. Open the compatible game disc image, or load the extracted STR file if that version is supported, then confirm that jPSXdec identifies a PlayStation movie.
  2. Use jPSXdec's export function to create an AVI or another standard video file. Keep the source frame rate and original dimensions unless a specific playback target requires different settings. Exporting through jPSXdec is preferable to making FFmpeg guess the console stream structure.
  3. Encode the exported file with FFmpeg:

ffmpeg -i exported.avi -map 0:v:0 -map 0:a? -c:v libx264 -preset medium -crf 18 -pix_fmt yuv420p -c:a aac -b:a 192k -movflags +faststart output.mp4

Use -crf 23 or a higher value for a smaller file and a lower value for more quality. If the source contains no audio, omit the audio options and the optional audio map, or use -an. The yuv420p pixel format improves compatibility with hardware players; +faststart moves MP4 metadata to the beginning for progressive playback.

How to test other STR variants

Some non-PlayStation STR files are recognized directly by FFmpeg. Inspect one first:

ffprobe input.str

If the output lists usable video and audio streams, try:

ffmpeg -i input.str -map 0:v:0 -map 0:a? -c:v libx264 -preset medium -crf 18 -pix_fmt yuv420p -c:a aac -b:a 192k -movflags +faststart output.mp4

If FFmpeg reports an unknown format, corrupt packets, or only text, the file is not a directly supported video stream. Identify the program that created it and use that program's export function; changing the extension does not convert the data.

Online conversion options

CloudConvert and Convertio are reputable general-purpose services, but raw PlayStation STR support is inconsistent and may be absent. Use an online service only when its upload page explicitly accepts the exact STR variant, or after exporting the file to AVI or another standard intermediate format. Upload a copy rather than the archival original, and consider retention, privacy, copyright, and file-size policies before sending game assets or private recordings to a cloud service.

Quality and compatibility limits

PlayStation STR video is often low-resolution and already heavily compressed. Encoding it as a larger or higher-resolution MP4 cannot restore lost detail; upscaling only changes the output dimensions. Keep the original STR file or disc image and treat MP4 as a playback or editing copy.

Some extracted streams have unusual frame sizes, nonstandard audio behavior, missing audio, or synchronization problems. If jPSXdec produces incorrect colors, dropped frames, or unsynchronized audio, correct the extraction or export settings before encoding again. Repeated MP4 re-encoding reduces quality. Preserve the original frame rate unless conversion is required by the target device.

Additional formats for
str file conversion

Reverse conversion

Convert to mp4 from
other formats

Share on social media: