Re: [請問]ffmpgeg或x264無失真壓縮

看板AVEncode (影音編碼技術)作者 (falken)時間10年前 (2014/04/02 21:08), 10年前編輯推噓1(101)
留言2則, 2人參與, 最新討論串2/2 (看更多)
以下僅供參考... x264無損編碼: ffmpeg -r 1/10 -i index.png -pix_fmt bgr24 -c:v libx264rgb -qp 0 x264.qp0.mp4 截圖: ffmpeg -i x264.qp0.mp4 -f image2 -vf "fps='fps=1/10'" img%%04d.png 計算PSNR: ffmpeg -i index.png -i img0001.png -filter_complex [0:v][1:v]psnr[out] -map [out] -f null NUL 結果(PSNR): [Parsed_psnr_0 @ 00d36280] PSNR average:inf min:inf max:inf http://s3.postimg.org/8xx4yv7tt/image.png
-- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.39.13.189 ※ 文章網址: http://www.ptt.cc/bbs/AVEncode/M.1396444108.A.CDF.html ※ 編輯: falcon (114.39.13.189), 04/02/2014 21:19:38 ※ 編輯: falcon (114.39.13.189), 04/02/2014 22:14:40

04/03 01:37, , 1F
謝謝
04/03 01:37, 1F

04/04 11:44, , 2F
借道問一下,那檔案總大小跟 png 比起來差多少?
04/04 11:44, 2F
我只有壓一張圖片 index.png = img0001.png = 9.56 MB AVC/H.264(MP4檔) = 6.22 MB 如果是多張連續圖片,H.264壓縮後會更小 ※ 編輯: falcon (118.171.44.175), 04/04/2014 15:15:29
文章代碼(AID): #1JF0lCpV (AVEncode)
文章代碼(AID): #1JF0lCpV (AVEncode)