More actions
No edit summary |
(some info) |
||
Line 9: | Line 9: | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/dshomebrew/fastvideodsencoder.7z | |download=https://dlhb.gamebrew.org/dshomebrew/fastvideodsencoder.7z | ||
|website= | |website=https://wiki.ds-homebrew.com/ds-index/videoplayers#fastvideods | ||
|source=https://github.com/Gericom/FastVideoDSEncoder | |source=https://github.com/Gericom/FastVideoDSEncoder | ||
|discussion= | |discussion= | ||
Line 19: | Line 19: | ||
|image_alt=FastVideoDS Encoder | |image_alt=FastVideoDS Encoder | ||
}} | }} | ||
FastVideoDS Encoder is a tool used to encode video files into the FastVideoDS format, which is specifically designed for playback on the Nintendo DS system using [[TWiLight Menu++]] | FastVideoDS Encoder is a tool used to encode video files into the FastVideoDS format, which is specifically designed for playback on the Nintendo DS system using [[TWiLight Menu++]]. | ||
After encoding the video, you can use [[FastVideoDS Player]] to play it back on your Nintendo DS. The encoder is built on top of FFmpeg and supports most input video formats. | |||
==User guide== | |||
'''Note:''' FastVideoDS Encoder requires a CPU with support for AVX2 instructions. If you encounter an error message regarding AVX2 instructions, you will need to either upgrade your CPU or use a more recent computer. | |||
===How to use=== | |||
*Download the [https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-6.0.12-windows-x64-installer?cid=getdotnetcore .NET Runtime], and install it. | |||
*Download the FastVideoDS Encoder and FastVideoDS.bat from the [https://wiki.ds-homebrew.com/ds-index/videoplayers#fastvideods DS-Homebrew Wiki]. | |||
*Place FastVideoDS.bat to the same place as the encoder .exe file. | |||
*Drag and drop your video into said .bat file. | |||
When this process is done, it should be easy as drag and drop to SD card. Once you put the video on your SD card, it will be ready for playback via TWiLight Menu++. | |||
=== | ===Command line=== | ||
Alternatively, you can run the following command: | |||
<pre>FastVideoDSEncoder [-j jobs] input output.fv</pre> | |||
Where: | |||
* <code>-j jobs</code> - Number of concurrent jobs (optional, default: cpu threads / 1.5) | |||
* <code>input</code> - The input video file. Most formats are supported through FFmpeg. | |||
* <code>output.fv</code> - The output video file. | |||
== External links == | == External links == | ||
* Github - https://github.com/Gericom/FastVideoDSEncoder | * Github - https://github.com/Gericom/FastVideoDSEncoder | ||
* | * DS-Homebrew Wiki - https://wiki.ds-homebrew.com/ds-index/videoplayers | ||
[[Category:PC utilities for DS]] | [[Category:PC utilities for DS]] |
Revision as of 06:05, 8 Mayıs 2023
FastVideoDS Encoder | |
---|---|
General | |
Author | Gericom |
Type | Other PC Utilities |
Version | 2022 |
License | Mixed |
Last Updated | 2022/10/03 |
Links | |
Download | |
Website | |
Source | |
FastVideoDS Encoder is a tool used to encode video files into the FastVideoDS format, which is specifically designed for playback on the Nintendo DS system using TWiLight Menu++.
After encoding the video, you can use FastVideoDS Player to play it back on your Nintendo DS. The encoder is built on top of FFmpeg and supports most input video formats.
User guide
Note: FastVideoDS Encoder requires a CPU with support for AVX2 instructions. If you encounter an error message regarding AVX2 instructions, you will need to either upgrade your CPU or use a more recent computer.
How to use
- Download the .NET Runtime, and install it.
- Download the FastVideoDS Encoder and FastVideoDS.bat from the DS-Homebrew Wiki.
- Place FastVideoDS.bat to the same place as the encoder .exe file.
- Drag and drop your video into said .bat file.
When this process is done, it should be easy as drag and drop to SD card. Once you put the video on your SD card, it will be ready for playback via TWiLight Menu++.
Command line
Alternatively, you can run the following command:
FastVideoDSEncoder [-j jobs] input output.fv
Where:
-j jobs
- Number of concurrent jobs (optional, default: cpu threads / 1.5)input
- The input video file. Most formats are supported through FFmpeg.output.fv
- The output video file.
External links
- Github - https://github.com/Gericom/FastVideoDSEncoder
- DS-Homebrew Wiki - https://wiki.ds-homebrew.com/ds-index/videoplayers