You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is quite an important improvement, since it would reduce CPU and power consumption by avoiding having to convert the movie.
Most movies are available as MP4's with the x264 video codec, which Chrome supports, so it would be a good idea supporting this and falling back to converting the video only if necessary.
This would involve two things :
Ranking x264 torrents first
Skip the transcoding in the streaming api endpoint if the current movie doesn't need to be converted
The text was updated successfully, but these errors were encountered:
This is quite an important improvement, since it would reduce CPU and power consumption by avoiding having to convert the movie.
Most movies are available as MP4's with the x264 video codec, which Chrome supports, so it would be a good idea supporting this and falling back to converting the video only if necessary.
This would involve two things :
The text was updated successfully, but these errors were encountered: