(often used to ffmpeg to do some video data processing conversion, etc., used to do testing, summed up today, reference to some of the experience of friends on the Internet, together in this summary, there is a need for friends to collect test, there are questions welcome in the following replies exchange, thank you; by Ternence.hsu)
1, FFmpeg use grammar
Command format:ffmpeg-i [input filename] [parameter options]-f [format] [output FILE]ffmpeg [[options]['-i ' input_file]] ...
To put it simply, the MKV and AVI formats only encapsulate containers, which encapsulate video streams and audio streams. The container does not affect the image quality. What affects the quality is what is encapsulated in the container. Therefore, changing the container does not affect definition subtitle audio.
I would like to add some basic knowledge about video. Maybe there is something wrong with it.
First, the video format does not determine the definition. The definition of a video depend
format Amr.VLC was originally a project by a few French college students. Later, they made VLC an open-source project, attracting many excellent programmers from all over the world to write and maintain VLC together, it gradually becomes the current way.Why is it VideoLAN client? Because there was still a VideoLAN server project (VLS for short) in the past. Currently, the VLS function has been integrated into VLC, so VLC is not just a video player, it can also be used as a small video server. I
VLC is a powerful tool that can do a lot of interesting things.
The simplest way is to open a file from the interface and play it back. You can also use it in the command line, as shown in figureC: \ Program Files \ VideoLAN \ VLC> vlc.exe test. Ts
The help of the website will be written to vlc-help.txt.C: \ Program Files \ VideoLAN \ VLC> vlc.exe-H
For more detailed help, there are a lot of options to introduceC: \ Program Files \ VideoLAN \ VL
compress the video, or compress it into a multimedia file. Generally, DVDRip consists of AVI and Subtitle files.
HR-HDTV
Compared with DVDRip, The HR-HDTV adopts the MPEG4 compression technology such as DivX/Xvid/x264 to compress the video image with high quality, and then encapsulates the video and audio into one. avi or. the video format formed by adding the external subtitle file to the MKV file. The image quality is higher.
Hdrip
Hdrip = HD
Ffplay-f rawvideo-video_size 1920x1080 INPUT.YUV
YUV sequence turn avi
Ffmpeg-s w*h-pix_fmt yuv420p-i input.yuv-vcoder MPEG4 Output.avi
General parameter Description
Main Parameters
-I set the input stream-
f to set the output format
-ss start time
Video Parameters
-B Set the video flow, the default is 200kbit/s-
s set the screen width and height
-aspect set the proportion of the screen
-VN does not deal with video
-vcoder set video encode
information in the AVI file format and calls it.
Encoding introduction:
There are many audio and video encoding solutions, which cannot be described as excessive. Currently, the following types of common audio and video encoding are available:
MPEG series: (developed by the mpeg [Motion Image Expert Group] affiliated to ISO [International Standards Organization)
Video Encoding mainly involves mpeg1 (which is used for VCD), MPEG2 (used for DVD), and MPEG4
. a ts stream can contain multiple program programs ),A program can contain multiple elasticsearch streams of video, audio, and text information. Each elasticsearch stream has a different PID. To analyze these es streams, TS has some fixed PID used to send program and es at intervals.Stream information tables: Pat and PMT tables. For more information about ts for
VLC was originally a project of several French university students, and later they took VLC as an open source project, attracting a lot of good programmers from all over the world to co-author and maintain VLC, which became the way it is now. As for why it is called VideoLAN Client, it is because there is a VideoLAN server project (abbreviated as VLS), and now VLS features have been merged into VLC, so VLC is not only a video player, it can also be used as a small video server, You can also play
Video is an important part of Multimedia Systems in computers. To meet the needs of video storage, people have set different video file formats to put the video and audio in one file for simultaneous playback. Video files are actually a container that contains different tracks. The Container formats used are related to the scalability of video files.
FourCC is the Four-Character Codes. It consists of 4 characters (4 bytes) and is a Four-byte format that uniquely identifies the video data stream,
volume.
The 4989 GB "Ice Age 3" adopts x264 encoded MKV encapsulation, and the video bit rate is K.Introduction to various encoding specifications
The H.263 specification is derived from MPEG 4 visual, H. 264 is derived from MPEG 4 Part 10. The two are the products corresponding to the two bit rates respectively. The latter has become a major coding standard for Blu-ray HD because of good image quality. H.264, also known as AVC, is the open-source version of H.264, which is most commonly used o
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.