transcoding Bravia KDL-50W815

Hello everybody ,
I have a problem when Serviio make transcoding to burn-in subtitles.It works , but the resolution is smaller than the TV screen.
TV screen has resolution 1920x1080 , but when transcoding i get resolution 1280:533 !!!!
When I play the file without subtitles/transcoding , the resolution is the same as the mkv file(1920x800).
Here is the Serviio/ffmpeg transcoding command :
Here is the ffmpeg -i of the mkv file:
I would like to get the proper resolution (1920x1080) in case of transcoding.
Is it possible?
Any suggestion will be welcome.
Thanks in advance.
I have a problem when Serviio make transcoding to burn-in subtitles.It works , but the resolution is smaller than the TV screen.
TV screen has resolution 1920x1080 , but when transcoding i get resolution 1280:533 !!!!
When I play the file without subtitles/transcoding , the resolution is the same as the mkv file(1920x800).
Here is the Serviio/ffmpeg transcoding command :
- Code:
ffmpeg -threads auto -i Inception.mkv -y -c:v libx264 -pix_fmt yuv420p -profile:v baseline -level 3 -preset veryfast -b:v 12000k -maxrate:v 12000k -bufsize:v 12000k -crf 10 -vf scale=1280:533,pad=1280:720:0:93:black,setdar=4:3,subtitles=filename='Inception.ass':original_size=1920x800:charenc=UTF-8 -r 24000/1001 -g 15 -bsf:v h264_mp4toannexb -flags -global_header -c:a ac3 -b:a 192k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts /Serviio/transcoding-temp-503-sony2013-ORIGINAL-16c6b9503d6afda9b81a270df01c5e8a.stf
Here is the ffmpeg -i of the mkv file:
- Code:
ffmpeg version 2.7.2 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.9.2 (Debian 4.9.2-10)
configuration: --prefix=/home/rumen/programs/ffmpeg --extra-libs='-lxml2 -lexp at -lfreetype' --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --en able-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --e nable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx --e nable-gpl --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-am rwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --en able-postproc --enable-version3 --enable-x11grab --enable-librtmp --enable-libxv id --enable-libass --cc='gcc -m64'
libavutil 54. 27.100 / 54. 27.100
libavcodec 56. 41.100 / 56. 41.100
libavformat 56. 36.100 / 56. 36.100
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 16.101 / 5. 16.101
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.100 / 1. 2.100
libpostproc 53. 3.100 / 53. 3.100
Input #0, matroska,webm, from 'Inception.mkv':
Metadata:
encoder : libebml v1.0.0 + libmatroska v1.0.0
creation_time : 2010-11-22 20:33:05
Duration: 02:28:07.95, start: 0.000000, bitrate: 13695 kb/s
Stream #0:0(eng): Video: h264 (High), yuv420p, 1920x800, SAR 1:1 DAR 12:5, 2 3.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
Stream #0:1(eng): Audio: dts (DTS), 48000 Hz, 5.1(side), fltp, 1536 kb/s (de fault)
At least one output file must be specified
I would like to get the proper resolution (1920x1080) in case of transcoding.
Is it possible?
Any suggestion will be welcome.
Thanks in advance.