Playback issues with WMP

osmium

New member
I decided to give a VideoReDo a try..
After I cut out the commercials from my tv recordings, some of them are lagging heavly while playing in Windows Media Player (the source files play fine).
With other players they play fine. If I remux them afterwards with ffmpeg, keeping the timestamps and audio offset, they also play fine in WMP:
ffmpeg -y -v warning -vsync 0 -copyts -i "input.vrdcut.ts" -c copy -muxdelay 0 -muxpreload 0 "output.vrcut..ts"

I checked the outputs from VRD with ffmpeg for errors and it doesn't show any, so there is something with the container, I guess (?).
 

Danr

Administrator
Open the VideoReDo output file (assume input.vrdcut.ts) in VideoReDo and click on Tools>Show Program Info. Using the copy button on that page paste those results here.
 

osmium

New member
File: Name : H:\sample.vrdcut.ts
Size : 0.481 GB
Duration : 00:05:31.04
Mux type : TS Stream
TS mux rate : 19.203 Mbps
Video: Encoding : H.264
VideoStreamID : x138
Frame rate : 25.00 fps
Frame rate flag : Constant
Encoding size : 1920 x 1080
Aspect ratio : 16:9
Header bit rate : 25.000 Mbps
VBV buffer : 572 KBytes
Profile : High/4.0
Progressive : Interlaced (MBAFF)
Chroma : 4:2:0
Entropy mode : CABAC
Bit rate : 10.907 Mbps
Audio Stream: 1 (Primary) Codec : MPEG
MPEGLayer : Layer 2
Channels : 2.0
Language : bul
PID : x148
PES Stream Id : xC0
Bit rate : 256 Kbps
Sampling rate : 48000
Sample size : 16 bits
 
Top Bottom