alchemist__ 0 Posted July 15, 2018 Posted July 15, 2018 Using download and sync - emby is using the transcode profile crf / x264 preset - rather than the specified mobile profile and bitrate when selecting the media for download / sync I observe this looking at the ffmpeg process that is running when conversion is happening ps -Af | grep ffmpeg alex 30736 30726 2 03:44 ? 00:14:31 /system/EmbyServer -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3 alex 43206 30736 99 10:39 ? 04:23:32 /bin/ffmpeg -f matroska,webm -i file:/xxxx.mkv -map 0:0 -map 0:1 -codec:v:0 libx264 -force_key_frames expr:gte(t,n_forced*5) -filter_complex [0:3]scale=3840:2160:force_original_aspect_ratio=decrease[sub];[0:0][sub]overlay,scale=trunc(min(max(iw\,ih*dar)\,min(1920\,1080*dar))/2)*2:trunc(min(max(iw/dar\,ih)\,min(1920/dar\,1080))/2)*2 -pix_fmt yuv420p -preset medium -crf 21 -maxrate 19616000 -bufsize 39232000 -profile:v high -level 4.1 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -vsync -1 -map_metadata -1 -map_chapters -1 -threads 0 -codec:a:0 aac -strict experimental -ac 6 -ab 384000 -ar 44100 -y /config/sync/8451c8517e014585871c17ff8125ff85/fedfdba68c5a45338c93f96ee126b061/557a60e192284a34a7fed383385ec397.mp4 alex 44942 44644 0 12:06 pts/0 00:00:00 grep --color=auto ffmpeg
Luke 42078 Posted July 15, 2018 Posted July 15, 2018 Hi there, let's please look at an example. Please attach the information requested in how to report a problem. thanks !
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now