-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Settings recommendations for HDHomeRun MPEG2 videos? #311
Comments
@kvanh With the Or, to go really fast, you could try my new tool, https://github.com/donmelton/other_video_transcoding It automatically selects a platform-specific hardware video encoder rather than relying on a slower software encoder. Using an encoder built into a CPU or video card means that even Blu-ray Disc-sized media can be transcoded 5 to 10 times faster than its original playback speed, depending on which hardware is available. |
@donmelton @kvanh It's probably worth noting that the output from |
@samhutchins @kvanh Good point! Yes, and the |
I noticed that for recordings from HDHomerun that are in 5.1 audio the resulting compressed file has changed the order and 5.1 audio is not the first track, but the second. here is output from mediainfo exec before and after.
Original mpg file:
Compressed File:
|
@arejay73 Placing the AAC version before the AC-3 version of your main audio is a feature necessary for playback on many Apple devices. You can reverse the order of double width audio tracks using the However, since you're using Plex, you're better off just setting the width of your main audio to only output a single track and not have a "backup" in stereo since, trust me, you'll probably never use it. You can do that by adding |
I use Plex DVR with an HDHomeRun and the files are stored as MPEG2 videos. These files are huge so I want to transcode to m4v. Default and --quick (both with --m4v) seemed to produce good results on a 3 hour 1080p original. Quick was obviously way faster. File size went from 18GB to 5GB.
Just wondering there are settings that might get that file smaller or encode it faster.
The text was updated successfully, but these errors were encountered: