Quantcast
Channel: MCEBuddy 2.x
Viewing all articles
Browse latest Browse all 10715

Commented Issue: Remuxing H264 WTV to MP4, MKV, AVI or TS without recoding to MPEG2 [1446]

$
0
0
I created this issue in relation to [this](http://mcebuddy2x.codeplex.com/discussions/431025) forum thread and the sticky [here](http://mcebuddy2x.codeplex.com/discussions/431449).

Here is the attached logs showing the failed jobs.
Comments: ** Comment from web user: Dodgexander **

I am using this profile, which you posted in the discussion thread for me to use.

```
[TS H264]
Description=Use this to convert H.264 WTV/DVRMS files to TS format and to remove commercials from your TS videos. It does not remove black bars, resize the video, deinterlace or select audio language. Use this if you have HD recordings which don't need processing.
order=ffmpeg
ffmpeg-general=-threads 0
ffmpeg-video=-ss 3 -vf yadif=0:-1,hqdn3d -vcodec libx264 -b 1800k -x264opts me=hex:trellis=2:subq=8:partitions=all:8x8dct=1:ref=8:rc-lookahead=50:keyint=25:min-keyint=20:bframes=3:weightb=1:level=4.1:b-pyramid=normal:direct=auto:mixed-refs=1:deblock=-1,-1:no-fast-pskip=1:no-dct-decimate=1:b-adapt=2:threads=auto -map 0:a -map 0:v
ffmpeg-audio=-acodec ac3 -ab 192k
ffmpeg-audioac3=-acodec ac3 -ab 384k
ffmpeg-ext=.ts
ffmpeg-remuxto=.ts
ffmpeg-audiodelay=skip
FixedResolution=true
SkipCropping=true
AllowH264CopyRemuxing=true
```

__despite__ setting the profile you listed, still my corrupted files are __still__ being converted to mpeg2 when the fast remux fails. Why does it keep reverting to mpeg2 and not using the profile? They even convert to mpeg2 if i remove AllowH264CopyRemuxing=true

All i can think is they are falling backup method in the config file, because when I altered the config file to use libx264, they were being converted to h264.

Is there any way in the future to see if the Remuxsupp will work, perhaps by asking my priority to instead be:

1. Fast Remux (FFMpeg copy)
2. Fast Remux (Rumxsupp)
3. Slow Remux (FFMpeg libx264)


Also, doesn't the profile need to have

```-flags +ilme+ildct```

otherwise the file output will be interlaced but marked as progressive.

[Here](http://www.speedyshare.com/XYEss/The-Football-League-Show-2013-02-09-2202.wtv-Default-2013-02-22T06-29-14.5376694-00-00.log) is my log of a corrupted file which contains h264/aac latm, but is being converted by MCEBuddy to mpeg2, despite the profile.

Are you sure its not falling back to use in the config file:

```SlowRemux0=-i <source> -vcodec mpeg2video -qscale 0 -r auto -acodec copy -map 0:a -map 0:v -f mpegts
SlowRemux1=-i <source> -vcodec mpeg2video -qscale 0 -r auto -acodec ac3 -ab 256k -map 0:a -map 0:v -f mpegts```

because thats what it seems like to me.


Viewing all articles
Browse latest Browse all 10715

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>