Homebrew [Release] Rocket Video Player - Play videos with the ultimate in picture quality

Ponzho

New Member
Newbie
Joined
Jun 10, 2019
Messages
3
Trophies
0
Age
26
XP
53
Country
Argentina
Robz
Hi, When I open a video on RocketVideoPlayer, after 8 seconds it stops and I have to start the video again
I wait your answer Thanks!!!!!!!!!
 

chronoss

Well-Known Member
Member
Joined
May 26, 2015
Messages
3,007
Trophies
1
XP
4,903
Country
Congo, Republic of the
To help with the conversion process, you can use ffmpeg to convert frames and audio. Hope this is helpful.

Audio (16000hz):
ffmpeg -i video.mp4 -ac 1 -ar 16000 -f s16le -acodec pcm_s16le "sound.raw.pcm"

Video to PNG:
ffmpeg -i video.mp4 -r 24 -s 256x144 -start_number 0 frame%00d.png

My info.ini
[RVID]
FRAMES =[frame count]
FPS = 24
V_RES = 144
Thanks alot but i have this error :
Capture.PNG
 
Last edited by chronoss,

leo82309

Member
Newcomer
Joined
Sep 10, 2010
Messages
6
Trophies
0
XP
93
Country
United States
Thanks it work, can u do it with an Output folder for convert file ?
You can. The last parameter is the output format (frame%%00d.png) and you can use any valid file system location. eg. rvidFrames/frame%%00d.png , c:/rvidFrames/frame%%00d.png , ect.
You might want to read up on batch and ffmpeg though when creating scripts.
 
  • Like
Reactions: chronoss

chronoss

Well-Known Member
Member
Joined
May 26, 2015
Messages
3,007
Trophies
1
XP
4,903
Country
Congo, Republic of the
You can. The last parameter is the output format (frame%%00d.png) and you can use any valid file system location. eg. rvidFrames/frame%%00d.png , c:/rvidFrames/frame%%00d.png , ect.
You might want to read up on batch and ffmpeg though when creating scripts.
Thanks for that but i'm a noob on batch script, and thanks again, it work well....

For you, the best frame to convert movie is what frame ?
 

Isaacvalen

Member
Newcomer
Joined
Jan 23, 2019
Messages
19
Trophies
0
Age
27
XP
70
Country
Venezuela
Hello, i converted a video in .rvid file and converted the audio in a sound.raw.pcm file and when i play the video in my DSi this doesn't have sound, why this happens?
 

RocketRobz

Stylish TWiLight Hero
OP
Developer
Joined
Oct 1, 2010
Messages
16,640
Trophies
3
Age
24
XP
21,101
Country
United States
Hello, i converted a video in .rvid file and converted the audio in a sound.raw.pcm file and when i play the video in my DSi this doesn't have sound, why this happens?
Is the sound file in "rvidFrames"?
It should be, if it isn't.
If it is, you should be asked what sample rate the sound file has.
 

Isaacvalen

Member
Newcomer
Joined
Jan 23, 2019
Messages
19
Trophies
0
Age
27
XP
70
Country
Venezuela
Is the sound file in "rvidFrames"?
It should be, if it isn't.
If it is, you should be asked what sample rate the sound file has.
The file is in the folder "rvidFrames" the rate of the sound file is "11025" the converter already asked me about the sound file rate, in this case 11025 is the number 2, i press 2 and the converter start to convert the video but when i open the video this doesn't have audio
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    AncientBoi @ AncientBoi: well.. Sorta new :)