View Single Post
Old 29th March 2015, 18:02   #2013  |  Link
Ajvar
Registered User
 
Join Date: Jul 2014
Posts: 115
Quote:
Originally Posted by Ma View Post
In my tests your original mkv file works, then I demuxed video and audio and muxed to mp4 -- it works too (1920x1088). But if I mux directly demuxed video & audio to new mkv file, it is only sound (not works). If I "add" to mmg.exe muxed mp4 file and save as new mkv file, everything is OK. Strange...
So such behavior may say that there is something with encoded file meaning the way it was encoded.
May I ask you to download original file which is 1920x1080 and encode with the same settings I encode and tell me if such behavior persists (1920x1088 and mux troubles)? Something tells me that it might be due to --min-cu-size 16 because 16x68=1088 but perhaps that is just a shot in the dark.
Code:
--pmode --input - --input-res 1920x1080 --fps 30 --no-high-tier --min-cu-size 16 --no-open-gop --crf 22.7 --no-rdoq-level --no-psy-rdoq --vbv-maxrate 8000 --vbv-bufsize 8000 --deblock=-1:-1 --colormatrix bt470bg

Last edited by Ajvar; 29th March 2015 at 18:18.
Ajvar is offline   Reply With Quote