Live data from Hacker News

HandBrake 1.0.0 Released

handbrake.fr

31–40 of 181 posts

Re: HandBrake 1.0.0 Released

#31

I ask as someone who uses ffmpeg regularly, what does Handbrake offer over ffmpeg?

Handbrake uses ffmpeg behind the scenes and adds a nice GUI and many DVD related features. Ffmpeg is a dark art to many.

The JSON API to interact with libhb also sounds interesting.

Re: HandBrake 1.0.0 Released

#32

I ask as someone who uses ffmpeg regularly, what does Handbrake offer over ffmpeg?

Handbrake offers you literally a GUI over ffmpeg. And sane defaults, setting ffmpeg gets overwhelming fast. And also some nice queue management, a bit better than what you'd get from shell scripting. The downside is that it's a GUI.

Re: GUI 'downside' - They mention a 'JSON API' to interact with libhb, though I have yet to find it in the docs.

Re: HandBrake 1.0.0 Released

#33
I just downloaded it for the first time in a while 3 days ago and noticed that H.265 exists and compresses twice as well at the same quality level... how in the hell did I miss that? (VLC will play them). I did a test on a full-rez MKV and worked great

Re: HandBrake 1.0.0 Released

#34
post #6

I love this software. I rip my kids' DVDs using it and play them on a Raspberry Pi with Kodi. This way I don't have to wade through menus, language selection (never defaults to mine), commercials, and ridiculous piracy warnings (I paid for it! Don't treat me like a criminal).

Yes, the absurd of piracy warnings is ridiculous

Really makes me think twice about giving them my money

Re: HandBrake 1.0.0 Released

#35
post #5

I love Handbrake. It's my goto for video transcoding. I often download stuff for my children from YouTube using a YouTube downloader, and then transcode them to the ideal iPad format, so the children can watch stuff in the car on the iPad without an internet connection. Great for long trips.

[deleted]

Re: HandBrake 1.0.0 Released

#36
post #13

I ask as someone who uses ffmpeg regularly, what does Handbrake offer over ffmpeg?

If you are comfortable with ffmpeg and shell scripting you probably don't need Handbrake. It's basically a nice UI.

ffmpeg has no support for dvd titles or chapters.

Re: HandBrake 1.0.0 Released

#37
post #3

It is amazing to see software that is about 10 years old just hitting 1.0. Never really quite understood that. Is the developer just not confident in it that it is in beta for a while? or is it just a style of versioning? Anyways glad to see development on handbreak.Great software!

Lots of open source takes 10 years to hit 1.0.

Though 1.0 usually has a different meaning in both world's.

1.0 usually includes a set of features the project had in mind at the beginning in open source. Whereas in closed source it usually means the first version that works to a minimal extent.

Closed source 1.0 equals open source 0 point something.

Re: HandBrake 1.0.0 Released

#38
post #3

It is amazing to see software that is about 10 years old just hitting 1.0. Never really quite understood that. Is the developer just not confident in it that it is in beta for a while? or is it just a style of versioning? Anyways glad to see development on handbreak.Great software!

Versioning is generally arbitrary. I actually don't know why people pay so much attention to it.

1.0 for some people, is 0.1 for others.

1.0 might mean it's stable, or it could meant that it's feature complete. As you say it could also be used to convey the confidence the developers have in the software.

The thing I find most important myself is conveying compatibility, i.e. semver. To me that tells me it will be easy to upgrade a library, or it could be hard.

Re: HandBrake 1.0.0 Released

#39

I ask as someone who uses ffmpeg regularly, what does Handbrake offer over ffmpeg?

Handbrake offers you literally a GUI over ffmpeg. And sane defaults, setting ffmpeg gets overwhelming fast. And also some nice queue management, a bit better than what you'd get from shell scripting. The downside is that it's a GUI.

A cli is available as a separate app
Post reply on HN