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?