Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: .MOD files - fix aspect ratio

  1. #11
    Join Date
    Dec 2006
    Beans
    7,349

    Re: .MOD files - fix aspect ratio

    Quote Originally Posted by arst06d View Post
    Thanks for that - tried it and still get the error as below. Have checked in Synaptic that I am up to date with ffmpeg, just in case.
    Using the git FFmpeg here with no problems. Did you try the file I created? This should display in 16:9...
    You think that's air you're breathing now?

  2. #12
    Join Date
    Oct 2006
    Beans
    81
    Distro
    Xubuntu 17.04 Zesty Zapus

    Re: .MOD files - fix aspect ratio

    Your file displays in 4:3

  3. #13
    Join Date
    Jan 2010
    Location
    Hyperborea
    Beans
    2,045
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: .MOD files - fix aspect ratio

    I'm no video expert but this site says to just rename the MOD file to MPG or use Handbrake to convert it. Handbrake is in the Software Centre, I just used it to convert some 3840 x 2160 MOV files to 1280 x 720 M4V format.

    https://www.file-extensions.org/arti...mod-video-file

  4. #14
    Join Date
    Oct 2006
    Beans
    81
    Distro
    Xubuntu 17.04 Zesty Zapus

    Re: .MOD files - fix aspect ratio

    renaming the file to *.MP4 lets Parole play it (VLC can play the *MOD file) but still in 4:3.

    As I said earlier, using kdenlive I have a way of changing the aspect ratio during editing/processing, but for thos that do not require the lengthy processing a quick fix would be nice.

  5. #15
    Join Date
    Jun 2007
    Beans
    14,789

    Re: .MOD files - fix aspect ratio

    but for those that do not require the lengthy processing a quick fix would be nice.
    The ffmpeg command andrew gave you should work, but specify -f mpeg (or rename the file to whatever.mpg as coldraven suggested) to work around the initial error. Please let us know if that works and at least allows ffmpeg to process the file.

    renaming the file to *.MP4 lets Parole play it
    Don't rename your .mod file to .mp4. It's not in an mp4 container, unless you put it in one like in the command andrew suggested. Rename it to .mpg

  6. #16
    Join Date
    Jun 2007
    Beans
    14,789

    Re: .MOD files - fix aspect ratio

    Quote Originally Posted by andrew.46 View Post
    Using the git FFmpeg here with no problems.
    Is your ffmpeg built with --enable-libopenmpt flag? If so, maybe ffmpeg fixed the detection bug.

  7. #17
    Join Date
    Oct 2006
    Beans
    81
    Distro
    Xubuntu 17.04 Zesty Zapus

    Re: .MOD files - fix aspect ratio

    Quote Originally Posted by Temüjin View Post
    The ffmpeg command andrew gave you should work, but specify -f mpeg (or rename the file to whatever.mpg as coldraven suggested) to work around the initial error. Please let us know if that works and at least allows ffmpeg to process the file.
    Apologies - total idiot when dealing with anything complex!

    Could I prevail upon you for the complete command to use? Do I use the -f flag in conjunction with Andrew's command?

  8. #18
    Join Date
    Jun 2007
    Beans
    14,789

    Re: .MOD files - fix aspect ratio

    Code:
    ffmpeg -f mpeg -i MOV001.MOD -aspect 16:9 -c copy MOD_altered_DAR.mpg
    Code:
    ffmpeg -f mpeg -i MOV001.MOD -aspect 16:9 -c copy MOD_altered_DAR.mp4

  9. #19
    Join Date
    Oct 2006
    Beans
    81
    Distro
    Xubuntu 17.04 Zesty Zapus

    Re: .MOD files - fix aspect ratio

    OK, getting somewhere - thanks!
    The files now show in 16:9 (widescreen).

    Odd thing - don't know whether there's another setting that needs tweaking but using another camera which records MP4 in 16:9, played back in Parole It fills the screen (without distortion). The files produced by your commands are in 16:9 but do not fill the screen in Parole even if I specify FullScreen

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •