VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8
  1. Hi. I have a video on my pc which i downloaded a while ago but my pc can not handle it and play it smoothly (my pc spec = core2duo e4300, 2gb ram, 9600gt graphic,...) .
    I don't know anything about proper converting. I want to convert it to a smoothly, light and playable video with lowest quality drop possible. I would be so happy if someone could help me, cause i like this video so much and i couldn't find any other version of it on internet.

    this is the media info of the file that i got from kmplayer:

    General #3200
    ID : 3200
    Format : MPEG-TS
    File size : 4.68 GiB
    Duration : 58mn 58s
    Overall bit rate : 11.4 Mbps
    Video #1011
    ID : 1011 (0x3F3)
    Menu ID : 1 (0x1)
    Format : AVC
    Format/Info : Advanced Video Codec
    Format profile : Main@L4.0
    Format settings, CABAC : Yes
    Format settings, ReFrames : 4 frames
    Duration : 58mn 58s
    Bit rate : 9 932 Kbps
    Width : 1 920 pixels
    Height : 1 080 pixels
    Display aspect ratio : 16:9
    Frame rate : 25.000 fps
    Resolution : 24 bits
    Colorimetry : 4:2:0
    Scan type : Interlaced
    Scan order : Top Field First
    Bits/(Pixel*Frame) : 0.192
    Stream size : 4.09 GiB (87%)
    colour_primaries : BT.709-5, BT.1361, IEC 61966-2-4, SMPTE RP177
    transfer_characteristics : BT.709-5, BT.1361
    matrix_coefficients : BT.709-5, BT.1361, IEC 61966-2-4 709, SMPTE RP177
    Audio #1012
    ID : 1012 (0x3F4)
    Menu ID : 1 (0x1)
    Format : MPEG Audio
    Format version : Version 1
    Format profile : Layer 2
    Duration : 58mn 58s
    Bit rate mode : Constant
    Bit rate : 256 Kbps
    Channel(s) : 2 channels
    Sampling rate : 48.0 KHz
    Resolution : 16 bits
    Video delay : -221ms
    Stream size : 108 MiB (2%)
    Language : English
    Audio #1013
    ID : 1013 (0x3F5)
    Menu ID : 1 (0x1)
    Format : AC-3
    Format/Info : Audio Coding 3
    Duration : 58mn 58s
    Bit rate mode : Constant
    Bit rate : 384 Kbps
    Channel(s) : 2 channels
    Channel positions : L R
    Sampling rate : 48.0 KHz
    Video delay : -290ms
    Stream size : 162 MiB (3%)
    Language : English
    Quote Quote  
  2. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    Converting the file, especially re-encoding the video, should be the least preferred solution. Maybe you can already enjoy it by setting up your player differently (e.g. choosing another renderer) or use a different decoder.

    The MPC-HC uses LAV Filters, which are known to be fast and technically up to date. Also it is easily configurable to try different renderers.

    If your CPU is the bottleneck, though, reducing the resolution to e.g. 720p may be helpful. But as already suggested, first let's get to know your available choices; re-encoding shall be the last.
    Quote Quote  
  3. Try changing the deinterlace method in kmplayer.
    Quote Quote  
  4. Member
    Join Date
    Jul 2014
    Location
    Denmark
    Search Comp PM
    If you want to convert the video, I would suggest to modify it to 720p. You can do this by downloading ffmpeg, and use the command line:

    Code:
    ffmpeg -i "your_video_file.ts" -map 0:v -map 0:a -filter_complex "[0:0]yadif=0:-1:0[FID1];[FID1]scale=-1:720:flags=lanczos" -c:v libx264 -crf 20 -crf_max 35 -trellis 1 -preset:v slow -pix_fmt yuv420p -c:a copy "your_processed_video_file.mp4"
    If you are no good with command lines you can get FFQueue as GUI for ffmpeg, and Copy+Paste the preset below (select the block of text, copy it to the clipboard and then paste it into the preset manager in FFQueue with the "Paste" button):

    Code:
    //9pAgAAeNplUcFO3DAQvUfKP+QDDBovKSwWXinAhR7ood1eEI
    pMMkksnNjYDkuqfnxnkwaQkOWJZ97zvDfOg/MYMD6mia4l19tn
    3Ifrorj5vi+K4vpAoZAyTQbVo+TAtzqTu+xiAy5NXnWNtqxsjZ
    U0+ultc56nyTNOZeOJHSRjDFgOFGAlv4zK6DhJYBffGGfnlxTy
    nBiXsHI5kdVY67VzZd20VryK5GKzpVuMrcWPnlu66vQbmrLpo5
    zG13z2GT0ao4PkaRIcYl0uI8tg7IHQbuyfgpylmRva+bsBoM1y
    dsbIJ2EgOAiAUwDSaLSJ6CV/+Pt4i3qgs1EVSoc+m0fPnPLkSK
    gx2qUShDKG6Fe/727v7neTqnUjQZxwAcfSj/2vHaHATjgDOgjx
    LnJG6c9KGZQHXcdu6dmhbrso6DdkyrSWxLpeGDVUf2zIasrQL8
    R3cwKyyhrry+CO2RGUu5kSVO8M0tMO7ef6h9kwq5NVkhONUW2Q
    /6U+WZ/B5ZG+rnmifx4SweQ=
    Now you just need to create a job in FFQueue, select the source file, the streams to process (audio & video), the destination file and the preset to use (copied from above).
    I'm the developer behind FFQueue. My posts might reflect this! ;-)
    Quote Quote  
  5. Originally Posted by LigH.de View Post

    The MPC-HC uses LAV Filters, which are known to be fast and technically up to date. Also it is easily configurable to try different renderers.
    LAV video decoder can also use NVIDIA CUVID decoder and perform deinterlace using Nvidia 9600GT and offload CPU. That should help if CPU is bottleneck.
    Quote Quote  
  6. Member
    Join Date
    Nov 2013
    Location
    Oregon, US
    Search Comp PM
    Hello,

    It looks like you need high quality deinterlacing if you would like to preserving visual quality. Your video indicates it is 25i interlaced. Do you need 25p or 50p output (Europe)? Do you want to frame rate convert from 25i to 23.976p or 29.97p for US. We can do anything you like. Check out our website at http://isovideo.com and http://services.php. We provide the highest quality digital content conversion at the best pricing guaranteed.
    contact at info@isovideo.com.
    Quote Quote  
  7. Note that it's very common for PAL video to be encoded interlaced but contain progressive frames. I would try disabling the deinterlacer and see how the picture looks.
    Quote Quote  
  8. Member netmask56's Avatar
    Join Date
    Sep 2005
    Location
    Sydney, Australia
    Search Comp PM
    You don't say where you live but it looks like Pal Land.

    I would use ProjectX (free program) to edit it if necessary and demux it. In the process it will remove unnecessary components and fix any errors. You will then need to remux back into a mpg file. The other option would be to use VideRedo (payware) but is a lot friendlier to use. Once you have a mpg file that will be exactly the same quality as the orginal you could then convert it to what ever format you want if you need to reduce the size.
    SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!