Giter Club home page Giter Club logo

Comments (3)

Rodeoclash avatar Rodeoclash commented on June 6, 2024

Thanks for the report.

So Vodon Pro uses Electron and Electron is powered by Google Chrome. Unfortunately it looks like Chrome doesn't support the codec (https://caniuse.com/hevc) so it won't play in Vodon Pro.

I do have plans to rebuild the app in Rust with GStreamer powering the video processing in it. That combination would support H.265. I'm waiting to see how popular the app is before I invest in porting it over to a new language though.

If you have access to FFMPEG it should be reasonably straight forward to convert the video to H.264 with an MKV container, FFMPEG as quite a good guide available on this: https://trac.ffmpeg.org/wiki/Encode/H.264

Something like: ffmpeg -i input -c:v libx264 -preset slow -crf 22 -c:a copy output.mkv should give fairly good results. You will lose some quality transcoding the video again however.

from vodon-pro.

aw0o avatar aw0o commented on June 6, 2024

Thanks for the report.

So Vodon Pro uses Electron and Electron is powered by Google Chrome. Unfortunately it looks like Chrome doesn't support the codec (https://caniuse.com/hevc) so it won't play in Vodon Pro.

I do have plans to rebuild the app in Rust with GStreamer powering the video processing in it. That combination would support H.265. I'm waiting to see how popular the app is before I invest in porting it over to a new language though.

If you have access to FFMPEG it should be reasonably straight forward to convert the video to H.264 with an MKV container, FFMPEG as quite a good guide available on this: https://trac.ffmpeg.org/wiki/Encode/H.264

Something like: ffmpeg -i input -c:v libx264 -preset slow -crf 22 -c:a copy output.mkv should give fairly good results. You will lose some quality transcoding the video again however.

Got it, thanks!

from vodon-pro.

Rodeoclash avatar Rodeoclash commented on June 6, 2024

I'm going to close this ticket as a can't fix for the current version, however I've included a link to it in a project around creating a Vodon Pro 2 as one of the reasons to create it 🙂

https://github.com/users/Rodeoclash/projects/1

from vodon-pro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.