Changes between Initial Version and Version 1 of Ticket #40829
- Timestamp:
- Oct 21, 2013, 8:53:16 PM (11 years ago)
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 3 3 Compiling and linking: 4 4 5 {{{ 5 6 clang -I/opt/local/include test.c -L/opt/local/lib -lavutil -lavcodec -lavformat -lswscale -lswresample -o ffmpeg_test 7 }}} 6 8 7 9 Running: 8 10 11 {{{ 9 12 ./ffmpeg_test test.avi 13 }}} 10 14