Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

codecgraph(1) [debian man page]

CODECGRAPH(1)							     HDA tools							     CODECGRAPH(1)

NAME
codecgraph - hda-intel codec graph generator SYNOPSIS
codecgraph [-f format] [-h] [-o name] [-v] [codecfile] DESCRIPTION
codecgraph generates a graph based on the ALSA description of a High Definition Audio codec. The generated graph depicts the HDA codec lay- out and node connections, helping driver troubleshooting and maintenance. In Linux this description is available at /proc/asound/card*/codec#*. OPTIONS
-f format Specify the format of the generated graph. Valid formats are all formats accepted by dot(1), including ps (PostScript), svg (Struc- tured Vector Graphics), fig (XFIG graphics) and png (Portable Network Graphics). -h Show usage information and exit. -o name Set the output file name. -v Print version information and exit. EXAMPLES
Generate a graph from codec.txt in PNG format: codecgraph -f png codec.txt Generate a graph for the local host HDA codec data: codecgraph SEE ALSO
dot(1) AUTHOR
Eduardo Habkost <ehabkost@raisama.net>. Wrapper script by Claudio Matsuoka <cmatsuoka@gmail.com>. Jan 2008 Version 1.0 CODECGRAPH(1)

Check Out this Related Man Page

JSONLINT(1)						      General Commands Manual						       JSONLINT(1)

NAME
jsonlint - A JSON syntax validator and formatter tool SYNOPSIS
jsonlint [-v][-s|-S][-f|-F][-ecodec]inputfile.json... DESCRIPTION
This manual page documents briefly the jsonlint commands. OPTIONS
The return status will be 0 if the file is legal JSON, or non-zero otherwise. Use -v to see the warning details. Options are: -v, -s, -S, -f, -F, -e -v, --verbose Show details of lint checking -s, --strict Be strict in what is considered legal JSON (the default) -S, --nonstrict Be loose in what is considered legal JSON -f, --format Reformat the JSON (if legal) to stdout -F, --format-compactly Reformat the JSON simlar to -f, but do so compactly by removing all unnecessary whitespace -e codec, --encoding=codec --input-encoding=codec --output-encoding=codec Set the input and output character encoding codec (e.g., ascii, utf8, utf-16). The -e will set both the input and output encodings to the same thing. If not supplied, the input encoding is guessed according to the JSON specification. The output encoding defaults to UTF-8, and is used when reformatting (via the -f or -F options). When reformatting, all members of objects (associative arrays) are always output in lexigraphical sort order. The default output codec is UTF-8, unless the -e option is provided. Any Unicode characters will be output as literal characters if the encoding per- mits, otherwise they will be -escaped. You can use "-e ascii" to force all Unicode characters to be escaped. AUTHOR
jsonlint was written by Deron Meranda <deron.meranda@gmail.com>. This manual page was written by TANIGUCHI Takaki <takaki@debian.org>, for the Debian project (and may be used by others). 2009-12-01 JSONLINT(1)
Man Page

10 More Discussions You Might Find Interesting

1. Linux

DivX Codec

im new to Linux... im trying to use my DivX movies and have downloaded the codec from DivX.Com ... i am unsure as to how to proceed from here... (1 Reply)
Discussion started by: HMSS013
1 Replies

2. Shell Programming and Scripting

Generate csv file

I have a file which has some thousand records in the following format File: input.txt -> <option value="14333">VISWANADH VELAMURI</option> <option value="17020">VISWANADHA RAMA KRISHNA</option> I want to generate a csv file from the above file as follows File: output.txt -> ... (4 Replies)
Discussion started by: rahulrathod
4 Replies

3. Linux

Error: codec search

I am using openSuse11 - kde3.5. My konqueror give strange error msg saying search for codec whenever there is video file in folder. I am using mplayer as default. Konq is Ok but kdialog appears with error message about codec search. What should i do? (1 Reply)
Discussion started by: amit gangarade
1 Replies

4. Shell Programming and Scripting

Set command ending with a "." (dot)

Hi I have a "set" command which ends with a "." (dot), for example: set `grep "\<${pnum}\>" /tstmp/data.txt |sed 's/#//'` . Can somebody help me to understand the purpose of this "set" and "." combination? The problem is that this command does not produce the same result when run on AIX... (2 Replies)
Discussion started by: aoussenko
2 Replies

5. Shell Programming and Scripting

Not to execute any graph if the file in a directory is zero bytes

How to code shell script to know if the file in a dirctory is empty i.e., zero byte then not to execute any graph.Please help on this thanks in advance. ---------- Post updated at 08:18 AM ---------- Previous update was at 08:14 AM ---------- I know if clause wil help.my question is how to... (7 Replies)
Discussion started by: vamsi86
7 Replies

6. UNIX for Dummies Questions & Answers

Send HTML graph using sendmail

Hi all. Urgent help required. I am trying to send and HTML/PNG fromat graph from UNIX using sendmail. The graph needs to be in the body of the HTML email and NOT an attachment.:wall: Any ideas and help will be really appreciated. Best regards, Willz (6 Replies)
Discussion started by: Willz
6 Replies

7. Hardware

Difference between platform driver,codec driver and Machine driver

In general terms what are the differences platform driver,codec driver and Machine driver? (1 Reply)
Discussion started by: rupeshkp728
1 Replies

8. Shell Programming and Scripting

PLINK help

Hi Plink users, I am very new in GWAS and decided to use PLINK for this. But I am struggling with file formats. I have one exome data with 200000 SNPs in it. But it is in .txt format. But all the necessary fields are there in different columns. Can you please suggest me how I can create the... (5 Replies)
Discussion started by: smitra
5 Replies

9. Shell Programming and Scripting

Graphing data with awk/while loop

I need to graph data that's in a file. however, i only know of a way to graph data as it comes (meaning, as it is spat out by whatever process or job). i dont know how to graph data in a file. im using rrdtool to graph data. and i was wondering if anyone know of a way to pass a file (the... (3 Replies)
Discussion started by: SkySmart
3 Replies

10. Programming

File Program issue in c

B17 -> B19 ; B17 -> B21 ; B18 -> B19 ; Can any one help with the pointer solution to check for this -> symbol and one it finds the symbol it should move behind 4 characters and store the string B17 in an array and then move 4 characters ahead and similarly save B21 likewise for each line... (7 Replies)
Discussion started by: zinat
7 Replies