VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. 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)
    Quote Quote  
  2. Originally Posted by Tjava View Post
    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)
    You can try to use ffmpeg - not sure what do you mean by photo-jpeg - mjpeg?
    Quote Quote  
  3. 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.
    Quote Quote  
  4. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    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
    Quote Quote  
  5. 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.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!