-
Notifications
You must be signed in to change notification settings - Fork 18
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
Video that should be supported are crashing #69
Comments
This is crashing mvd specifically |
I can confirm. Using It seems using presets |
I noticed that using slower presets with x264 makes the video start glitching around 25 to 30 minutes. I currently am using Intel Quick Sync |
I could reproduce the problem, increasing mvd buffer size solves the problem but current buffer size calculation is based on NEW 3DS Internet browser's mvd buffer size. NEW3DS Internet browser uses So I don't know how much buffer I should allocate based on video resolution. |
Does it occur only with hardware decoder (mvd)? |
I only tested on MVD. The solution is to stop the video and play it back again. Then it plays normally but glitches may still happen after another set of minutes. Best solution is to just use x264 medium preset or use Intel Quick Sync which works at slower presets. |
The presets that I found out work correctly are h263p and mpeg4. These options seem to work the best with the 3DS hardware. Most Videos will play at a 20 to 25fps even if they are 24 minutes long. h264 crashes the system, hevc pauses but seeks well, av1 runs and pauses throughout the entire video. |
Video encoded with
ffmpeg -hwaccel auto -i "video" -c:v libx264 -tune animation -c:a libfdk_aac -vbr 3 -vf "scale=400:-2:flags=lanczos" -crf 18 -maxrate 500k -bufsize 300k -profile:v high -pix_fmt yuv420p -x264opts opencl -preset veryslow "video"
is crashing upon playbackThe text was updated successfully, but these errors were encountered: