LIJI32 / GBVideoPlayer2

A new version of GBVideoPlayer with higher resolution, 3-bit stereo PCM audio and video compression
MIT License
95 stars 15 forks source link

issue i cant seem to fix #9

Open ll3macorn opened 2 years ago

ll3macorn commented 2 years ago

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 commented 2 years ago

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

ll3macorn commented 2 years ago

nope

MarvelousMoi commented 2 years ago

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