Changes between Initial Version and Version 1 of Ticket #40829


Ignore:
Timestamp:
Oct 21, 2013, 8:53:16 PM (11 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers ffmpeg).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40829

    • Property Cc jeremyhu@… added
    • Property Owner changed from macports-tickets@… to devans@…
    • Property Keywords codec ffv1 removed
  • Ticket #40829 – Description

    initial v1  
    33Compiling and linking:
    44
     5{{{
    56clang -I/opt/local/include test.c -L/opt/local/lib -lavutil -lavcodec -lavformat -lswscale -lswresample -o ffmpeg_test
     7}}}
    68
    79Running:
    810
     11{{{
    912./ffmpeg_test test.avi
     13}}}
    1014