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
tutorial:cut_ts_sample [2011/06/19 13:28]
agent_007 swap image
tutorial:cut_ts_sample [2012/11/11 08:51] (current)
Line 27: Line 27:
 <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>​
 +If dd complains something like //"dd: bs: illegal numeric value"//,​ then don't use M, but instead input the value as bytes, e.g.
 +<code bash>
 +dd if=recorded_from_DVB_tuner.ts of=sample_for_avidemux.ts bs=20000000 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/cut_ts_sample.1308482900.txt.gz ยท Last modified: 2012/11/11 08:51 (external edit)