Support transcoding to H264
Posted: Sun Jul 29, 2012 11:50 am
As someone who has recently acquired a Raspberry Pi, this has become a bigger interest to me.
The Raspberry Pi has 1080p H264 Hardware Decoding.
In the process of making my own .conf file for my Raspberry Pi, H264 for TranscodeVideo is not a possiblity.
Having manually transcoded a file via mencoder, it is possible, however UMS cannot call the right stuff. (Looking at the commands called, there are mpeg2 specific stuff such as -mpegopts, where that'd need to be replaced with -x264opts, etc).
For example: I ran:
UMS handles everything so nicely, it would be awesome to add in this option for people with H264 media players (such as Raspberry Pi).
Thanks!
Edit: Additionally, if this cannot be done by someone, I could attempt to fork UMS from GitHub and implement it myself.
The Raspberry Pi has 1080p H264 Hardware Decoding.
In the process of making my own .conf file for my Raspberry Pi, H264 for TranscodeVideo is not a possiblity.
Having manually transcoded a file via mencoder, it is possible, however UMS cannot call the right stuff. (Looking at the commands called, there are mpeg2 specific stuff such as -mpegopts, where that'd need to be replaced with -x264opts, etc).
For example: I ran:
Code: Select all
mencoder -ss 0 H:\[gg]_EUREKA_SEVEN_AO_-_14_[CC946B7C].mkv -ovc x264 -x264encopts subq=6:partitions=all:8x8dct:me=umh:frameref=5:bframes=3:b_pyramid=normal:weight_b -oac mp3lame -lavcopts acodec=mp3:abitrate=128 -srate 48000 -ass -sid 0 -mc 0 -noskip -o D:/test
Thanks!
Edit: Additionally, if this cannot be done by someone, I could attempt to fork UMS from GitHub and implement it myself.