Guest User

http://video.stackexchange.com/questions/17637/which-measure

a guest
Feb 10th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. ffmpeg -ss 8 -i "L:\DCIM\100MEDIA\FILE0129.MOV" -t 3 -c:v libx264 -crf 18 -c:a copy -map 0 "Test\compressed18.mp4"
  2. ffmpeg -i "Test\compressed18.mp4" -ss 8 -i "L:\DCIM\100MEDIA\FILE0129.MOV" -t 3 -lavfi "ssim;[0:v][1:v]psnr" -f null - > "Test\compressed18.txt" 2>&1
  3. ...
  4. ffmpeg -ss 8 -i "L:\DCIM\100MEDIA\FILE0129.MOV" -t 3 -c:v libx264 -crf 37 -c:a copy -map 0 "Test\compressed37.mp4"
  5. ffmpeg -i "Test\compressed37.mp4" -ss 8 -i "L:\DCIM\100MEDIA\FILE0129.MOV" -t 3 -lavfi "ssim;[0:v][1:v]psnr" -f null - > "Test\compressed37.txt" 2>&1
Add Comment
Please, Sign In to add comment