Hello, I am stuck with a problem. I am new to video converting and don't know exactly, where is the problem.
First, I recorded movie (DVB-T) with DVBViewer as TS file.
Then I wanted to play it in Blu-ray player, so I decided to convert the file to MKV (which the player supports).
I used avidemux64 to do the job. I set MPEG-4 AVC as video codec and AAC as audio codec and changed the delay (because for some reason, the audio is out of sync after encoding, but I figured out that changing the delay, that I found in KMPlayer Info, make sync right).
I tried default setting, 2pass, me=umh, also changed IDC level.
When I opened mkv file in KMPlayer (or played it on Blu-ray player), the video is shaky in some scenes.
I also tried to convert it to Xvid/AVI but that didn't change anything. The video is also shaky in a preview in avidemux.
I uploaded both MKV and TS preview files to see it by yourself.
When I tried to play MKV file on Blu-ray player, I found another problem. I couldn't seek. Fast Forward was disabled.
(Avi file didn't have this problem). You say, this is probably OK for this kind of players, but the thing is, MKVs I created an year ago, this option have. I don't know what may cause this. I didn't change settings much, only 2pass and IDC level I think.
Thank you for advice.
+ Reply to Thread
Results 1 to 12 of 12
-
-
Try instead vidcoder or handbrake. It seems to work better here.
And have you tried play the ts directly with your blu-ray player? It might support it. Or you can also try just "remux" the ts to a mkv with mkvtoolnix, no video reconversion. You just add ts and output a new mkv. But you can't shrink it then. -
Your attached file has good video but the audio is jerky. I have tried hadbrake with the same result file as you.
My Blu-ray player doesn't support TS and of course I want smaller size of video because 2,5 GB per movie is too much and I dont have big space on HDD.Last edited by Scorpick; 5th Mar 2012 at 10:04.
-
Hi,
I convert .ts captured from DVB quite a lot. Your sample .ts plays fine for me, but I get the same jerky result as you do with your sample .mkv. I translated your .ts to a .mkv using the same process I normally use & I get the same jerky result, so I'm thinking maybe it's an issue created by the .ts file.
Is it worth changing the recording software to something else, like TV Scheduler Pro, and looking for improvements ? -
-
I didn't even look at the source! Didn't notice it was interlaced.
Code:ffVideoSource("preview.ts") Yadif(mode=1, order=1) BicubicResize(624,352)
Last edited by jagabo; 5th Mar 2012 at 16:49.
-
When I tried to play MKV file on Blu-ray player, I found another problem. I couldn't seek. Fast Forward was disabled.
Frame rate mode : Variable
Frame rate : 25.000 fps
You should force CFR for blu-ray players (--force-cfr). But if you use avisynth as per jagabo's suggestion, it will automatically be CFR
If it seeks, but poorly (ie. takes a long time) use a shorter --keyint (default is 250, but usually 1 or 2 seconds is better for seeking, so for 25fps use 50, for 50fps if you plan on bob-deinterlacing you can use 100)
Some GUI's use avisynth in the backend, so something like ripbot264, megui, xvid4psp, you should be ok -
-
The reason for may first post, although I didn't state it explicitly, was that most free GUI front ends use ffmpeg, x264, and avisynth. So they should be able to handle the source, one way or another. And to point out it's not very hard to use those tools directly once you are set up.
I should also point out that ffVideoSource() will lose A/V sync if the source is really variable frame rate.
Similar Threads
-
extract subs from MKV -- MKVextract doesn't work
By AlanHK in forum Video ConversionReplies: 4Last Post: 9th Dec 2011, 22:47 -
Audio in my video doesn't work on all computers
By MattMedia in forum AudioReplies: 4Last Post: 26th Jan 2011, 10:40 -
Playing mkv with MPC-HC doesn't work as it should
By ronlut in forum Software PlayingReplies: 7Last Post: 6th Jul 2010, 17:13 -
Converting Divx-AVI to MP4 - Output size option doesn't work
By tomzero in forum ffmpegX general discussionReplies: 6Last Post: 20th Mar 2010, 07:30 -
Any other options for mkv to vob? Mkv2vob doesn't work 100% of the time
By AndyD in forum Video ConversionReplies: 6Last Post: 12th Mar 2008, 18:13