Comments: ** Comment from web user: gregcaulder **
tried adding the handbreak-remuxto=.wtv but i makes the file completley un-playable.
Im trying to get it re-encoded from WTV MPEG2 to WTV H.264.
I tried several options and parameters, but to no avial.
Here is my profile:
```
[WTV Tweaked]
Description=Recodes the video to creates high quality WTV (H.264/AC3) files.
2pass=true
order=handbrake
handbrake-general=--deinterlace=qsv --loose-anamorphic --verbose=2 -T -f mp4 -4
handbrake-video=--start-at duration:3 -e qsv_h264 -b 1800 -x me=hex:trellis=2:subq=8:partitions=all:8x8dct:ref=5:rc_lookahead=50:keyint=25:keyint_min=20:bframes=3:weight_b:level_idc=40:b_pyramid=normal:direct_pred=auto:mixed_refs:deblock=-1,-1:nofast_pskip:nodct_decimate:b_adapt=2:threads=auto:--h264-profile=high:--h264-level="3.0"
handbrake-audio=-E faac -R auto -B 192 -D 0 -a 1,2,3,4,5
handbrake-audioac3=-E fac3 -R auto -B 384 -D 0 -a 1,2,3,4,5
handbrake-ext=.mp4
handbrake-audiodelay=skip
handbrake-remuxto=.wtv
PreConversionCommercialRemover=true
```
Can someone help me out with tweaking what parameters I need to it can be played in WMC?