Ticket #49627: Portfile.cleanup-description.patch
File Portfile.cleanup-description.patch, 2.2 KB (added by casr+macports@…, 9 years ago) |
---|
-
Portfile
old new 20 20 21 21 long_description FFmpeg is a complete solution to record, convert and \ 22 22 stream audio and video. It includes libavcodec, the \ 23 leading audio/video codec library. \ 24 \ 25 The project is made of several components: \ 26 \ 27 ffmpeg is a command line tool to convert one video \ 23 leading audio/video codec library.\ 24 \n\nThe project is made of several components: \ 25 \n\nffmpeg is a command line tool to convert one video \ 28 26 file format to another. It also supports grabbing and \ 29 27 encoding in real time from a TV card. \ 30 \ 31 ffserver is an HTTP (RTSP is being developed) \ 28 \n\nffserver is an HTTP (RTSP is being developed) \ 32 29 multimedia streaming server for live broadcasts. Time \ 33 30 shifting of live broadcast is also supported. \ 34 \ 35 ffplay is a simple media player based on SDL and on \ 31 \n\nffplay is a simple media player based on SDL and on \ 36 32 the ffmpeg libraries. \ 37 \ 38 ffprobe gathers information from multimedia streams and \ 33 \n\nffprobe gathers information from multimedia streams and \ 39 34 prints it in human- and machine-readable fashion. \ 40 \ 41 libavcodec is a library containing all the ffmpeg \ 35 \n\nlibavcodec is a library containing all the ffmpeg \ 42 36 audio/video encoders and decoders. Most codecs were \ 43 37 developed from scratch to ensure best performance \ 44 38 and high code reusability. \ 45 \ 46 libavformat is a library containing parsers and \ 39 \n\nlibavformat is a library containing parsers and \ 47 40 generators for all common audio/video formats. 48 41 49 42 platforms darwin