Search found 4 matches

Go to advanced search

by jetcheber
18 Apr 2005 21:50
Forum: VideoLAN
Topic: Partial Transcoding Question
Replies: 5
Views: 5918

Oops, I meant this:

vlc inputfile.mp4 --start-time 180 --stop-time 360 :sout=#transcode:std{access=file,acodec=mp4a,vcodec=mp4v,mux=mp4,url=outputfile.mp4} vlc:quit

This will transcode 3 minutes of the MP4 into MP4. It will also quit the program.
by jetcheber
07 Apr 2005 01:42
Forum: VideoLAN
Topic: Partial Transcoding Question
Replies: 5
Views: 5918

I figured it out!!! Here's what I'm using:

vlc yourinput.mp4 --start-time 180 --stop-time 200 --sout=#transcode:std{access=file,mux=mov,url=youroutput.mov}


This would Transcode 20 seconds of the MP4 into a file called youroutput.mov. From 0:03:00 - 0:03:20.
by jetcheber
06 Apr 2005 02:35
Forum: VideoLAN
Topic: Partial Transcoding Question
Replies: 5
Views: 5918

Thanks for the tip, however, one last roadblock on this has been that I do the transcode and I don't get a playable media file out of it. It simply opens VLC and plays the section I've stated.

I can get a playable file out of the VLC Wizard, but I want to do this from the command line.
by jetcheber
30 Mar 2005 17:51
Forum: VideoLAN
Topic: Partial Transcoding Question
Replies: 5
Views: 5918

Partial Transcoding Question

Has anyone successfully transcoded a partial segment of a source video file from the command line ? I've done this through the GUI with the Wizard under Windows XP, but I have yet to succeed in doing this with the command line. If so, could you please show me a sample command I would use to accompli...

Go to advanced search