Log in

View Full Version : Can't properly join two raw streams


SquallMX
27th April 2013, 16:57
I have a backup (created with BD-Rebuilder) with a set of 21 corrupted frames, in order to avoid doing a complete backup again I tried to simply replace the corrupt gop with a new fixed set of frames, but after joining the two files there is always a small freeze time (like when a youtube video is buffering) at the join point when playing the resulting file on my PS3 and stand alone players, no issue is notable on PC.

I using the same settings, the same x264 version, and DGIndexNV as a cutting tool. Any ideas? :thanks:

"E:\Archivos de Programa\BD Rebuilder\tools\x264.exe" "I:\TEMP\Original.avs" --preset medium --bluray-compat --fps 24000/1001 --b-pyramid none --weightp 1 --qpmin=0 --bitrate 12000 --level 4.1 --sar 1:1 --aud --nal-hrd vbr --pic-struct --vbv-bufsize 20000 --keyint 24 --min-keyint 1 --ipratio 1.1 --pbratio 1.1 --vbv-maxrate 25000 --threads auto --slices 4 --thread-input --deblock -3:-2 --aq-strength 1.00 --subme 7 --psy-rd 1.00:0.10 --b-adapt 1 --pbratio 1.1 --qcomp 0.6 --merange 16 --fade-compensate 1.00 --qpmin 5 --qpmax 35 --stats "I:\TEMP\1.stats" --pass 3 --output "I:\TEMP\1.264"

Sample file (Join point around 0:06):

https://dl.dropboxusercontent.com/u/21505940/Uno.m2ts

turbojet
27th April 2013, 22:31
Have you tried muxing to (m2)ts before joining?

I have experienced issues at or after join points with mkv and mp4 containers that disappeared when muxing to ts first. Maybe raw files have the same problem.