Analog TV Recording has no sound

*nix specific usage questions
joch40
New Cone
New Cone
Posts: 2
Joined: 13 Aug 2010 15:54

Analog TV Recording has no sound

Postby joch40 » 13 Aug 2010 16:12

Hi,

I try to record an analog tv-program with
vlc v4l2://:dev=/dev/video0:
width=720:height=576:tuner-frequency=217500:input-slave=oss://dev/oss0 --run-time="100" --sout '#transcode{vcodec=mpgv,scale=1,vb=5000,ab=256,acodec=mpga,channels=2}:std{access=file,mux=ps,dst=/home/janko/ShareVideo/TestAufname.ps}'
There is no error message. But the file has video and no sound. I am pretty sure that there is no mute Problem as the print out says:
[0x8ce6340] v4l2 demux debug: Available control: Volume (980905)
[0x8ce6340] v4l2 demux debug: integer control
[0x8ce6340] v4l2 demux debug: valid values: 0 to 127 by steps of 1
[0x8ce6340] v4l2 demux debug: default value: 115
[0x8ce6340] v4l2 demux debug: current value: 115
[0x8ce6340] v4l2 demux debug: Available control: Mute (980909)
[0x8ce6340] v4l2 demux debug: boolean control
[0x8ce6340] v4l2 demux debug: default value: 1
[0x8ce6340] v4l2 demux debug: current value: 0
[0x8ce6340] v4l2 demux debug: video audio-mute: 0
All I read says Mute = 0 is off.

While the recording is running I can here the sound. The file that is created has no audio codec nor do the statistics show 1 Block of Audio Information. So I guess there the recording just ignores the audio. May be there is a Problem with the oss interface. ???

I run VLC 1.0.6 on Ubuntu 10.04

Any ideas ?

Thanks in advance


Janko

Rémi Denis-Courmont
Developer
Developer
Posts: 15265
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Analog TV Recording has no sound

Postby Rémi Denis-Courmont » 13 Aug 2010 16:52

Difficult to comment without the vlc logs.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

joch40
New Cone
New Cone
Posts: 2
Joined: 13 Aug 2010 15:54

Re: Analog TV Recording has no sound

Postby joch40 » 13 Aug 2010 17:22

Difficult to comment without the vlc logs.

