Hi, I tried to convert mkv to mp4 file, ffmpeg always stops same duration on same file. I didn't understand anything about this problem because ffmpeg doesn't show any error. Just it stops and uses cpu about 30% before stopping it uses cpu 95%.
my command line: ffmpeg -y -i "C:/Users/servet/Desktop/BotDownloads/Matrix/The.Matrix.1.1999.1080p.BluRay.DTS.DUAL.x264.mkv.mkv" -map 0:0 -map 0:1 -profile:v high -level 3.1 -threads:v 0 -sws_flags bicubic -vf "scale=1920:1080,ass='C\:/Users/servet/Desktop/FilmBotEx/log/mark.ass'" -codec:v libx264 -preset veryfast -tune film -b:v 3500k -coder 1 -flags +loop -partitions +parti8x8+parti4x4+partp8x8+partb8x8 -me_method hex -strict experimental -af "volume=2" -c:a aac -b:a 640k -ac 2 "C:/Users/servet/Desktop/BotDownloads/Matrix/output.The.Matrix1999.mp4" -loglevel debug 2> log.txt output logs: http://pastebin.com/CSer0suY Here is information of source: General Unique ID : 170474115023073608956129023439165620323 (0x80401ECB1A05534FAA666592B99A8063) Complete name : C:\Users\servet\Desktop\BotDownloads\Matrix\The.Matrix.1.1999.1080p.BluRay.DTS.DUAL.x264.mkv.mkv Format : Matroska Format version : Version 2 File size : 13.1 GiB Duration : 2h 16mn Overall bit rate : 13.7 Mbps Movie name : yigitcanov - www.HDArsivi.com Encoded date : UTC 2011-06-23 17:15:16 Writing application : mkvmerge v4.8.0 ('I Got The...') built on May 24 2011 03:12:58 Writing library : libebml v1.2.0 + libmatroska v1.1.0 Video ID : 1 Format : AVC Format/Info : Advanced Video Codec Format profile : [email protected] Format settings, CABAC : Yes Format settings, ReFrames : 5 frames Muxing mode : Header stripping Codec ID : V_MPEG4/ISO/AVC Duration : 2h 16mn Bit rate : 11.6 Mbps Width : 1 920 pixels Height : 800 pixels Display aspect ratio : 2.40:1 Frame rate mode : Constant Frame rate : 23.976 fps Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Progressive Bits/(Pixel*Frame) : 0.315 Stream size : 10.8 GiB (82%) Writing library : x264 core 65 r998M 6768543 Encoding settings : cabac=1 / ref=5 / deblock=1:-2:-1 / analyse=0x3:0x113 / me=umh / subme=6 / psy_rd=1.0:0.0 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / chroma_qp_offset=-2 / threads=12 / nr=0 / decimate=1 / mbaff=0 / bframes=16 / b_pyramid=1 / b_adapt=1 / b_bias=0 / direct=3 / wpredb=1 / keyint=250 / keyint_min=25 / scenecut=40(pre) / rc=2pass / bitrate=11586 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / pb_ratio=1.30 / aq=1:1.00 Language : English Default : Yes Forced : No Audio #1 ID : 2 Format : AC-3 Format/Info : Audio Coding 3 Mode extension : CM (complete main) Format settings, Endianness : Big Muxing mode : Header stripping Codec ID : A_AC3 Duration : 2h 16mn Bit rate mode : Constant Bit rate : 640 Kbps Channel(s) : 6 channels Channel positions : Front: L C R, Side: L R, LFE Sampling rate : 48.0 KHz Bit depth : 16 bits Compression mode : Lossy Stream size : 624 MiB (5%) Title : TUR - www.HDArsivi.com Language : Turkish Default : No Forced : No Audio #2 ID : 3 Format : DTS Format/Info : Digital Theater Systems Mode : 16 Format settings, Endianness : Big Muxing mode : Header stripping Codec ID : A_DTS Duration : 2h 16mn Bit rate mode : Constant Bit rate : 1 510 Kbps Channel(s) : 6 channels Channel positions : Front: L C R, Side: L R, LFE Sampling rate : 48.0 KHz Bit depth : 24 bits Compression mode : Lossy Delay relative to video : 11ms Stream size : 1.44 GiB (11%) Title : ENG - www.HDArsivi.com Language : English Default : No Forced : No Text #1 ID : 4 Format : UTF-8 Codec ID : S_TEXT/UTF8 Codec ID/Info : UTF-8 Plain Text Title : TUR - www.HDArsivi.com Language : Turkish Default : Yes Forced : No Text #2 ID : 5 Format : UTF-8 Codec ID : S_TEXT/UTF8 Codec ID/Info : UTF-8 Plain Text Title : ENG - www.HDArsivi.com Language : English Default : No Forced : No _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
