Search:

Type: Posts; User: viewera; Keyword(s):

Search: Search took 0.04 seconds.

  1. Re: Hauppauge PVR-150 with Ubuntu 18.04 64bit

    You need to select your inputs with v4l2-ctl. If you don't already have it, install v4l-utils.
    Examples:

    Show list of available video inputs


    v4l2-ctl --list-input
    ioctl: VIDIOC_ENUMINPUT
    ...
  2. Replies
    3
    Views
    4

    [kubuntu] Re: scan channels with kafeine

    Kinda need to know what version of kubuntu your using. Older versions of kubuntu scan tables are in package "dvb-apps" , newer versions they are
    in package "dtv-scan-tables"
  3. Re: DVB-T & DVB-S Tuners order changing every reboot under 18.4 Ubuntu Mythtv .29

    There should be symlinks to your capture cards in /dev/v4l/by-path/ .
    Mine look like this, yours will probably be different.

    pci-0000:03:06.0-video-index0
    pci-0000:03:06.0-video-index2 ...
  4. [ubuntu] Re: How do I increase video file audio using ffmpeg

    https://trac.ffmpeg.org/wiki/AudioVolume
  5. [ubuntu] Re: Get and Store a Video's Frame Rate in a Variable

    Try this

    ffmpeg -i ${input} 2>&1 | sed -n "s/.*, \(.*\) fp.*/\1/p"
  6. [kubuntu] Re: Can ffmpeg determine the time (length) of a video ?

    You could try to remux the video like this.


    ffmpeg -i VideoClip2.mp4 -c copy NewClip2.mp4
  7. Replies
    6
    Views
    1,709

    [SOLVED] Re: FFmpeg hell......

    try this


    ffmpeg -f alsa -i pulse -f x11grab -s 1920x1080 -i :0.0+1920,0 -target ntsc-dvd -aspect 16:9 -f tee -map 1:v -map 0:a "output.mpg|output2.mpg"
Results 1 to 7 of 7