Как я могу удалить звуковую дорожку носителя, который я импортирую в проект Pitivi?

Это то, что мне нужно:

/pattern1/ {
    if (candidate) {
        print "modify:", candidate
    }
    candidate=$0
    next
}

/pattern2/ {
    if (candidate) {
        print candidate
        candidate=0
    }
}

{
    if (candidate) {
        print "modify:", candidate
        candidate=0
    }
    print $0
}
5
12.07.2016, 11:50
0 ответов

Теги

Похожие вопросы