Skip to content
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

Open
ll3macorn opened this issue Apr 28, 2022 · 3 comments
Open

issue i cant seem to fix #9

ll3macorn opened this issue Apr 28, 2022 · 3 comments

Comments

@ll3macorn
Copy link

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

@MarvelousMoi
Copy link

I got the same error, still haven't figured it out. Any luck?

@ll3macorn
Copy link
Author

nope

@MarvelousMoi
Copy link

Update: I got it to work, just read the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants