-
Notifications
You must be signed in to change notification settings - Fork 2
How to Use
This guide will walk you through all the features and options available in Big Video Converter.
- Getting Started
- Single File Conversion
- Batch Conversion
- Understanding Settings
- Tips & Best Practices
- Troubleshooting
After installation, you can launch Big Video Converter in several ways:
- From Application Menu - Look for "Big Video Converter" in your desktop environment's application launcher
- From File Manager - Right-click on an MKV file and select "Open with Big Video Converter" (if configured)
When you first open Big Video Converter, you'll see a clean interface with two main tabs:
- Convert Single File - For converting one video at a time with full control
- Convert Multiple Files - For batch processing entire directories

- Navigate to the "Convert Single File" tab
- Click "Select File" or "Add Files" button (blue button at the top)
- Choose your MKV file from the file picker dialog
- Configure your settings (detailed below)
- Click "Convert File" to start the conversion
- Monitor progress in the conversion dialog

Option: VAAPI (Intel/AMD)
Controls which hardware encoder to use:
- Auto-detect - Automatically selects the best available GPU
- VAAPI (Intel/AMD) - For Intel integrated graphics and AMD GPUs
- NVIDIA - For NVIDIA GPUs with NVENC
- Software - CPU-only encoding (slower but works on all systems)
Recommendation: Start with "Auto-detect" for best performance.
Option: Medium
Controls the overall quality of the output video:
- Very Low - Smallest file size, lowest quality
- Low - Good for previews or low-bandwidth scenarios
- Medium - Balanced quality and file size (default)
- High - Better quality, larger files
- Very High - Best quality, largest files
Recommendation: Use "Medium" for general purposes, "High" for archival.
Option: H.264 (Default)
Selects the video compression algorithm:
- H.264 - Best compatibility, widely supported
- H.265 (HEVC) - 30-50% smaller files, slower encoding
- AV1 - Best compression (50-70% smaller), very slow encoding
- VP9 - Open-source, similar to H.265
Recommendation:
- Use H.264 for maximum compatibility
- Use H.265 for better compression with modern devices
- Use AV1 for future-proofing and smallest files (if time permits)
Option: Re-encode
Controls how audio is processed:
- Copy - Keep original audio unchanged (fastest, preserves quality)
- Re-encode - Convert audio to a new format (allows customization)
When re-encoding, you can set:
- Bitrate - Audio quality (128kbps, 192kbps, 256kbps, etc.)
- Channels - Stereo, 5.1, 7.1, etc.
Recommendation: Use "Copy" unless you need to reduce file size or change audio format.
Option: Extract to SRT
Determines how subtitle tracks are handled:
-
Extract to SRT - Save subtitles as separate
.srtfiles - Embed in container - Keep subtitles inside the MP4 file
- Ignore - Remove all subtitles
Recommendation:
- Use Extract to SRT for maximum compatibility
- Use Embed if you want all-in-one files
Toggle: OFF (in screenshot)
When enabled, this copies the video stream directly without re-encoding:
- Pros: Extremely fast, no quality loss
- Cons: Cannot change codec, resolution, or quality
Use when: You only need to change the container format (MKV to MP4) without modifying the video itself.
- Navigate to the "Convert Multiple Files" tab
- Click to select a directory containing your MKV files
- Configure batch settings (see below)
- Click "Convert All MKVs" to start batch processing
- Monitor progress for all files
Select the folder containing all the MKV files you want to convert.
Note: The application will scan the directory for all .mkv files.
Choose how many files to convert at the same time:
- 1 - Convert one file at a time (slower but uses less resources)
- 2-4 - Balanced (recommended for most systems)
- 5+ - Faster but requires powerful CPU/GPU
Recommendation: Use 2-3 simultaneous processes on average systems, 4-6 on powerful workstations.
Skip converting files below a certain size:
- Useful for filtering out very small or corrupt files
- Enter size in megabytes (MB)
Option to create a detailed log file of the batch conversion process:
- Helpful for tracking which files succeeded or failed
- Stores timestamps and error messages
Recommendation: Enable this for large batch jobs.
Toggle: Exclude original files
When enabled:
- Automatically deletes the original files after successful conversion
- Helps save disk space
⚠️ Use with caution - make sure conversions are successful first!
Recommendation:
- Test with this option OFF first
- Enable only after verifying output quality
- Always have backups of important videos
Dropdown: Options include:
- Same folder - Save converted files next to originals
- Custom folder - Specify a different output directory
Button: Advanced Settings...
Click this to access additional professional encoding options:
Controls encoding speed vs. compression efficiency:
- ultrafast - Fastest encoding, larger files
- veryfast - Very fast, slightly larger files
- faster - Fast with good compression
- medium - Balanced (default)
- slow - Better compression, slower
- veryslow - Best compression, very slow
Recommendation: Use "medium" for general use, "slow" or "veryslow" for archival.
Advanced option for hybrid GPU/CPU encoding on certain hardware.
Forces CPU encoding even if GPU is available (useful for troubleshooting).
Set a specific output resolution (e.g., 1920x1080, 1280x720):
- Upscaling (making video larger) is not recommended
- Downscaling reduces file size
Example Use Cases:
- Convert 4K videos to 1080p for compatibility
- Reduce file size by lowering resolution
- Use H.265 or AV1 codec for smaller files without quality loss
- Set quality to "High" or "Very High"
- Use "slow" or "veryslow" compression preset
- Copy audio instead of re-encoding
- Enable GPU acceleration (VAAPI, NVIDIA, or Intel)
- Use H.264 codec
- Use "ultrafast" or "veryfast" compression preset
- Use "Copy video without re-encoding" if format change is only needed
- Use AV1 or H.265 codec
- Set quality to "Low" or "Medium"
- Use "slow" or "veryslow" compression preset
- Re-encode audio at lower bitrate (128kbps or 192kbps)
- Reduce resolution if acceptable
- Use H.264 codec (plays on virtually all devices)
- Set resolution to 1080p or 720p
- Copy or re-encode audio to AAC
- Extract subtitles to SRT (most compatible)
During conversion, you'll see:
- Progress bar - Visual indicator of completion
- Time remaining - Estimated time until completion
- Current file - Which file is being processed (in batch mode)
- Encoding statistics - Frame rate, bitrate, etc.
The progress dialog appears during conversion and shows:
- Current encoding speed (fps)
- Output file size
- Quality metrics
- Any warnings or errors
You can cancel the conversion at any time by clicking the "Cancel" button.
Possible causes:
- GPU acceleration is not enabled
- Using AV1 codec
- Using "veryslow" compression preset
- System resources are limited
Solutions:
- Enable GPU acceleration in settings
- Switch to H.264 or H.265 codec
- Use "medium" or "faster" compression preset
- Close other applications to free up resources
- Reduce number of simultaneous processes in batch mode
Check:
- Your GPU supports hardware video encoding
- Proper drivers are installed:
- AMD: Mesa drivers with VA-API support
- NVIDIA: Proprietary drivers (nvidia-utils)
- Intel: Intel media driver
- FFmpeg is compiled with hardware acceleration support
Test:
Run vainfo in terminal to check VA-API support (for Intel/AMD).
Solutions:
- Increase video quality setting to "High" or "Very High"
- Use a better codec (H.265 or AV1)
- Use "slow" compression preset
- Increase output resolution (but not beyond source resolution)
- Check if "Copy video" option is better for your use case
Solutions:
- Decrease video quality setting
- Use H.265 or AV1 codec for better compression
- Reduce output resolution
- Re-encode audio at lower bitrate
- Remove unused audio/subtitle tracks
Common issues:
- Corrupted source file - Try playing the file first
- Unsupported codec - Check FFmpeg codec support
- Insufficient disk space - Free up storage
- Permission issues - Check file/folder permissions
- Missing dependencies - Ensure FFmpeg is installed
Check the log file (in batch mode) for detailed error messages.
Solutions:
- Use "Copy audio" instead of re-encoding
- Try a different video codec
- Update FFmpeg to the latest version
- Check if source file has audio sync issues
| Shortcut | Action |
|---|---|
Ctrl + O |
Open file |
Ctrl + Q |
Quit application |
F1 |
Help |
Esc |
Cancel operation |
Big Video Converter also supports basic video editing:
- Set start and end times to extract specific portions
- Useful for removing unwanted sections
- Split videos into multiple parts
- Combine multiple cuts into one conversion
- Rotate videos
- Adjust aspect ratio
- Add watermarks (via advanced FFmpeg options)

Need more help?
Visit the GitHub repository or the BigLinux forum
Made with ❤️ by the BigLinux Team