Opened 13 years ago
Closed 13 years ago
#33869 closed submission (fixed)
yorick-av (new port) - Write movies to various formats from within Yorick
Reported by: | paumard | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | ||
Port: | yorick-av |
Description
Hi,
This plug-in links agains FFmpeg to allow writing movies in various popular formats directly from within Yorick.
I am not sure how to deal with ffmpeg vs. ffmpeg-devel, I have made a "devel" variant.
yorick-av works better with ffmpeg, but is usable with ffmpeg-devel (can write only one movie with a given codec within a yorick session).
Once the package is installed, it can be tested with:
$ yorick > avtest, "test.ogg"; > quit $ open test.ogg
(Or any other file extension supported by FFmpeg).
Regards, Thibaut.
Attachments (2)
Change History (4)
Changed 13 years ago by paumard
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Port: | yorick-av added |
Status: | new → assigned |
Replying to thibaut.paumard@…:
I am not sure how to deal with ffmpeg vs. ffmpeg-devel, I have made a "devel" variant.
The dependency should just be written so that either port could satisfy it. See #14540 for documentation.
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r91478. I also added the "multimedia" category.
New Portfile