![]() |
converting to 60 fps problem. video wont play - 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: converting to 60 fps problem. video wont play (/thread-84.html) |
converting to 60 fps problem. video wont play - grik - 29.08.2017 I have this problem that when i convert a video 30 min long the output file will not play when hybrid says job is done. no errors or warning video simply wint play. I have tried a short 9 secong video with the same setting and everything is fine. x264 --preset superfast --pass 1 --bitrate 17000 --profile high --level 4.2 --direct auto --qcomp 0.5 --aq-mode 0 --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --range tv --stats "C:\Users\bikealley\AppData\Local\Temp\test60.stats" --demuxer raw --input-depth 8 --input-res 1920x1080 --input-csp i420 --fps 60 --output NUL - x264 --pass 2 --bitrate 17000 --profile high --level 4.2 --direct auto --qcomp 0.5 --no-mbtree --partitions i4x4,p8x8,b8x8 --no-fast-pskip --subme 5 --trellis 0 --weightp 1 --aq-mode 0 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --range tv --colormatrix bt709 --stats "C:\Users\bikealley\AppData\Local\Temp\test60.stats" --demuxer raw --input-depth 8 --input-res 1920x1080 --input-csp i420 --fps 60 --output "C:\Users\bikealley\AppData\Local\Temp\test60.264" - RE: converting to 60 fps problem. video wont play - Selur - 29.08.2017 Read the sticky,... RE: converting to 60 fps problem. video wont play - grik - 29.08.2017 (29.08.2017, 12:55)Selur Wrote: Read the sticky,... thank you for your reply. I tried palying video back again after sometime to my surprise it is now all good and fine, Seems i need to wait for it to finish moving the file from temp folder??? Temp folder is in C drive. Output is in D Drive RE: converting to 60 fps problem. video wont play - Selur - 29.08.2017 Strange. Hybrid should only report that the job is finished, once the copying is done. Anyway happy that this solved itself. Cu Selur RE: converting to 60 fps problem. video wont play - grik - 29.08.2017 (29.08.2017, 14:17)Selur Wrote: Strange. Hybrid should only report that the job is finished, once the copying is done. still looking into it, Original file type is .mov says audio is pcm converting to 60fps output to .mov still with audio passthrough the succesful test i said worked out fine was with mp4 output with ignore audio setting hybrid said it cant output mp4 with pcm audio source trying it out again with mov out and audio passthrough thats the setting i had problem before. RE: converting to 60 fps problem. video wont play - grik - 29.08.2017 (29.08.2017, 14:21)grik Wrote:(29.08.2017, 14:17)Selur Wrote: Strange. Hybrid should only report that the job is finished, once the copying is done. I tried it again seems video not working if i output to .mov with audio passthrough. please seea attached debug file RE: converting to 60 fps problem. video wont play - Selur - 29.08.2017 Seems like the muxiing fails and Hybrid doesn't check the output when using ffmbc. Will look into later, once I'm home from work and report back then. Cu Selur |