User Tools

Site Tools


tutorial:cut_ts_sample

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorial:cut_ts_sample [2011/06/19 12:24]
agent_007 formatting changes
tutorial:cut_ts_sample [2011/06/19 13:10]
agent_007
Line 19: Line 19:
 dd is basic tool that comes with Unix-based operating systems. It can be used for many tasks, but in this case we use it to create sample files. dd is basic tool that comes with Unix-based operating systems. It can be used for many tasks, but in this case we use it to create sample files.
  
-1. Open console/​terminal and move to the folder where the original file is located (you can use **cd** command to move around file system) +  - Open console/​terminal and move to the folder where the original file is located (you can use **cd** command to move around file system) 
-2. Input command that cuts sample from file, it is something like dd if=original.ts of=sample.ts bs=20M count=1, where if indicates input file, of indicates output file, bs=20M sets the size of output file, and count says we only write one block. One example below+  ​- ​Input command that cuts sample from file, it is something like dd if=original.ts of=sample.ts bs=20M count=1, where if indicates input file, of indicates output file, bs=20M sets the size of output file, and count says we only write one block. One example below
 <code bash> <code bash>
 dd if=recorded_from_DVB_tuner.ts of=sample_for_avidemux.ts bs=20M count=1 dd if=recorded_from_DVB_tuner.ts of=sample_for_avidemux.ts bs=20M count=1
 </​code>​ </​code>​
  
-Now that you have created a new sample file, test it out in AVIdemux. If it causes same issues as the original one, then share it to us.+Now that you have created a new sample file, test it out in AVIdemux. If it causes same issues as the original one, then share it to us.{{:​tutorial:​vdub_logo.png|}}
tutorial/cut_ts_sample.txt · Last modified: 2012/11/11 08:51 (external edit)