Hello
I need advice. I have a video in AVI format and would like to convert it to MOV format. Photo-JPEG codec. I used XMedia Recode, however the video has 5760x1080p dimensions and XMedia Recode has limited max 4088p wide. Can you recommend me some software that would manage such requests?
Thank you (partially Google translate)
+ Reply to Thread
Results 1 to 5 of 5
-
-
XMedia Recode has a setting MOV, codec Motion JPEG, Color mode: YUV 4: 2: 2 Planar 16bpp, Quality 95. It is a motion graphics for microstock video that it evaluated those videos as MOV, codec Photo JPEG
Last edited by Tjava; 24th Dec 2016 at 05:22.
-
There's a strong possibility that this codec/format combination (not just the tool) may not be able to support larger resolutions than FHD (1920x1080). Only some do.
Scott -
Should work but not tested...
Code:ffmpeg -hide_banner -y -color_range 2 -i "%1" -color_range 2 -c:v mjpeg -pix_fmt yuvj422p -q:v 2 -vf scale=iw:ih:sws_flags=neighbor:sws_dither=0:in_range=1:out_range=1 -f mov -movflags frag_keyframe+faststart "%~n1_.mov"
Last edited by pandy; 24th Dec 2016 at 11:35.
Similar Threads
-
What is difference between 1 pass encoding & 2 pass encoding
By Computerman1 in forum Video ConversionReplies: 18Last Post: 13th Jan 2019, 19:59 -
Help with encoding
By Tri P in forum Newbie / General discussionsReplies: 17Last Post: 21st Oct 2013, 19:55 -
1) Encoding to youtube, 2) Reduce encoding time.
By moghbr in forum Video ConversionReplies: 9Last Post: 30th Aug 2013, 07:40 -
AC-3 encoding
By Dave1024 in forum Newbie / General discussionsReplies: 2Last Post: 17th Jun 2013, 13:18 -
HD Encoding?
By jfharper in forum Video ConversionReplies: 6Last Post: 14th Mar 2012, 10:12