iPod conversion failure - VLC 0.9.9
Posted: 06 Apr 2009 15:33
I'm attempting to convert an xvid avi file to mp4 for playback on my 5th Gen iPod Video using VLC 0.9.9 (other options are not currently available to me).
Here is my process:
Load VLC
Media -> Convert/Save
Select file -> Covert / Save
Check File -> Choose filename
Profile = IPod(mp4/aac)
Generated stream output string =
Save
The error that comes up is
VLC is able to PLAY this video file just fine.
The resultant .mp4 is not playable.
Any thoughts?
Here is my process:
Load VLC
Media -> Convert/Save
Select file -> Covert / Save
Check File -> Choose filename
Profile = IPod(mp4/aac)
Generated stream output string =
Code: Select all
:sout=#transcode{vcodec=mp4v,vb=800,scale=1,acodec=mp4a,ab=128,channels=2}:duplicate{dst=std{access=file,mux=mp4,dst=D:\test.mp4}}
The error that comes up is
VLC then proceeds to transcode only the audio.Streaming / Transcoding failed:
VLC could not open the encoder.
VLC is able to PLAY this video file just fine.
The resultant .mp4 is not playable.
Any thoughts?