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

New Post: Remuxing H264 WTV to MP4, MKV, AVI or TS without recoding to MPEG2

$
0
0
dodgexander wrote:
strattao wrote:
Yeah, I was referring to the remuxing H264 without recoding - and I am using the Early Access beta version.

In a nutshell, the MP4 file that is created with the default remuxing MP4 profile won't play on my phone, xbox video, etc. and gives a codec error. I'm pretty sure it has to do with the Video settings and not the Audio...

I was able to make some tweaks to my profile to get a file that works and looks great on my PC/Surface!
It takes a bit longer to process, but the file plays just fine on my PC. Still won't play on my phone though...

[MP4 Unprocessed Tweaked]
Description=Tweaked file for Windows 8, Xbox Video, Surface etc.
order=ffmpeg
ffmpeg-general=-threads 0
ffmpeg-video=-ss 3 -vf yadif=3:-1:0 -r 50 -vcodec mpeg4 -q 5 -f mp4 -y
ffmpeg-audio=-acodec copy
ffmpeg-audioac3=-acodec copy
ffmpeg-ext=.mp4
ffmpeg-audiodelay=skip
FixedResolution=true
SkipCropping=true
AllowH264CopyRemuxing=true

Any thoughts on what I can try to tweak would be greatly appreciated!
Perhaps look at the media info of the outputted file. It may be the case the specification is incompatible with your phone or xbox for example.

rboy1 wrote
I didn't understand what you're trying. Please upload a log file and let me know in reference what is happening vs what you would like to happen.
Who is this referring too?

In my case, I am wondering why so many of my recordings are corrupted and are falling back to slow remux.

I also want to know if it possible to fallback to slow remuxing h264>h264 instead of h264>mpeg2

Finally, how long does it take before the log file will show if it has found a corruption in the input file? At which point during the conversion process?

Btw, the recordings it flags as being corrupted playback fine. I can also convert them in VideoRedo without this problem.
that was meant for @strattao

for your recoding to h264 (not remuxing since remuxing is failing), that would like a double conversion (since it will then recode it back to h264 mp4 later) and you will lose quality. The idea is to COPY H264 to TS (remuxing) so as to avoid double conversion, so it converts it to very high quality (nearly lossless) mpeg2 and then to H264.

If you still want to so it, open mcebuddy.conf, change the paramters for ffmpeg-slowremux to H264 but then you'll have to chnage your profle.conf to just COPY it insteda of recode it again.

Viewing all articles
Browse latest Browse all 10715

Trending Articles



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