-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue i cant seem to fix #9
Comments
I got the same error, still haven't figured it out. Any luck? |
nope |
Update: I got it to work, just read the pull request. |
sound just fine but idkidk |
@Buggem which version of rgbds did you use? |
The latest RGBDS. Should I use an earlier one? |
I have been trying earlier versions (on Ubuntu 24.10) and I'm able to compile it in some earlier versions (0.5.0, 0.4.2, 0.5.1, 0.6.1 etc) but most of the time the output the glitchy. If you're familiar with docker you can try this fork which worked for me https://github.com/munshkr/GBVideoPlayer2 |
make SOURCE=vid.mp4
Compiling player...
rgbasm -o output/video.gbc.o video.asm
rgblink -o output/video.gbc -m output/video.map -n output/video.sym output/video.gbc.o
Compiling encoder...
cc -g -Ofast -std=c11 -Werror -Wall -o output/encoder encoder.c
Resizing video...
ffmpeg -loglevel warning -stats -hide_banner -i vid.mp4 -c:v rawvideo -vf scale=-2:144 output/vid/video.mp4.tmp.mp4
[mp4 @ 0x13a705360] Could not find tag for codec rawvideo in stream #0, codec not currently supported in container
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:0 --
[aac @ 0x13a707490] 2 frames left in the queue on closing
make: *** [output/vid/video.mp4] Error 1
The text was updated successfully, but these errors were encountered: