I use this command to copy a movie from DVD to harddisk:
Code: Select all
vlc.exe
'dvdsimple://E:\@1'
':sout=#std{access=file,mux=ps,dst=myfile.mpg'
':audio-track=0'
What could I try?
Cheers,
Morten
Code: Select all
vlc.exe
'dvdsimple://E:\@1'
':sout=#std{access=file,mux=ps,dst=myfile.mpg'
':audio-track=0'
Code: Select all
((5 927 151 381 bytes) / 98) * 62 = 3.49230176 gigabytes
but you would have to use some tool join the files together.--start-time=<float> Start time
The stream will start at this position (in seconds).
--stop-time=<float> Stop time
The stream will stop at this position (in seconds).
Code: Select all
/cygdrive/c/Programmer/VideoLAN/VLC/vlc.exe \
'dvdsimple://E:\@1' \
':sout=#std{access=file,mux=ps,dst=far-til-fire-i-sneen-del-1.mpg' \
'--stop-time=3000' \
':audio-track=0' \
'vlc://quit'
/cygdrive/c/Programmer/VideoLAN/VLC/vlc.exe \
'dvdsimple://E:\@1' \
':sout=#std{access=file,mux=ps,dst=far-til-fire-i-sneen-del-2.mpg' \
'--start-time=3000' \
':audio-track=0' \
'vlc://quit'
Can you make the first part of the movie en one file, and second part of the movie in another file, if so, how?Only solution so far is to record in two pieces (one for each layer)
viewtopic.php?f=14&t=67122#p226443Can you make the first part of the movie en one file, and second part of the movie in another file, if so, how?
How to select layer? (I don't even know what layer is)(one for each layer)
Code: Select all
vlc.exe \
'dvdsimple://E:\@1' \
':sout=#std{access=file,mux=ps,dst=movie-part-1.mpg' \
'--stop-time=3524' \
':audio-track=0' \
'vlc://quit'
vlc.exe \
'dvdsimple://E:\@1' \
':sout=#std{access=file,mux=ps,dst=movie-part-2.mpg' \
'--start-time=3524' \
':audio-track=0' \
'vlc://quit'
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: No registered users and 82 guests