S
S
Sergey2015-05-13 21:19:17
PHP
Sergey, 2015-05-13 21:19:17

How and how to split a webm file into several working parts in linux?

Preferably in console. Advise what?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Proskurin, 2018-06-06
@aidarov01

You have an error in the query somewhere, perhaps there is no such table.
What will he write like this?

<?php
$connection = mysqli_connect(`localhost`,`root`,`root`,`blog`);
if($connection == false){
echo "Не удалось подключиться к Базе данных";
echo mysqli_connect_error();
exit();
}
$result = mysqli_query($connection, "SELECT * FROM `articles`");
echo mysql_error($link);
while( $title = mysqli_fetch_assoc($result )){

}
?>

A
AVKor, 2015-05-13
@butteff

mencoder -ovc copy -oac copy -endpos 0:02:00 -o output1.webm input.webm
mencoder -ovc copy -oac copy -ss 0:02:00 -o output2.webm input.webm

...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question