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 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!
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 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!