Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
ffmpeg: -vcodec copy vs. -sameqWhat is the difference between using -vcodec copy and -sameq with ffmpeg? Do they do the same thing?
|
#2
|
|||
|
|||
Re: ffmpeg: -vcodec copy vs. -sameq-vcodec copy allows to copy video losslessly.
-sameq is almost lossless. It uses the same quality factor in the encoder as in the decoder. When using this option of ffmpeg sometimes you get video files that are several times bigger than the source ones. "-sameq" doesn't force you to use the same video codec. |
Tags: ffmpeg, sameq, vcodec copy |
Thread Tools | |
Display Modes | |
|
|