Opened 12 years ago

Closed 12 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)

Portfile (1.1 KB) - added by paumard 12 years ago.
New Portfile
yorick-av-test.i (3.2 KB) - added by paumard 12 years ago.
example/test script

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by paumard

Attachment: Portfile added

New Portfile

Changed 12 years ago by paumard

Attachment: yorick-av-test.i added

example/test script

comment:1 in reply to:  description Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Port: yorick-av added
Status: newassigned

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 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Committed in r91478. I also added the "multimedia" category.

Note: See TracTickets for help on using tickets.