Search found 2 matches
- July 2nd, 2016, 10:45 pm
- Forum: Post-Processing Scripts
- Topic: Convert files from any format to mp4
- Replies: 5
- Views: 12407
Re: Convert files from any format to mp4
transcoding can get a bit hairy on underpowered NAS systems and PLEX from my experience pegs the my synology NAS cpu when transcoding on 1080p if you want to run conversions then I'd say run a post script after file downloads. I'm messing around with that atm using mkvmerge on BDMV format to convert...
- July 2nd, 2016, 7:19 pm
- Forum: Post-Processing Scripts
- Topic: [BASH] simple script to convert bluray BDMV M2TS file to MKV
- Replies: 3
- Views: 13800
Re: [BASH] simple script to convert bluray BDMV M2TS file to
Thanks for the script works well for me, I added on to it to support iso files since some rips are iso dumps and also to use the name of the $3 (job name of the nzb) as the filename. Couch potato does good work for most media filetypes but BDMV is a mess so this definitely helps. **editing the code ...