Hi I am very new here and I hope you can help me with my problem:
I use Linux and as a coverter-software for example DEVEDE (ffmpeg).
I convert avi files 50bps to DVD-files 25bps. No problem, no "sliding", no "sticking/stutter" of pictures (even when the camera is moving slowly across the landscape).
But now I have videos in another format and now it does not work. Every bad thing up there happens. The film "stutters". It is terrible. Do you have an idea, why this happens?
Video that works (mediainfo):
Format : AVI
Format/Info : Audio Video Interleave
Format profile : OpenDML
Overall bit rate : 2 062 kb/s
Video
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L3.2
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : H264
Duration : 3 h 55 min
Bit rate : 1 854 kb/s
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate : 50.000 FPS
Standard : PAL
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.040
Video that doesn't work to convert to DVD without "sticking":
General
Format : MPEG-TS
Overall bit rate mode : Variable
Overall bit rate : 11.1 Mb/s
Video
ID : 68 (0x44)
Menu ID : 1 (0x1)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 1 frame
Format settings, GOP : M=1, N=30
Codec ID : 27
Duration : 1 h 46 min
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate : 50.000 FPS
Standard : PAL
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Color range : Limited
Color primaries : BT.601 NTSC
Transfer characteristics : BT.601
Matrix coefficients : BT.601
Do you have any idea? It would be great!
Greetings
MaerchenhafterRabe
+ Reply to Thread
Results 1 to 4 of 4
-
-
You have to examine the source file frame by frame
For example, a common scenario - it might be "25p" encoded with duplicate frames for "fake" 50p . Or it might be another actual framerate, a conversion from 24p or soemthing else .
Or it might not be decoded correctly by devede, maybe there are errors
If you don't know how to examine it, stream copy a small sample of the problem source file, in a scene with motion, using ffmpeg and upload it here, someone will take a look -
Sometimes when ffmpeg based source filters are used in Avisynth to change the frame rate they can cause stuttering by duplicating or deleting frames when they shouldn't. It can happen when you specify a frame rate that matches the source frame rate, so maybe it's a similar thing because the frame rate is exactly double. I think it's caused by jitter in the timecodes. Then again, I don't know anything about how the GUI or ffmpeg is choosing the frames to remove.
If it's a similar problem, AVIs seem more suitable to it, so maybe try remuxing a problem AVI as an MKV with MKVToolNixGUI and use the MKV as the source, but as poisondeathray suggested, a sample would be helpful.Avisynth functions Resize8 Mod - Audio Speed/Meter/Wave - FixBlend.zip - Position.zip
Avisynth/VapourSynth functions CropResize - FrostyBorders - CPreview (Cropping Preview) -
Color primaries : BT.601 NTSC
Similar Threads
-
what do you use to convert DVD or ISO to become mp4/avi/mpeg etc????
By yanyancr in forum Newbie / General discussionsReplies: 11Last Post: 4th Nov 2017, 15:01 -
What do you use to convert AVI or MP4 to DVD ISO images when DeVeDe fails?
By rocksockdoc in forum Video ConversionReplies: 9Last Post: 25th Aug 2016, 21:00 -
How to convert Chinese AVI to DVD ISO with (permanent!) English subtitles?
By Saltine in forum Authoring (DVD)Replies: 37Last Post: 24th Mar 2016, 21:42 -
How to Convert AVIs to DVD? And Avoiding buying AVI DVDs
By VideoFanatic in forum RestorationReplies: 17Last Post: 5th Oct 2015, 14:08 -
Best software to convert home video DVD to AVI?
By moxiecat in forum DVD RippingReplies: 12Last Post: 2nd Sep 2015, 17:05