b-frames in mp4

About encoding, codec settings, muxers and filter usage
smitha

b-frames in mp4

Postby smitha » 02 Mar 2006 08:14

Hi,

When I save an mp4 file from my IP camera with encapsulation MP4 and codec mp4v, it is found that my mp4 files have b-frames in them. My application has an MPEG4 player which plays only the simple profile MPEG4 files, which contains no b-frames. Is there any method to get a Simple profile MPEG4 file using VLC? Any one please help.

madRat
New Cone
New Cone
Posts: 9
Joined: 26 Dec 2007 17:49
VLC version: 0.9.8a
Operating System: Linux(CentOS5.2)

Re: b-frames in mp4

Postby madRat » 18 Apr 2008 12:46

Dear Smitha
you may re-transcode stream by vlc with flag --sout-ffmpeg-bframes 0

Code: Select all

vlc source.mp4 --sout-ffmpeg-bframes 0 --sout=#transcode{vcodec=mp4v,venc=ffmpeg,acodec=mp3}:standard{access=file,mux=mp4,dst=destinantion.mp4}
Also you may transcode not only files, but streams too. Modify source.mp4 and standard{...} and have fun 8)
Programming is fun, but fun programming is more funny!


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 27 guests