More actions
(Created page with "{{Infobox DS Homebrews |title=FastVideoDS Encoder |image=Ndspc2.png |description=Encoder for the FastVideoDS format. |author=Gericom |lastupdated=2022/10/03 |type=Other PC Utilities |version=2022 |license=Mixed |download=https://dlhb.gamebrew.org/dshomebrew/fastvideodsencoder.7z |website= |source=https://github.com/Gericom/FastVideoDSEncoder |discussion= }} {{#seo: |title= (Other PC Utilities) - GameBrew |title_mode=append |image=Ndspc2.png |image_alt=FastVideoDS Encoder...") |
m (Text replacement - "|download=https://dlhb.gamebrew.org/dshomebrew/" to "|download=https://dlhb.gamebrew.org/dshomebrew2/") |
||
(11 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
|author=Gericom | |author=Gericom | ||
|lastupdated=2022/10/03 | |lastupdated=2022/10/03 | ||
|type= | |type=File Operation | ||
|version=2022 | |version=2022 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/dshomebrew2/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 | ||
| | |donation= | ||
}} | }} | ||
{{#seo: | {{#seo: | ||
|title= ( | |title= (File Operation) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image=Ndspc2.png | |image=Ndspc2.png | ||
|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++]] (through [[FastVideoDS Player]]). | ||
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 | ||
* | * DS-Homebrew Wiki - https://wiki.ds-homebrew.com/ds-index/videoplayers | ||
[[Category:PC utilities for DS]] | [[Category:PC utilities for DS]] |
Latest revision as of 05:16, 16 August 2024
FastVideoDS Encoder | |
---|---|
General | |
Author | Gericom |
Type | File Operation |
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++ (through FastVideoDS Player).
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