VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Member
    Join Date
    Sep 2010
    Location
    Istanbul, Turkey
    Search Comp PM
    Hello,

    I have this line which perfectly converts to nokia playable mp4 files.

    Code:
    #!/bin/bash
    a=$1
    mencoder -of lavf -lavfopts format=mp4 -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:acodec=libmp3lame:abitrate=128:vcodec=mpeg4:keyint=25 -ofps 23.98 -af lavcresample=44100 -vf harddup,scale=320:-3 -mc 0 -noskip "$a" -o "mp4/${a%.avi}.mp4" -sub "${a%.avi}.srt" -subcp ISO-8859-9
    however when I replace format=mp4 with format=ipod as explained in man mencoder, I get the following error. [ipod @ 0xa3e2110]track 1: could not find tag, codec not currently supported in container. Any ideas how I can fix it?

    Regards,
    Quote Quote  
  2. Member hech54's Avatar
    Join Date
    Jul 2001
    Location
    Yank in Europe
    Search PM
    Use WinFF
    Quote Quote  
  3. Member
    Join Date
    Sep 2010
    Location
    Istanbul, Turkey
    Search Comp PM
    It would be great to use CLI as I sometimes need to use parameters etc.
    Quote Quote  
  4. Member
    Join Date
    Sep 2010
    Location
    Istanbul, Turkey
    Search Comp PM
    Besides I didn't see an option for subtitles in WinFF
    Quote Quote  
  5. Member
    Join Date
    Sep 2010
    Location
    Istanbul, Turkey
    Search Comp PM
    Hello,

    I'm using mencoder to convert videos to iPhone format on Mac, and I am getting the Bus error 1691. The line I have is:

    Code:
    mencoder -of lavf -lavfopts format=mp4 -oac mp3lame -ovc lavc -lavcopts aglobal=1:vglobal=1:acodec=libmp3lame:abitrate=128:vcodec=mpeg4:keyint=25 -ofps 23.98 -af lavcresample=44100 -vf harddup,scale=320:-3 -mc 0 -noskip "$a" -o "nokia/${a%.avi}.mp4" -sub "${a%.avi}.srt" -subcp ISO-8859-9
    Any idea what could cause this?

    Regards,
    Quote Quote  



Similar Threads

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