Hello,
I have this line which perfectly converts to nokia playable mp4 files.
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?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
Regards,
+ Reply to Thread
Results 1 to 5 of 5
-
-
It would be great to use CLI as I sometimes need to use parameters etc.
-
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
Regards,
Similar Threads
-
How to convert any video to MP4 iPod, iPhone, PS3, XboX360 using free tools
By Baldrick in forum User guidesReplies: 74Last Post: 6th Apr 2014, 23:03 -
Are there tutorials on this forum for converting AVI to a iPhone 4 MP4 cont
By rocky12 in forum Newbie / General discussionsReplies: 2Last Post: 5th Sep 2011, 09:12 -
Tool to batch convert xvid to .mp4 for iPhone.
By Floob in forum Video ConversionReplies: 8Last Post: 14th Sep 2009, 12:20 -
AVI to MP4 (iPhone)
By an0key in forum ffmpegX general discussionReplies: 6Last Post: 14th Aug 2008, 21:47