Giter Site home page Giter Site logo

H.265 support? about wallop HOT 9 CLOSED

maddox avatar maddox commented on August 9, 2024
H.265 support?

from wallop.

Comments (9)

maddox avatar maddox commented on August 9, 2024

from wallop.

jraynes avatar jraynes commented on August 9, 2024

I tried hardcoding ffmpeg to use libx265 in wallop.rb and it works pretty
well on my 5 year old rig (i7 Sandy Bridge, 16GB RAM). Plays fine in
windows through VLC and Android via the default Chrome browser (Turns out
Android has native HEVC support since 5.1). It takes a little bit longer
for the stream to load but I was able to knock the bitrate down to 1000k @
720p and it still looks great.

I don't have much experience when it comes to web design but I'll give it a
shot. Thanks.

On Sun, Feb 21, 2016 at 3:08 PM, Jon Maddox [email protected]
wrote:

Great CPUs have enough trouble encoding 18mbit mpeg2 in h.264 as it is. I
can't imagine how it'd be for h.265. And you're right there's not a lot of
things that would even take advantage of it.

But with some changes, enabling it to use that instead wouldn't be much.
I'd be open to a pull request for it.


Reply to this email directly or view it on GitHub
#50 (comment).

from wallop.

maddox avatar maddox commented on August 9, 2024

from wallop.

snowman1979 avatar snowman1979 commented on August 9, 2024

The Roku 4 now supports HVEC as well. I second this request although I will try modifying wallop.rb manually. If the OP could post their ffmpeg line that would be great though =). If I find a working string I'll post back.

from wallop.

maddox avatar maddox commented on August 9, 2024

You can see here that Wallop gets a lot of its ffmpeg params from the settings. we could easily just let this support a codec too.

I'd like to see an ffmpeg line as well since it's a lot more complicated than just swapping out the codec, x264 uses a lot of specific options, that'd have to be pulled out as well.

from wallop.

snowman1979 avatar snowman1979 commented on August 9, 2024

OK here will be the start for me (note it does say last modified 14mo ago) when I have time I'll poke at it https://trac.ffmpeg.org/wiki/Encode/H.265 (and thank you for your reply @maddox . Yes thats a great file to edit but I am also unsure at this time what should be removed or added for hvec vs h264. Thank you for wallop also its simply amazing.

from wallop.

jraynes avatar jraynes commented on August 9, 2024

I was able to change the -vcodec parameter from libx264 to libx265 while
keeping everything else the same and it works fine for 720p. I can only get
to 1080p if I set the preset to ultrafast which really decreases the
quality of the feed. I'm currently experimenting with some other codecs
including Nvidia's NVENC hardware encoder which uses my graphics card as an
accelerator. It's obviously very fast but doesn't have nearly the same
level of processing options that libx264 or libx265 does.

On Mon, Mar 7, 2016 at 4:47 PM, snowman1979 [email protected]
wrote:

OK here will be the start for me (note it does say last modified 14mo ago)
when I have time I'll poke at it https://trac.ffmpeg.org/wiki/Encode/H.265


Reply to this email directly or view it on GitHub
#50 (comment).

from wallop.

snowman1979 avatar snowman1979 commented on August 9, 2024

Awesome thanks for the reply. Yeah I read too, in researching libx265, that it will take most of the libx264 arguments although I'd change the bitrate settings too for min and max since libx265 requires much much less bandwidth to create video of equal or greater quality than x264. By chance did you test with a roku 4 at all? Im waiting for mine to arrive.

from wallop.

maddox avatar maddox commented on August 9, 2024

I'm completely open to any PRs submitted to add this. But for now, I personally won't be working on this.

from wallop.

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.