-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add H.265 recipe #139
Add H.265 recipe #139
Conversation
I think that's it's totally worth adding. It could be useful to mention
that you need to use '--with-x265' when building with homebrew in order to
access the codec.
|
Thanks @kieranjol and @retokromer, this indeed slipped my mind! Note added. |
LGTM! |
So easy to forget about! I wonder if there's a place in ffmprovisr to explain these kinds of things, or if sufficient in each recipe? |
I had the same thought about Reto's installation instructions (--with-sdl2
--with-freetype --with-openjpeg --with-x265 --with-rubberband
--with-tesseract).
From an educational perspective, it'd be nice to break it down a little
bit. Though I'm not trying to submit an issue to Reto's personal site ;)
…On Mon, Jan 30, 2017 at 10:58 AM, Ashley ***@***.***> wrote:
So easy to forget about! I wonder if there's a place in ffmprovisr to
explain these kinds of things, or if sufficient in each recipe?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#139 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIkiXig8Rox-_qrD-PE5nLPy4t5zFzubks5rXjLfgaJpZM4Lw_XD>
.
--
*Ben Turkus **| **Preservation Project Manager*
*415.558.2158 **|** benturkus@bavc.org <benturkus@bavc.org> *
|
How about an 'install ffmpeg with homebrew' recipe, and each option that is
required to run the commands in other recipes is explained? There could be
a note about --HEAD too.
…On 30 Jan 2017 19:02, "bturkus" ***@***.***> wrote:
I had the same thought about Reto's installation instructions (--with-sdl2
--with-freetype --with-openjpeg --with-x265 --with-rubberband
--with-tesseract).
From an educational perspective, it'd be nice to break it down a little
bit. Though I'm not trying to submit an issue to Reto's personal site ;)
On Mon, Jan 30, 2017 at 10:58 AM, Ashley ***@***.***> wrote:
> So easy to forget about! I wonder if there's a place in ffmprovisr to
> explain these kinds of things, or if sufficient in each recipe?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#139 (comment)-
276155802>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AIkiXig8Rox-_qrD-
PE5nLPy4t5zFzubks5rXjLfgaJpZM4Lw_XD>
> .
>
--
*Ben Turkus **| **Preservation Project Manager*
*415.558.2158 <(415)%20558-2158> **|** ***@***.*** <
***@***.***> *
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#139 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABEyvjkmSzmHAKDgUrSWOcZwbqq2llcpks5rXjPTgaJpZM4Lw_XD>
.
|
Sounds good! I leave it to one of you Mac users ;) |
Two remarks:
[@bturkus: I‘ll update! Thanks for the hint!] |
I didn't know about Linuxbrew but I may have to check it out! Thanks @retokromer. |
@kfrn: There are some problems, but generally speaking Linuxbrew works well. I tried to oppose when it was expelled from Homebrew… I was part of the minority. |
@bturkus: I added a note on my website. I’m hesitating about putting it into the text itself, because when one is installing, usually (s)he is just starting with FFmpeg. I guess it would intimidate and/or confuse the beginner. Thoughts? @kfrn: Should I copy this also into ffmprovisr, or is the link sufficient? @kieranjol: Do you think ffmprovisr should recommend HEAD instead of the currently maintained branch? BTW: If we recommend both, then we should clearly explain pros and cons of each solution. |
Hi Reto, I do not think that HEAD should be the default recommendation, but I think that it's useful to mention as a note. If anyone ends up asking for official support from ffmpeg-user, they will be asked to test git head first anyhow. |
You are right, since some months, HEAD or the last release has been replaced by HEAD only. That’s unfortunate, because I know this does intimidate many end users. The numbering of the HEAD is, in my opinion, an expression of human stupidity. I suggested three times an easier readable versioning, but I failed miserably. I’ll try to write it (including also how to update HEAD and how to go back from HEAD to releases). |
I agree with you all, @retokromer, did you mean to add info to specific command(s), or were you thinking of adding an installation recipe as per #140 ? I'm in favour of either. |
@kfrn: I guess there are two different points here:
|
@retokromer Right, gotcha. Agreed. As for the latter, either sounds good to me. |
It's very similar to encoding H.264. Just did this on whim, do you think it's useful for ffmprovisr users?