Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
Snapshot:
--snapshot-path= Video snapshot directory (or filename)
Directory where the video snapshots will be stored.
--snapshot-prefix= Video snapshot file prefix
Video snapshot file prefix
--snapshot-format={png,jpg}
Video snapshot format
Image format which will be used to store the video snapshots
--snapshot-preview, --no-snapshot-preview
Display video snapshot preview (default
enabled)
Display the snapshot preview in the screen's top-left corner.
(default enabled)
--snapshot-sequential, --no-snapshot-sequential
Use sequential numbers instead of timestamps
(default disabled)
Use sequential numbers instead of timestamps for snapshot numbering
(default disabled)
--snapshot-width= Video snapshot width
You can enforce the width of the video snapshot. By default it will
keep the original width (-1). Using 0 will scale the width to keep
the aspect ratio.
--snapshot-height= Video snapshot height
You can enforce the height of the video snapshot. By default it will
keep the original height (-1). Using 0 will scale the height to keep
the aspect ratio.
ПодробнееSnapshot:
--snapshot-path= Video snapshot directory (or filename)
Directory where the video snapshots will be stored.
--snapshot-prefix= Video snapshot file prefix
Video snapshot file prefix
--snapshot-format={png,jpg}
Video snapshot format
Image format which will be used to store the video snapshots
--snapshot-preview, --no-snapshot-preview
Display video snapshot preview (default
enabled)
Display the snapshot preview in the screen's top-left corner.
(default enabled)
--snapshot-sequential, --no-snapshot-sequential
Use sequential numbers instead of timestamps
(default disabled)
Use sequential numbers instead of timestamps for snapshot numbering
(default disabled)
--snapshot-width= Video snapshot width
You can enforce the width of the video snapshot. By default it will
keep the original width (-1). Using 0 will scale the width to keep
the aspect ratio.
--snapshot-height= Video snapshot height
You can enforce the height of the video snapshot. By default it will
keep the original height (-1). Using 0 will scale the height to keep
the aspect ratio.
ПодробнееЧто я делаю не так?Как минимум вы задаете один из самых тупых вопросов на свете совершенно не к месту.
VLC media player is a highly portable multimedia player
"C:\\Program Files (x86)\VideoLAN\VLC\vlc.exe" -vvv --extraintf logger
@FOR %%i IN (*.flv *.avi) DO IF NOT EXIST "out_%%i.mp4" @"C:\\Program Files\VideoLAN\VLC\vlc.exe" -vvv "%%i" :sout=#transcode{vcodec=h264,vb=800,scale=1,width=320,height=240,acodec=mp4a,ab=128,channels=2,samplerate=44100}:std{access=file,mux=mp4,dst="out_%%i.mp4"}" vlc://quit@FOR %i IN (*.flv *.avi) DO IF NOT EXIST "out_%i.mp4" @"C:\\Program Files\VideoLAN\VLC\vlc.exe" -vvv "%i" :sout=#transcode{vcodec=h264,vb=800,scale=1,width=320,height=240,acodec=mp4a,ab=128,channels=2,samplerate=44100}:std{access=file,mux=mp4,dst="out_%i.mp4"}" vlc://quit
Серьезный разговор о VLC