User Tools

Site Tools


video

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
video [2014/04/28 04:08] wwvideo [2014/10/30 08:33] (current) – removed ww
Line 1: Line 1:
-===== 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" 
video.1398658084.txt.gz · Last modified: (external edit)