The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Video resampling help (enlarge)

    Discussion in 'Windows OS and Software' started by masterchef341, May 1, 2012.

  1. masterchef341

    masterchef341 The guy from The Notebook

    Reputations:
    3,047
    Messages:
    8,636
    Likes Received:
    4
    Trophy Points:
    206
    I have a very high quality (but not very space efficient) video shot in 16:10 1440x900. It's an mjpeg format video in an avi container with PCM audio.

    Now, I want a 1080p version of this video, and I want to upsample using lanczos3 or bicubic to 1728*1080.

    So basically, can someone help me upconvert an mjpeg/avi 1440x900 video file to 1728x1080 in a lossless format/whatever container?

    I'm going to have to do additional processing to the video in 1080p and convert again, which is why I want a lossless intermediate step (above).

    Also- I tried avidemux, but I was having problems with it. I couldn't get it to output a non-scrambled result after upscaling. Maybe someone has some ideas about that?
     
  2. daver160

    daver160 Notebook Deity

    Reputations:
    148
    Messages:
    766
    Likes Received:
    5
    Trophy Points:
    31
    I'm not exactly well-versed in the world of video de/encoding, but I believe that MPEG2 is supposedly good at keeping details in a video. I don't know if it is truly lossless, but I've found that when I want to have an intermediate format (like you) to be able to do some work on, I tend to use MPEG2 with a bitrate 15-20 Mbit. Then the final product I convert to MP4 using x264 (I use an Apple compatible profile in Handbrake to iDevice users don't run into The Wall of iNcompatibility).

    This is just my limited knowledge, but thought I'd share all the same (in case other users out there might be interested).