Video Conversion

Transcode – transcodes various video, audio, and container formats

Transcode is a suite of tools, all of which are command line utilities, for transcoding various video, audio, and container formats, running on a platform that supports shared libraries and threads. Decoding and encoding is done by loaded modules that are responsible for feeding transcode with raw video/audio streams (import modules) and encoding the frames (export modules).

It includes a variety of video and audio filters, including (but not limited to) video de-interlacing, audio resampling, framerate conversion, different video resizing algorithms, smoothing, sharpening, denoisifying, and cutting.

It’s modular concept is intended to provide flexibility and easy user extensibility to include other video/audio codecs or filetypes.

Decode/encode your favorite DVDs or vacation Digital Videos to single CD video files on a platform that supports shared libraries and threads with transcode’s import helpers tcextract and tcdecode.

Key Features

  • Video:
    • Cut out arbitrary frame region for processing.
    • De-interlace video frame.
    • Fast enlarging of video width/height by a multiple of 32 rows/column up to 1024×768.
    • Fast reduction of video width/height by a multiple of 32 rows/column.
    • High-quality resizing with filter.
    • Cut out arbitrary frame region for encoding.
    • Rescale (downsample) video width/height by a power of 2.
    • Flip video frame upside down.
    • Mirror image of video frame.
    • Swap R and B bytes in video frame.
    • Transform to b/w video frame.
    • Apply gamma correction.
    • Anti-alias video frame.
  • Audio:
    • Change the volume of the audio stream.
    • Resample audio stream.
    • Swap byte order in audio stream.

Website: sources.archlinux.org/other/packages/transcode
Support:
Developer: John Varouhakis
License: GNU General Public License

Transcode


Related Software

Video Converters
HandBrakeMultithreaded cross-platform media transcoding application
FFmpegMultimedia player, server and encoder
Shutter EncoderGraphical frontend to FFmpeg with editing features
FastFlixGUI for H.264, HEVC and AV1 hardware and software encoding
VideomassCross-platform GUI for FFmpeg and youtube-dl
avconvPart of libav-tools; fork of FFmpeg
VLCVdeo player which also converts multimedia to different formats
mpvCross-platform media player with video encoding support
MEncoderMEncoder is included in MPlayer
FFQueueGraphical frontend to FFmpeg written in C++
EdconvUser-friendly FFmpeg GUI
transcodeUtility to encode raw video/audio streams
OmniGetUses FFmpeg to perform the video conversion
MystiQGUI for FFmpeg, a powerful media converter
FrameDesktop media conversion utility
ffdashVP9 video encoder
ConstrictCompress videos to target sizes
LeonardoMedia conversion application
CianoEasy way to convert your multimedia files to the most popular formats
RecoderGTK4 video transcoding application
VidComSimple utility for video archiving and compression

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Martin Guy
Martin Guy
1 year ago

Where is transcode’s source code currently available and is it maintained?