'No encoding' option under transcode?
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
'No encoding' option under transcode?
I don't know if it's only on some files, but I do know when I have a mkv it seems a lot of times there is no 'No encoding' option available under transcoding. Is there a setting which can just always have the 'no encoding' option available under the transcode folder? I'm using a PS3 and sometimes I use showtime, and showtime is able to play some mkv's without encoding, but if the option is not available I cannot use it.
Sometimes it seems showtime is a bit sharper than streaming through mencoder..
Sometimes it seems showtime is a bit sharper than streaming through mencoder..
Re: 'No encoding' option under transcode?
The PS3 doesn't support mkv files, but choosing the tsMuxeR option does the same thing (no encoding) in a way that the PS3 can recognise.
Re: 'No encoding' option under transcode?
The PS3 itself through the Sony mediaplayer it doesn't, but through ShowTime it does (up to a certain point/resolution)..SubJunk wrote:The PS3 doesn't support mkv files, but choosing the tsMuxeR option does the same thing (no encoding) in a way that the PS3 can recognise.
Re: 'No encoding' option under transcode?
Ah ok, well in any case it doesn't matter because tsMuxeR is lossless
-
- Posts: 2
- Joined: Tue Oct 23, 2012 7:41 am
Re: 'No encoding' option under transcode?
Is it possible we can get this option always? It allows android devices to handle the file directly via MX Player, etc... That way you don't have to turn off the automatic detection.
Re: 'No encoding' option under transcode?
You can edit your android.conf file to do that. I just had a brief look at it and it seems that it already streams the following formats without transcoding:
mkv,hdmov,hdm,flac,fla,dts,ogg,asf,asx,m2v
So you should be able to add your formats to the list and get the no encoding option
mkv,hdmov,hdm,flac,fla,dts,ogg,asf,asx,m2v
So you should be able to add your formats to the list and get the no encoding option
Re: 'No encoding' option under transcode?
I've just updated the Android.conf file to the following for the upcoming UMS version, feel free to change yours now:
Code: Select all
# Profile for Android
# Refer to PS3.conf for help
RendererName=Android
RendererIcon=android.png
UserAgentSearch=Android
Video=true
Audio=true
Image=true
SeekByTime=false
TranscodeVideo=MPEGPSAC3
TranscodeAudio=MP3
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=true
WrapDTSIntoPCM=false
MuxLPCMToMpeg=true
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
TranscodeExtensions=
StreamExtensions=mkv,hdmov,hdm,flac,fla,dts,ogg,asf,asx,m2v,mp4,mpg,mpeg,avi,mov,wmv
Re: 'No encoding' option under transcode?
Maybe it's time to add a new settings screen where you can create your own profile, which also has a 'select from list' of extentions which have to be transcoded and which just stream.SubJunk wrote:I've just updated the Android.conf file to the following for the upcoming UMS version, feel free to change yours now:
- SharkHunter
- Developer
- Posts: 648
- Joined: Fri Jun 01, 2012 9:36 pm
Re: 'No encoding' option under transcode?
Do you wnat a GUI option for this? I would say it's faily simple to create a new conf file by just copying an old one and then modify it.SuperDre wrote:Maybe it's time to add a new settings screen where you can create your own profile, which also has a 'select from list' of extentions which have to be transcoded and which just stream.SubJunk wrote:I've just updated the Android.conf file to the following for the upcoming UMS version, feel free to change yours now:
We reject: kings, presidents and voting.
We believe in: rough consensus and running code.
We believe in: rough consensus and running code.
Re: 'No encoding' option under transcode?
Yes, it's easy, but not userfriendly, and in the end it's userfriendlyness that you want to achieve (after ofcourse first having as much options as possible working through manually editable config files..SharkHunter wrote:Do you wnat a GUI option for this? I would say it's faily simple to create a new conf file by just copying an old one and then modify it.SuperDre wrote:Maybe it's time to add a new settings screen where you can create your own profile, which also has a 'select from list' of extentions which have to be transcoded and which just stream.SubJunk wrote:I've just updated the Android.conf file to the following for the upcoming UMS version, feel free to change yours now:
