audio_video
This is an old revision of the document!
Table of Contents
Avisynth
Načtení .mkv
- Demux pomocí TsRemux (neplést s tsMuxeR).
- Vytvořit .d2v pomocí DGIndex.
- Avisynth:
LoadPlugin("path\dcdecode.dll")
MPEG2Source("video.d2v")
Načtení .ts
- Demux pomocí MKVextractGUI.
- Avisynth:
LoadPlugin("path\FFMS2.dll")
FFmpegSource2("video.mkv")
Transcode
nice -n 19 avconv -i "${infile}" -s 626x352 -map 0 -c:v libx264 -preset slower \
-crf 24 -c:a libvorbis -b:a 96k "${outfile}.mkv"
audio_video.1414657977.txt.gz · Last modified: (external edit)
