DSVideo: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox homebrew
{{Infobox DS Homebrews
| title       = DSVideo
|title=DSVideo
| image       = [[File:Dsvideo110.jpg|300px]]
|image=Dsvideo.jpg
| type       = Media player
|description=Video player and converter.
| version     = 1.10
|author=Dominic Ludlam
| licence    = Mixed
|lastupdated=2008/12/08
| author      = Dominic Ludlam
|type=Media players
| website     = http://dsvideo.recoil.org/
|version=1.10
| download    = Media:Dsvideo110.rar
|license=Mixed
| source      =
|download=https://dlhb.gamebrew.org/dshomebrew/dsvideo.7z?k33p0fil35
}}  
|website=http://dsvideo.recoil.org
 
}}
DSVideo player is a DS Media Player offers a simple and intuitive interface.  
DSVideo player is a DS Media Player offers a simple and intuitive interface.  


Line 21: Line 21:


==Installation==
==Installation==
Download and extract file.
Download contains the following:
* DSVideo - Main program.
* DSVIdeo Converter - Command-line encoder binaries for windows. Requires [http://www.microsoft.com/downloads/details.aspx?familyid=333325FD-AE52-4E35-B531-508D977D32A6&displaylang=en  Microsoft .NET Framework 3.5].
* DSVEGUI - 3rd party GUI tools by rWatcher (optional). It presents a graphical interface for DSVideo encoding and depends on the command-line encoder binaries.
 
To install, [[DLDI|DLDI]] patch .nds file and copy it to the root directory of the card.


[[DLDI|DLDI]] patch .nds file and copy it to the root directory of the card.
For the converter, unzip then run Start/Accessories/Command Prompt (for Windows users) and use the dsvideo command-line tool provided.


'''Note from developer:'''
'''Notes from developer:'''


There is a special version of DSVideo for the R4, which has been patched with a slightly modifier version of the R4 dldi driver. If you have an R4, you'll need to use the r4tf7.dldi patch and stop the R4 from autopatching it when it boots. This can be done with the dldinoap tool (source is in the thirdparty directory).
There is a special version of DSVideo for the R4, which has been patched with a slightly modifier version of the R4 dldi driver. If you have an R4, you'll need to use the r4tf7.dldi patch and stop the R4 from autopatching it when it boots. This can be done with the dldinoap tool (source is in the thirdparty directory).


==User guide==
==User guide==
The top screen is devoted to video playback, and the bottom screen contains the touchscreen navigation interface. The DSVideo encoder is flexible, accommodates a wide variety of source material, and is based on the widely used and highly portable ffmpeg.  
The top screen is devoted to video playback, and the bottom screen contains the touchscreen navigation interface.  
 
The DSVideo encoder is flexible, accommodates a wide variety of source material, and is based on the widely used and highly portable ffmpeg.  


===Encode videos===
===Encode videos===
The encoder is a command line utility. The following command will convert the file input_video.avi into a file called input_video.dsv which can then by copied onto your homebrew flashcard:
The encoder is a command line utility. The following command will convert the file input_video.avi into a file called input_video.dsv which can then by copied onto your homebrew flashcard:


  dsvideo input_video.avi<br>
  dsvideo input_video.avi
 
By default, 16:9 (or other widescreen sizes) will be encoded as centre-cut-out, meaning the height will fit the DS screen and the sides will be removed. The original video size can be kept by passing the -l option to the encoder, for example:
By default, 16:9 (or other widescreen sizes) will be encoded as centre-cut-out, meaning the height will fit the DS screen and the sides will be removed. The original video size can be kept by passing the -l option to the encoder, for example:


  dsvideo -l input_video.avi<br>
  dsvideo -l input_video.avi
 
There are some other options to control the encoder which are explained (briefly) by running the encoder with no arguments. More details are available at the [http://dsvideo.recoil.org DSVideo website].
There are some other options to control the encoder which are explained (briefly) by running the encoder with no arguments. More details are available at the [http://dsvideo.recoil.org DSVideo website].


Line 45: Line 54:


==Media==
==Media==
'''DSVideo 1.0''' ([https://www.youtube.com/watch?v=TClIgtGuMYc Dekuwa]) <br>
<youtube>TClIgtGuMYc</youtube>
<youtube>TClIgtGuMYc</youtube>


Line 51: Line 61:


==Changelog==
==Changelog==
'''Version 1.01'''<br>
'''Version 1.01'''
Encoder:<br>
 
Encoder:
* Update help information when the encoder is run with no arguments to include the version number, to clarify the usage of the "-w" option and to show some examples of common use.
* Update help information when the encoder is run with no arguments to include the version number, to clarify the usage of the "-w" option and to show some examples of common use.
* Remove -s option on windows, as it doesn't work there yet.
* Remove -s option on windows, as it doesn't work there yet.
Line 61: Line 72:
* Change default output filename to be the input file name with the extension changed to ".dsv".
* Change default output filename to be the input file name with the extension changed to ".dsv".


Decoder:<br>
Decoder:
* Unchanged.
* Unchanged.


Line 77: Line 88:
* [http://www.twolame.org TwoLAME] - Used by the encoder for audio encoding.
* [http://www.twolame.org TwoLAME] - Used by the encoder for audio encoding.
* [http://www.dragonminded.com/?loc=ndsdev/LibFATDragon Libfatdragon] - Used by the decoder to access the flash card on the DS.
* [http://www.dragonminded.com/?loc=ndsdev/LibFATDragon Libfatdragon] - Used by the decoder to access the flash card on the DS.
* [http://www.freetype.org Freetype2] - Used during the build process to convert a freetype font to a bitmap font usable on the DS.
* [https://www.freetype.org Freetype2] - Used during the build process to convert a freetype font to a bitmap font usable on the DS.
* [http://sourceforge.net/projects/libungif Libungif] - Used during the build process to convert images into a format usable on the DS.
* [https://sourceforge.net/projects/libungif Libungif] - Used during the build process to convert images into a format usable on the DS.
* [http://www.tortall.net/projects/yasm Yasm] - Used while building the encoder.
* [http://www.tortall.net/projects/yasm Yasm] - Used while building the encoder.


<br>
==External links==
* Official website - http://dsvideo.recoil.org
 
[[Category:DS homebrew applications]]
[[Category:DS homebrew applications]]
[[Category:Media players on DS]]
[[Category:Media players on DS]]

Latest revision as of 06:52, 2 February 2024

DSVideo
Dsvideo.jpg
General
AuthorDominic Ludlam
TypeMedia players
Version1.10
LicenseMixed
Last Updated2008/12/08
Links
Download
Website

DSVideo player is a DS Media Player offers a simple and intuitive interface.

Features

  • Video playback up to 12.5 fps.
  • Stereo Audio playback (MPEG-1 Layer 2 @ 112kbps/32kHz).
  • Full seeking support.
  • Feature-complete video playback controls.
  • File browser.

Installation

Download contains the following:

  • DSVideo - Main program.
  • DSVIdeo Converter - Command-line encoder binaries for windows. Requires Microsoft .NET Framework 3.5.
  • DSVEGUI - 3rd party GUI tools by rWatcher (optional). It presents a graphical interface for DSVideo encoding and depends on the command-line encoder binaries.

To install, DLDI patch .nds file and copy it to the root directory of the card.

For the converter, unzip then run Start/Accessories/Command Prompt (for Windows users) and use the dsvideo command-line tool provided.

Notes from developer:

There is a special version of DSVideo for the R4, which has been patched with a slightly modifier version of the R4 dldi driver. If you have an R4, you'll need to use the r4tf7.dldi patch and stop the R4 from autopatching it when it boots. This can be done with the dldinoap tool (source is in the thirdparty directory).

User guide

The top screen is devoted to video playback, and the bottom screen contains the touchscreen navigation interface.

The DSVideo encoder is flexible, accommodates a wide variety of source material, and is based on the widely used and highly portable ffmpeg.

Encode videos

The encoder is a command line utility. The following command will convert the file input_video.avi into a file called input_video.dsv which can then by copied onto your homebrew flashcard:

dsvideo input_video.avi

By default, 16:9 (or other widescreen sizes) will be encoded as centre-cut-out, meaning the height will fit the DS screen and the sides will be removed. The original video size can be kept by passing the -l option to the encoder, for example:

dsvideo -l input_video.avi

There are some other options to control the encoder which are explained (briefly) by running the encoder with no arguments. More details are available at the DSVideo website.

Controls

Stylus - Full control of the application

Media

DSVideo 1.0 (Dekuwa)

Compatibility

Tested on DSTT/TTDS (firmware 1.17a12).

Changelog

Version 1.01

Encoder:

  • Update help information when the encoder is run with no arguments to include the version number, to clarify the usage of the "-w" option and to show some examples of common use.
  • Remove -s option on windows, as it doesn't work there yet.
  • Add support for videos at 23.97fps.
  • Fix the makefile for x86_64 linux platforms.
  • Fix audio resampling bug when converting from sample rates lower than 32kHz.
  • Fix freezing / memory allocation problem with certain video inputs.
  • Change default output filename to be the input file name with the extension changed to ".dsv".

Decoder:

  • Unchanged.

Credits

  • DSVideo was developed by Dominic Ludlam.
  • Artwork and design by Denise Wilton.
  • Additional artwork and the website by Nick Ludlam.
  • Nick also made the spiffy intro video.
  • Many thanks to Lee Maguire for testing and feedback.
  • The sound track for the intro video is by James Tubbritt (Sharp), downloadable from http://fxhome.com/sounds.

The following additional software is used:

  • devkitPro - Used to build the decoder.
  • FFMpeg - Used by the encoder to provide input video and audio data.
  • TwoLAME - Used by the encoder for audio encoding.
  • Libfatdragon - Used by the decoder to access the flash card on the DS.
  • Freetype2 - Used during the build process to convert a freetype font to a bitmap font usable on the DS.
  • Libungif - Used during the build process to convert images into a format usable on the DS.
  • Yasm - Used while building the encoder.

External links

Advertising: