![]() |
Crash trying to convert a VOB into AVI - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Crash trying to convert a VOB into AVI (/thread-169.html) |
Crash trying to convert a VOB into AVI - pitone - 06.12.2017 Hello I'm trying to convert a VOB into an AVI, but the program crashes as soon as I start the job VOB info: ![]() Settings I'm trying to use for the conversion: codec video: xvid encoding mode: specific filesize/bitrate (1st pass) target size: 4100 MiB unchecked "fast 1st pass" audio: passthrough all container: avi I'm on version 2017.10.05.1 A sample of the video and the debug file are attached. Thanks in advance for you time ![]() RE: Crash trying to convert a VOB into AVI - Selur - 07.12.2017 Will look into it, but you probably want 'average bitrate (1-pass)' instead of 'specific filesize/bitrate (1st pass)' which is part of a two pass encoding and should not create any output. Also conversion works fine here. ![]() What happens if you call: mencoder -lavdopts threads=8 -ofps 25.000 -ovc xvid -xvidencopts pass=1:bitrate=5279:me_quality=6:quant_type=h263:min_iquant=1:max_iquant=31:min_pquant=1:max_pquant=31:min_bquant=1:max_bquant=31:max_key_interval=250:keyframe_boost=10:kfthreshold=1:kfreduction=20:quant_type=h263:max_bframes=2:bquant_ratio=150:bquant_offset=100:bf_threshold=0:vhq=2:bvhq=1:curve_compression_high=0:curve_compression_low=0:overflow_control_strength=10:max_overflow_improvement=10:max_overflow_degradation=10:trellis:noqpel:nogmc:nocartoon:chroma_opt:chroma_me:nointerlacing:par=ext:par_width=1:par_height=1:closed_gop:nopacked:threads=8 -passlogfile "C:\Users\Marco\AppData\Local\Temp\f4.stats" -noskip -vf scale,format=i420,scale=720:406,scale,format=i420 -sws 10 -forcedsubsonly -nosub -nosound "C:\Users\Marco\Desktop\FANTAS~1\IFANTA~1.VOB" -o NUL Cu Selur RE: Crash trying to convert a VOB into AVI - pitone - 07.12.2017 Thanks for the reply. If I use 'specific filesize/bitrate (1st pass)' it works fine. Then if I want to encode to a specific file size how do I do it? RE: Crash trying to convert a VOB into AVI - Selur - 07.12.2017 Quote:Then if I want to encode to a specific file size how do I do it?Only way top hit a specific size is to use 2pass encoding. You might want to read the tool-tip of the encoding Mode option. Quote:If I use 'specific filesize/bitrate (1st pass)' it works fine.Did you mig up 'specific filesize/bitrate (1st pass)' and 'average bitrate (1-pass)' again, because your first crash was with 'specific filesize/bitrate (1st pass)',... Cu Selur |