OK here you go:
janko@janko-desktop:~/VLCProjekt$ vlc v4l2://:dev=/dev/video0:width=720:height=576:tuner-frequency=217500:input-slave=oss://dev/oss0 --run-time="100" --sout '#transcode{vcodec=mpgv,scale=1,vb=5000,ab=256,acodec=mpga,channels=2}:std{access=file,mux=ps,dst=/home/janko/ShareVideo/TestAufname.ps}'
VLC media player 1.0.6 Goldeneye
[0x9913148] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT FPU
[0x9913148] main libvlc debug: looking for memcpy module: 3 candidates
[0x9913148] main libvlc debug: using memcpy module "memcpymmxext"
[0x99c06d8] main input debug: Creating an input for 'Medienbibliothek'
[0x99c06d8] main input debug: Input is a meta file: disabling unneeded options
[0x99c06d8] main input debug: using timeshift granularity of 50 MBytes
[0x99c06d8] main input debug: using timeshift path '/tmp'
[0x99c06d8] main input debug: `file/xspf-open:///home/janko/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/janko/.local/share/vlc/ml.xspf'
[0x99c06d8] main input debug: creating demux: access='file' demux='xspf-open' path='/home/janko/.local/share/vlc/ml.xspf'
[0x99c6470] main demux debug: looking for access_demux module: 1 candidate
[0x99c6470] main demux warning: no access_demux module matching "file" could be loaded
[0x99c6470] main demux debug: TIMER module_need() : 47,060 ms - Total 47,060 ms / 1 intvls (Avg 47,060 ms)
[0x99c06d8] main input debug: creating access 'file' path='/home/janko/.local/share/vlc/ml.xspf'
[0x99c8490] main access debug: looking for access module: 3 candidates
[0x99c8490] access_file access debug: opening file `/home/janko/.local/share/vlc/ml.xspf'
[0x99c8490] main access debug: using access module "access_file"
[0x99c8490] main access debug: TIMER module_need() : 26,975 ms - Total 26,975 ms / 1 intvls (Avg 26,975 ms)
[0x99c8ee8] main stream debug: Using AStream*Stream
[0x99c8ee8] main stream debug: pre buffering
[0x99c8ee8] main stream debug: received first data after 14 ms
[0x99c8ee8] main stream debug: pre-buffering done 299 bytes in 0s - 20 kbytes/s
[0x99c96e8] main stream debug: looking for stream_filter module: 5 candidates
[0x99c96e8] main stream debug: TIMER module_need() : 62,870 ms - Total 62,870 ms / 1 intvls (Avg 62,870 ms)
[0x99cba28] main stream debug: looking for stream_filter module: 1 candidate
[0x99cba28] main stream debug: using stream_filter module "stream_filter_record"
[0x99cba28] main stream debug: TIMER module_need() : 0,818 ms - Total 0,818 ms / 1 intvls (Avg 0,818 ms)
[0x99c06d8] main input debug: creating demux: access='file' demux='xspf-open' path='/home/janko/.local/share/vlc/ml.xspf'
[0x99cacb8] main demux debug: looking for demux module: 1 candidate
[0x99cacb8] playlist demux debug: using XSPF playlist reader
[0x99cacb8] main demux debug: using demux module "playlist"
[0x99cacb8] main demux debug: TIMER module_need() : 14,694 ms - Total 14,694 ms / 1 intvls (Avg 14,694 ms)
[0x99c06d8] main input debug: `file/xspf-open:///home/janko/.local/share/vlc/ml.xspf' successfully opened
[0x99d7248] main xml debug: looking for xml module: 2 candidates
[0x99d7248] main xml debug: using xml module "xml"
[0x99d7248] main xml debug: TIMER module_need() : 34,784 ms - Total 34,784 ms / 1 intvls (Avg 34,784 ms)
[0x99cacb8] playlist demux debug: parsed 0 tracks successfully
[0x99d7248] main xml debug: removing module "xml"
[0x99c06d8] main input debug: EOF reached
[0x99cacb8] main demux debug: removing module "playlist"
[0x99cba28] main stream debug: removing module "stream_filter_record"
[0x99c8490] main access debug: removing module "access_file"
[0x99c06d8] main input debug: TIMER input launching for 'Medienbibliothek' : 198,390 ms - Total 198,390 ms / 1 intvls (Avg 198,390 ms)
[0x99be6a8] main playlist debug: Activated
[0x99c8490] main interface debug: looking for interface module: 1 candidate
[0x99be6a8] main playlist debug: rebuilding array of current - root Wiedergabeliste
[0x99be6a8] main playlist debug: rebuild done - 0 items, index -1
[0x99c8490] main interface debug: using interface module "hotkeys"
[0x99c8490] main interface debug: TIMER module_need() : 11,129 ms - Total 11,129 ms / 1 intvls (Avg 11,129 ms)
[0x99c8490] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0x99d7e38] main interface debug: looking for interface module: 1 candidate
[0x99c8490] main interface debug: thread started
[0x99d7e38] main interface debug: using interface module "inhibit"
[0x99d7e38] main interface debug: TIMER module_need() : 12,049 ms - Total 12,049 ms / 1 intvls (Avg 12,049 ms)
[0x99d7e38] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0x99c91d8] main interface debug: looking for interface module: 1 candidate
[0x99d7e38] main interface debug: thread started
[0x99c91d8] main interface debug: using interface module "screensaver"
[0x99c91d8] main interface debug: TIMER module_need() : 11,165 ms - Total 11,165 ms / 1 intvls (Avg 11,165 ms)
[0x99c91d8] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0x99be6a8] main playlist debug: adding item `v4l2:///dev/video0:width=720:height=576:tuner-frequency=217500:input-slave=oss://dev/oss0' ( v4l2://:dev=/dev/video0:width=720:height=576:tuner-frequency=217500:input-slave=oss://dev/oss0 )
[0x99be6a8] main playlist debug: rebuilding array of current - root Wiedergabeliste
[0x99be6a8] main playlist debug: rebuild done - 1 items, index -1
[0x99132e0] main interface debug: looking for interface module: 1 candidate
[0x99c91d8] main interface debug: thread started
[0x99132e0] main interface debug: using interface module "signals"
[0x99132e0] main interface debug: TIMER module_need() : 6,312 ms - Total 6,312 ms / 1 intvls (Avg 6,312 ms)
[0x99132e0] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0x99c4070] main interface debug: looking for interface module: 1 candidate
[0x99132e0] main interface debug: thread started
[0x99132e0] main interface debug: thread ended
[0x99c4070] main interface debug: using interface module "globalhotkeys"
[0x99c4070] main interface debug: TIMER module_need() : 188,775 ms - Total 188,775 ms / 1 intvls (Avg 188,775 ms)
[0x99c4070] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0x9913148] main libvlc: vlc wird mit dem Standard-Interface ausgeführt. Benutzen Sie 'cvlc', um vlc ohne Interface zu verwenden.
[0x99da3d0] main interface debug: looking for interface module: 4 candidates
[0x99c4070] main interface debug: thread started
[0x99c4070] main interface debug: thread ended
[0x99da3d0] main interface debug: using interface module "qt4"
[0x99da3d0] main interface debug: TIMER module_need() : 1324,099 ms - Total 1324,099 ms / 1 intvls (Avg 1324,099 ms)
[0x99da3d0] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0x99be6a8] main playlist debug: processing request item null node Wiedergabeliste skip 0
[0x99be6a8] main playlist debug: starting new item
[0x99be6a8] main playlist debug: creating new input thread
[0x99e0aa8] main input debug: Creating an input for 'v4l2:///dev/video0:width=720:height=576:tuner-frequency=217500:input-slave=oss://dev/oss0'
[0x99da3d0] main interface debug: thread started
[0x99da3d0] main interface debug: thread ended
[0x99e0aa8] main input debug: thread (input) created at priority 10 (input/input.c:230)
[0x99da3d0] qt4 interface debug: IM: Setting an input
[0x99da3d0] qt4 interface debug: Updating the geometry
[0x99da3d0] qt4 interface debug: Updating the geometry
[0x99e0aa8] main input debug: thread started
[0x9c561e8] main stream output debug: stream=`transcode'
[0x99e0da0] main stream out debug: looking for sout stream module: 1 candidate
[0x9c561e8] main stream output debug: stream=`std'
[0x9c5fd98] main stream out debug: looking for sout stream module: 1 candidate
[0x9c5fd98] main stream out debug: set config option: sout-standard-access to file
[0x9c5fd98] main stream out debug: set config option: sout-standard-mux to ps
[0x9c5fd98] main stream out debug: set config option: sout-standard-dst to /home/janko/ShareVideo/TestAufname.ps
[0x9c5fd98] stream_out_standard stream out debug: creating `file/ps:///home/janko/ShareVideo/TestAufname.ps'
[0x9c5fd98] stream_out_standard stream out debug: extension is ps
[0x9c5fd98] stream_out_standard stream out debug: extension -> mux=ps
[0x9c5fd98] stream_out_standard stream out debug: using `file/ps:///home/janko/ShareVideo/TestAufname.ps'
[0x9c61968] main access out debug: looking for sout access module: 1 candidate
[0x9c61968] access_output_file access out debug: file access output opened (/home/janko/ShareVideo/TestAufname.ps)
[0x9c61968] main access out debug: using sout access module "access_output_file"
[0x9c61968] main access out debug: TIMER module_need() : 42,832 ms - Total 42,832 ms / 1 intvls (Avg 42,832 ms)
[0x9c5fd98] stream_out_standard stream out debug: access opened
[0x9c61ce8] main mux debug: looking for sout mux module: 1 candidate
[0x9c61ce8] mux_ps mux: Open
[0x9c61ce8] main mux debug: using sout mux module "mux_ps"
[0x9c61ce8] main mux debug: TIMER module_need() : 21,201 ms - Total 21,201 ms / 1 intvls (Avg 21,201 ms)
[0x9c561e8] main stream output debug: muxer support adding stream at any time
[0x9c561e8] main stream output debug: muxer prefers to wait for all ES before starting to mux
[0x9c5fd98] stream_out_standard stream out debug: mux opened
[0x9c5fd98] main stream out debug: using sout stream module "stream_out_standard"
[0x9c5fd98] main stream out debug: TIMER module_need() : 88,106 ms - Total 88,106 ms / 1 intvls (Avg 88,106 ms)
[0x99e0da0] main stream out debug: set config option: sout-transcode-vcodec to mpgv
[0x99e0da0] main stream out debug: set config option: sout-transcode-scale to 1
[0x99e0da0] main stream out debug: set config option: sout-transcode-vb to 5000
[0x99e0da0] main stream out debug: set config option: sout-transcode-ab to 256
[0x99e0da0] main stream out debug: set config option: sout-transcode-acodec to mpga
[0x99e0da0] main stream out debug: set config option: sout-transcode-channels to 2
[0x99e0da0] stream_out_transcode stream out debug: codec audio=mpga 0Hz 2 channels 256Kb/s
[0x99e0da0] stream_out_transcode stream out debug: codec video=mpgv 0x0 scaling: 1,000000 5000kb/s
[0x99e0da0] main stream out debug: using sout stream module "stream_out_transcode"
[0x99e0da0] main stream out debug: TIMER module_need() : 165,219 ms - Total 165,219 ms / 1 intvls (Avg 165,219 ms)
[0x99e0aa8] main input debug: using timeshift granularity of 50 MBytes
[0x99e0aa8] main input debug: using timeshift path '/tmp'
[0x99e0aa8] main input debug: `v4l2://:dev=/dev/video0:width=720:height=576:tuner-frequency=217500:input-slave=oss://dev/oss0' gives access `v4l2' demux `' path `:dev=/dev/video0:width=720:height=576:tuner-frequency=217500:input-slave=oss://dev/oss0'
[0x99e0aa8] main input debug: creating demux: access='v4l2' demux='' path=':dev=/dev/video0:width=720:height=576:tuner-frequency=217500:input-slave=oss://dev/oss0'
[0x9c5bc98] main demux debug: looking for access_demux module: 1 candidate
[0x9c5bc98] v4l2 demux warning: unknown option dev=/dev/video0
[0x9c5bc98] v4l2 demux warning: unknown option input-slave=oss
[0x9c5bc98] v4l2 demux warning: unknown option //dev/oss0
[0x9c5bc98] v4l2 demux debug: Trying direct kernel v4l2
[0x9c5bc98] v4l2 demux debug: opening device '/dev/video0'
[0x9c5bc98] v4l2 demux debug: V4L2 device: Sundtek MediaTV using driver: MediaTV (version: 0.0.2) on USB
[0x9c5bc98] v4l2 demux debug: the device has the capabilities: (X) Video Capure, (X) Audio, (X) Tuner, ( ) Radio
[0x9c5bc98] v4l2 demux debug: supported I/O methods are: ( ) Read/Write, (X) Streaming, ( ) Asynchronous
[0x9c5bc98] v4l2 demux debug: video input 0 (Television) has type: Tuner adapter *
[0x9c5bc98] v4l2 demux debug: video input 1 (Composite) has type: External analog input
[0x9c5bc98] v4l2 demux debug: video input 2 (S-Video) has type: External analog input
[0x9c5bc98] v4l2 demux debug: video standard 0 is: PAL-BG *
[0x9c5bc98] v4l2 demux debug: video standard 1 is: PAL-DK
[0x9c5bc98] v4l2 demux debug: video standard 2 is: PAL-I
[0x9c5bc98] v4l2 demux debug: video standard 3 is: PAL-M
[0x9c5bc98] v4l2 demux debug: video standard 4 is: NTSC-M
[0x9c5bc98] v4l2 demux debug: video standard 5 is: Secam-L
[0x9c5bc98] v4l2 demux debug: video standard 6 is: Secam-LC
[0x9c5bc98] v4l2 demux debug: video standard 7 is: Secam-K
[0x9c5bc98] v4l2 demux debug: audio input 0 (Television) is Stereo *
[0x9c5bc98] v4l2 demux debug: audio input 1 (Television) is Stereo
[0x9c5bc98] v4l2 demux debug: tuner 0 (Tuner) has type: Analog TV, frequency range: 44000,0 kHz -> 958000,0 kHz
[0x9c5bc98] v4l2 demux debug: tuner 0 (Tuner) frequency: 217500,0 kHz
[0x9c5bc98] v4l2 demux debug: device supports chroma YUY2 [Y0-U-Y1-V, 16 bpp, YUYV]
[0x9c5bc98] v4l2 demux warning: Unable to query for frame sizes
[0x9c5bc98] v4l2 demux debug: device supports chroma YUYV [Y0-U-Y1-V, 16 bpp, YUYV]
[0x9c5bc98] v4l2 demux warning: Unable to query for frame sizes
[0x9c5bc98] v4l2 demux debug: device codec YUY1 (Y1-U-Y0-V, 16 bpp) not supported
[0x9c5bc98] v4l2 demux debug: device supports chroma I41N [YUV411, 12 bpp, Y41P]
[0x9c5bc98] v4l2 demux warning: Unable to query for frame sizes
[0x9c5bc98] v4l2 demux debug: device codec Y211 (YUV211, 8 bpp) not supported
[0x9c5bc98] v4l2 demux debug: device supports chroma RV16 [RGB, 16 bpp, 6-5-6, RGBP]
[0x9c5bc98] v4l2 demux warning: Unable to query for frame sizes
[0x9c5bc98] v4l2 demux debug: device codec (RGB, 8bit RGRG) not supported
[0x9c5bc98] v4l2 demux debug: device codec (RGB, 8bit GRGR) not supported
[0x9c5bc98] v4l2 demux debug: device codec (RGB, 8bit GBGB) not supported
[0x9c5bc98] v4l2 demux debug: device codec (RGB, 8bit BGBG) not supported
[0x9c5bc98] v4l2 demux debug: '/dev/video0' is a video device
[0x9c5bc98] v4l2 demux debug: Tuner frequency set
[0x9c5bc98] v4l2 demux debug: Audio input set to 0
[0x9c5bc98] v4l2 demux debug: Extended control API not supported by v4l2 driver
[0x9c5bc98] v4l2 demux debug: Available control: Brightness (980900)
[0x9c5bc98] v4l2 demux debug: integer control
[0x9c5bc98] v4l2 demux debug: valid values: -128 to 127 by steps of 1
[0x9c5bc98] v4l2 demux debug: default value: 0
[0x9c5bc98] v4l2 demux debug: current value: 0
[0x9c5bc98] v4l2 demux debug: Available control: Contrast (980901)
[0x9c5bc98] v4l2 demux debug: integer control
[0x9c5bc98] v4l2 demux debug: valid values: -64 to 63 by steps of 1
[0x9c5bc98] v4l2 demux debug: default value: 0
[0x9c5bc98] v4l2 demux debug: current value: 0
[0x9c5bc98] v4l2 demux debug: Available control: Saturation (980902)
[0x9c5bc98] v4l2 demux debug: integer control
[0x9c5bc98] v4l2 demux debug: valid values: -64 to 63 by steps of 1
[0x9c5bc98] v4l2 demux debug: default value: 0
[0x9c5bc98] v4l2 demux debug: current value: 0
[0x9c5bc98] v4l2 demux debug: Available control: Hue (980903)
[0x9c5bc98] v4l2 demux debug: integer control
[0x9c5bc98] v4l2 demux debug: valid values: -128 to 127 by steps of 1
[0x9c5bc98] v4l2 demux debug: default value: 0
[0x9c5bc98] v4l2 demux debug: current value: 0
[0x9c5bc98] v4l2 demux debug: Available control: Volume (980905)
[0x9c5bc98] v4l2 demux debug: integer control
[0x9c5bc98] v4l2 demux debug: valid values: 0 to 127 by steps of 1
[0x9c5bc98] v4l2 demux debug: default value: 115
[0x9c5bc98] v4l2 demux debug: current value: 115
[0x9c5bc98] v4l2 demux debug: Available control: Mute (980909)
[0x9c5bc98] v4l2 demux debug: boolean control
[0x9c5bc98] v4l2 demux debug: default value: 1
[0x9c5bc98] v4l2 demux debug: current value: 0
[0x9c5bc98] v4l2 demux debug: video audio-mute: 0
[0x9c5bc98] v4l2 demux debug: Available control: Sharpness (98091b)
[0x9c5bc98] v4l2 demux debug: integer control
[0x9c5bc98] v4l2 demux debug: valid values: 0 to 15 by steps of 1
[0x9c5bc98] v4l2 demux debug: default value: 0
[0x9c5bc98] v4l2 demux debug: current value: 0
[0x9c5bc98] v4l2 demux debug: using streaming i/o (mmap)
[0x9c5bc98] v4l2 demux debug: trying specified size 720x576
[0x9c5bc98] v4l2 demux debug: Driver requires at most 829440 bytes to store a complete image
[0x9c5bc98] v4l2 demux debug: Interlacing setting: interleaved (bottom top if M/NTSC, top bottom otherwise)
[0x9c5bc98] v4l2 demux warning: Interlaced inputs haven't been tested. Please report any issue.
[0x9c5bc98] v4l2 demux debug: added new video es YUY2 720x576
[0x99e0aa8] main input debug: selecting program id=0
[0x99da3d0] qt4 interface debug: Updating the geometry
[0x99da3d0] qt4 interface debug: Updating the geometry
[0x99da3d0] qt4 interface debug: Updating the geometry
[0x99da3d0] qt4 interface debug: Updating the geometry
[0x99da3d0] qt4 interface debug: Updating the geometry
[0x9c5bc98] main demux debug: using access_demux module "v4l2"
[0x9c5bc98] main demux debug: TIMER module_need() : 638,529 ms - Total 638,529 ms / 1 intvls (Avg 638,529 ms)
[0x9c649a8] main packetizer debug: looking for packetizer module: 21 candidates
[0x9c649a8] rawvideo packetizer warning: invalid frame rate 0/0, using 25 fps instead
[0x9c649a8] main packetizer debug: using packetizer module "rawvideo"
[0x9c649a8] main packetizer debug: TIMER module_need() : 1243,327 ms - Total 1243,327 ms / 1 intvls (Avg 1243,327 ms)
[0x9c649a8] main packetizer debug: thread (decoder) created at priority 0 (input/decoder.c:315)
[0x9c649a8] main packetizer debug: thread started
[0x99e0aa8] main input debug: starting in sync mode
[0x99e0aa8] main input debug: `v4l2://:dev=/dev/video0:width=720:height=576:tuner-frequency=217500:input-slave=oss://dev/oss0' successfully opened
[0x99e0aa8] main input debug: Buffering 0%
[0x99e0aa8] main input debug: switching to async mode
[0x9c561e8] main stream output debug: adding a new sout input (sout_input:0x9c618d8)
[0x99e0da0] stream_out_transcode stream out debug: creating video transcoding from fcc=`YUY2' to fcc=`mpgv'
[0x9c73838] main decoder debug: looking for decoder module: 31 candidates
[0x99e0aa8] main input debug: Buffering 33%
[0x99da3d0] qt4 interface debug: Updating the geometry
[0x99da3d0] qt4 interface debug: Updating the geometry
[0x99e0aa8] main input debug: Buffering 59%
[0x99e0aa8] main input debug: Buffering 69%
[0x99e0aa8] main input debug: Stream buffering done (316 ms in 316 ms)
[0x9c73838] rawvideo decoder warning: invalid frame rate 0/0, using 25 fps instead
[0x9c73838] main decoder debug: using decoder module "rawvideo"
[0x9c73838] main decoder debug: TIMER module_need() : 1556,876 ms - Total 1556,876 ms / 1 intvls (Avg 1556,876 ms)
[0x9c7e458] main encoder debug: looking for encoder module: 10 candidates
[0x9c7e458] avcodec encoder debug: libavcodec initialized (interface 0x341401)
[0x9c7e458] avcodec encoder debug: found encoder MPEG-2 Video
[0x9c7e458] main encoder debug: using encoder module "avcodec"
[0x9c7e458] main encoder debug: TIMER module_need() : 28,954 ms - Total 28,954 ms / 1 intvls (Avg 28,954 ms)
[0x9c7e458] main encoder debug: removing module "avcodec"
[0x99e0aa8] main input debug: Decoder buffering done in 1271 ms
[0x99e0da0] stream_out_transcode stream out debug: decoder aspect is 576000:432000
[0x99e0da0] stream_out_transcode stream out debug: source pixel aspect is 1,066667:1
[0x99e0da0] stream_out_transcode stream out debug: scaled pixel aspect is 1,066667:1
[0x99e0da0] stream_out_transcode stream out debug: source 720x576, destination 720x576
[0x99e0da0] stream_out_transcode stream out debug: encoder aspect is 576000:432000
[0x9ca56e8] main filter debug: looking for video filter2 module: 17 candidates
[0x9ca56e8] swscale filter debug: 720x576 chroma: YUY2 -> 720x576 chroma: I420 with scaling using Bicubic (good quality)
[0x9ca56e8] main filter debug: using video filter2 module "swscale"
[0x9ca56e8] main filter debug: TIMER module_need() : 74,713 ms - Total 74,713 ms / 1 intvls (Avg 74,713 ms)
[0x99e0da0] main stream out debug: Filter 'swscale' (0x9ca56e8) appended to chain
[0x99e0da0] stream_out_transcode stream out debug: destination (after video filters) 720x576
[0x9c7e458] main encoder debug: looking for encoder module: 10 candidates
[0x9c7e458] avcodec encoder debug: libavcodec already initialized
[0x9c7e458] avcodec encoder debug: found encoder MPEG-2 Video
[0x9c7e458] main encoder debug: using encoder module "avcodec"
[0x9c7e458] main encoder debug: TIMER module_need() : 19,241 ms - Total 19,241 ms / 1 intvls (Avg 19,241 ms)
[0x9c61ce8] main mux debug: adding a new input
[0x9c61ce8] mux_ps mux debug: adding input codec=mpgv
[0x9c7e458] avcodec encoder warning: almost fed libavcodec with a frame in the past (current: 21279063832, last: 21280260552)
[0x9c7e458] avcodec encoder warning: almost fed libavcodec with a frame in the past (current: 21279140178, last: 21280260552)
[0x9c7e458] avcodec encoder warning: almost fed libavcodec with a frame in the past (current: 21279171590, last: 21280260552)
[0x9c7e458] avcodec encoder warning: almost fed libavcodec with a frame in the past (current: 21279278880, last: 21280260552)

[...]
I cut when the start sequence ended. Can you see any thing?

Cheers

Janko

sundtek
New Cone
New Cone
Posts: 4
Joined: 08 Aug 2010 10:42

Re: Analog TV Recording has no sound

Postby sundtek » 29 Nov 2011 22:44


Rémi Denis-Courmont
Developer
Developer
Posts: 15265
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Analog TV Recording has no sound

Postby Rémi Denis-Courmont » 30 Nov 2011 08:12

Missing a space in front of :input-slave I think.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 9 guests