mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-05 14:30:03 +01:00
updated README
This commit is contained in:
@@ -61,7 +61,7 @@ Then to build project
|
|||||||
$ make -j4
|
$ make -j4
|
||||||
|
|
||||||
|
|
||||||
If you are using a high resolution the program outputs very high quality video. To be able to play it back you can load it into Final Cut and export as H.264, use Handbrake to lower the bitrate, or use ffmpeg. The command I use to compress 4K Acid Cam videos is:
|
If you are using a high resolution the program outputs very high bitrate for MPEG-4. To be able to play it back you can load it into Final Cut and export as H.264, use Handbrake to lower the bitrate, or use ffmpeg. The command I use to compress 4K Acid Cam videos is:
|
||||||
|
|
||||||
$ ffmpeg -i "input.file.mp4" -c:v libx265 -tag:v hvc1 -crf 18 output.file.mp4
|
$ ffmpeg -i "input.file.mp4" -c:v libx265 -tag:v hvc1 -crf 18 output.file.mp4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user