That's a real showstopper...
Here someone describes that it should be possible:
https://secure.dslreports.com/forum/r24 ... v-encodingIn Linux:
/usr/bin/ffmpeg -threads 8 -y -i '/path/to/myth/recording.mpg' -s '960x540' -r 24 -vcodec libx264 -vpre normal -crf 30 -f flv -ac 2 -ar 44100 -ab '128k' -b '4096k'
For Windows I imagine it would be something like:
ffmpeg.exe -threads 8 -y -i '/path/to/myth/recording.mpg' -s '960x540' -r 24 -vcodec libx264 -vpre normal -crf 30 -f flv -ac 2 -ar 44100 -ab '128k' -b '4096k'
If this is not possible, are there any other ways to convert a 720p WEB-DL h264 .MKV file so that I can view it in the MediaBrowser's Webinterface in my webbrowser? For example convert it to another format instead? I don't mind installing extra plugins or something.
Being able to watch/stream my series into the webinterface of MediaBrowser is very important for me.
Please let me know.
Thanks.
PS. Sorry, I just see I posted this in the wrong subforum. Feel free to move it.