-
Notifications
You must be signed in to change notification settings - Fork 15
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
VLC crash after 1 or 3 seconds #28
Comments
Hi @F1EJP. It is only to play VVC raw bitstream video for VLC 64-bit build 3.0.9.2+ latest only with VLC VTM Decoder x64 library files only. However, if you want to still play VVC video on VLC 32-bit, it needs to compile VLC with FFmpeg to add external VVC decoder support patches without VTM decoder library files. It needs to cross compile to target Windows using Linux or MINGW MSYS2.
I don't know if I can do any specific parameter in VLC, I tried Please sure that VLC VTM Decoder plugin 64-bit is only for VLC 64-bit build. If you have any question or/and issues, feel free to reply me.
|
Sorry i made a mistake ! Thanks for for your development |
It's okay, @F1EJP.
You can send a log file to me by reply of this issue or send my email.
Yeah, it seems work with FFplay and MPV with my custom builds, but I forgot one thing that it may not support VVC MPEG-TS demux of VLC and Fraunhofer HHI confirms FFmpeg demux is untested yet of VLC. :/. I may just do for fully VVC support of VLC Media Player to make it easy. If you have any question or issues, feel free to let me know. :)
|
Hi Martin
Thanks |
@F1EJP, thank you for your VLC log report. :) I think the problem is not playing correct container .webm:
Inside avcodec of VLC version does not recognize VVC video, must build VLC with libvvdec support of FFmpeg and additional code patches of VLC source code. I tested sample file that you had from Elecard sample video, it crashes after 1 or 3 seconds, you're right. I tested another file with Traffic 720p and works without crash: https://www.elecard.com/storage/video/Traffic_1280x720.webm
|
I compiled ffmpeg with vvc and ffplay plays vvc files fine
On Windows 10
With VLC 32 bits 3.0.18
I put the 3 dll at the right place
there is no progress bar
VLC crash after 1 or 5 seconds
At next start:
Is there a specific parameter tu put in vlc ?
The text was updated successfully, but these errors were encountered: