Page 1 of 1
Capture Convert?
Posted: 26 Nov 2010 07:27
by bob2200
Hi there,
Is it possible to download a streaming video & convert it to various formats like MP4, MP4 for Nokia cells & MP3 etc using VLC?
Hoping to hear from you experienced members,
Regards!
Re: Capture Convert?
Posted: 26 Nov 2010 11:56
by Jean-Baptiste Kempf
It should, yes.
Re: Capture Convert?
Posted: 26 Nov 2010 19:25
by bob2200
Could you care to explain or post a sticky link, making it easy for an oldman like me to understand.
Regards!
Re: Capture Convert?
Posted: 27 Nov 2010 04:19
by NotTechSavvy
Yes. Please give step by step instructions on how to convert any video file to mp4 format. I can get the video to work but no sound. Thanks very much.
Re: Capture Convert?
Posted: 27 Nov 2010 16:07
by VLC_help
There isn't any universal guide since different devices/players don't support same MP4 files. Easiest thing is something like
Code: Select all
vlc input.avi :sout=#transcode{vcodec=h264,vb=1024,acodec=mp4a,ab=128,channels=2,audio-sync,deinterlace}:duplicate{dst=std{access=file,mux=mp4,dst="output.mp4"}}
but naturally this might not work for example with all mobile phones.
Re: Capture Convert?
Posted: 28 Nov 2010 00:13
by bob2200
I tried converting a FLV file to MP3 format the quality was real bad. From that can have an idea about its output to MP4?
VLC is great as a player but capturing converting aren’t its Pros?
Thanks & Regards!
Re: Capture Convert?
Posted: 28 Nov 2010 16:37
by VLC_help
I tried converting a FLV file to MP3 format the quality was real bad.
What steps did you do?
Re: Capture Convert?
Posted: 28 Nov 2010 22:02
by bob2200
I converted a FLV to MP3 using this link...............
http://www.howtogeek.com/howto/2719/how ... -with-vlc/
Now I use a combo of save2pc Ult & FF 2.60.
Thanks.
Re: Capture Convert?
Posted: 29 Nov 2010 16:33
by VLC_help
WAV encapsulation is wrong option for MP3. Proper one is RAW. And for .FLV files that already contain MP3 audio, you can use tool called FLV Extract.
Re: Capture Convert?
Posted: 29 Nov 2010 16:41
by bob2200
Thanks..........I'll give it a shot & keep you posted.
What about conversion from FLV to MP4 video for DVDs & MP4 video for Nokia?
Regards!
Re: Capture Convert?
Posted: 30 Nov 2010 15:57
by VLC_help
That depends about hardware. You would have to tweak video resolution and x264 encoding options.
For example venc=x264{bframes=0,nocabac,ref=1,nf,level=30,crf=20,partitions=none} and width=720,height=480 to transcoding options.