User Tools

Site Tools


general:bugtracker

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
general:bugtracker [2010/06/21 13:32]
darkzell666
general:bugtracker [2011/11/15 19:14]
agent_007 update forum link
Line 1: Line 1:
 ====== Reporting bugs ====== ====== Reporting bugs ======
  
-Please report bugs in the [[http://​avidemux.org/​admForum|Avidemux forums]] to get some feedback and determine the nature of the problem.+Please report bugs in the [[http://​avidemux.org/​smf|Avidemux forums]] to get some feedback and determine the nature of the problem.
  
 If it involves non systematic crashes, please also do the following: If it involves non systematic crashes, please also do the following:
Line 23: Line 23:
 ====== Posting log files ====== ====== Posting log files ======
  
-You can use [[http://​www.pastebin.org/​|pastebin]] or [[http://​www.pastebay.org/​|pastebay]] to post large text content. Posting in the thread itself is of course allowed ​but makes reading the thread painful, and could turn some helpers away.+You can attach your log files and screenshots to your posts via the "Add file" button. One exception is the quick reply form, which doesn'​t offer such funcionnality (yet). If that doesn'​t work, you can use [[http://​www.pastebin.org/​|pastebin]] or [[http://​www.pastebay.org/​|pastebay]] to post large text content. Posting in the thread itself is tolerated ​but makes reading the thread painful, and could turn some helpers away.
  
-====== Posting samples ====== 
-The avidemux project doesn'​t provide storage for the samples you may send. Many free file hosting services exist for that purpose. Here are a couple you may use : 
-  * [[http://​www.megaupload.com|MegaUpload]] 
-  * [[http://​www.rapidshare.com|RapidShare]] 
-  * [[http://​www.yousendit.com|YouSendIt]] 
-  * [[http://​www.uploaded.to|Uploaded.to]] 
-  * [[http://​www.mediafire.com|MediaFire]] 
-  * Feel free to use your own web/ftp server :) 
  
 ====== Cutting samples ====== ====== Cutting samples ======
 If for some reason you don't want to (or can't) upload a huge sample on the web, you'll want to cut a piece of the file (ie. grab the first xx MBytes of the file). If for some reason you don't want to (or can't) upload a huge sample on the web, you'll want to cut a piece of the file (ie. grab the first xx MBytes of the file).
  
-The split command does this perfectly (where XX is the number of MBytes you want to cut) : split -b**XX**M <input file> ​<output prefix> ​--verbose+On windows, you can use [[http://​neuron2.net/​mine.html|DGSplit]] for this purpose. Check the "Stop after N chunks"​ box, for 1 chunk, ​to speed up the process. The chunks are numbered starting from 0. Your cut sample should be named ''​<output prefix>_0''​.
  
-This will actually split the entire input file into chunks of **XX** MBytes. You only want the first part, which should be named "<output prefix>​-a**a**".+Alternatively,​ if DGSplit doesn'​t work for you or if it doesn'​t work with your OS via an emulator, the split command does this perfectly (where XX is the number of MBytes you want to cut) : ''​split -b**XX**M <input file> <output prefix> --verbose''​ 
 + 
 +This will actually split the entire input file into chunks of **XX** MBytes. You only want the first part, which should be named ''​<output prefix>​-a**a**''​.
 You can freely Ctrl+C the process after the command has told you the nnnnnnnn-a**b** sample is being created. You can freely Ctrl+C the process after the command has told you the nnnnnnnn-a**b** sample is being created.
  
-This command is available natively under *nix. +The split command is available natively under *nix. For Windows, you can grab the [[http://​gnuwin32.sourceforge.net/​packages/​coreutils.htm|GnuWin32 CoreUtils]]. 
-For Windows, you can grab the GnuWin32 CoreUtils from here : http://​gnuwin32.sourceforge.net/​packages/​coreutils.htm +It contains the split command mentionned abovealong with many other nifty tools from the *nix world.
-It contains the split command mentionned above (along with many other nifty tools from the *nix world), which uses the same syntax.+
 Once the "​Complete package, except sources"​ is installed, don't forget to update your PATH environment variable so it points to "​C:​\Program Files\GnuWin32\bin;"​ (or whatever path you defined during installation). Once the "​Complete package, except sources"​ is installed, don't forget to update your PATH environment variable so it points to "​C:​\Program Files\GnuWin32\bin;"​ (or whatever path you defined during installation).
 +
 +Using tools like XtremSplit or other fancy file splitters is a no-go in this precise scenario since they usually require all the chunks to be present for the data to be reconstructed,​ which won't be the case.
 +
 +====== Posting samples ======
 +The avidemux project doesn'​t provide storage for the samples you may send. Many free file hosting services exist for that purpose. Here are a couple you may use :
 +  * [[http://​www.mediafire.com|MediaFire]]
 +  * [[http://​www.uploaded.to|Uploaded.to]] ​
 +  * [[http://​www.megaupload.com|MegaUpload]]
 +  * [[http://​www.rapidshare.com|RapidShare]]
 +  * [[http://​www.yousendit.com|YouSendIt]]
 +  * Feel free to use your own web/ftp server :)
 +
  
  
general/bugtracker.txt · Last modified: 2012/11/11 08:51 (external edit)