<div dir="ltr"><div>Bob, thanks, that should do the trick.<br><br></div><div>(appear to be competing schools of thought here, some strongly for, some strongly against).<br><br></div><div>I&#39;ll try both ;-)<br></div><div>
 </div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">If you really want to keep a separate /usr (I do, mounted read-only and<br>
located on an SSD) you just need to arrange to have /usr mounted by dracut<br>
early in the boot sequence. It&#39;s not hard:<br>
<br>
1. Copy the /usr line from your /etc/fstab into a (probably new) file<br>
   /etc/fstab.sys .<br>
<br>
2. Edit the file /etc/dracut.conf and change the line<br>
        #add_dracutmodules+=&quot;&quot;<br>
   to read<br>
        add_dracutmodules+=&quot;fstab-sys&quot;<br>
<br>
3. IMPORTANT: In /etc/fstab, disable the automatic fsck for /usr by<br>
   putting a zero in field 6.<br>
<br>
4. Run dracut to remake the initramfs in /boot.<br>
<br>
That&#39;s it.  Now your /usr gets mounted early in the boot sequence.<br>
It is available when needed, and you can ignore the warning from systemd.<br>
You will have to make your own arrangement for fsck on your /usr.  If<br>
you allowed the automatic fsck to run, it would be guaranteed to fail<br>
since the filesystem is mounted.  (The special handling for the root<br>
filesystem is hard-coded into fsck and would not apply to a pre-mounted<br>
/usr.)<br>
<br>
-- <br>
Bob Nichols     &quot;NOSPAM&quot; is really part of my email address.<br>
                Do NOT delete it.</blockquote><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 1, 2013 at 7:18 PM,  <span dir="ltr">&lt;<a href="mailto:users-request@lists.fedoraproject.org" target="_blank">users-request@lists.fedoraproject.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send users mailing list submissions to<br>
        <a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:users-request@lists.fedoraproject.org" target="_blank">users-request@lists.fedoraproject.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:users-owner@lists.fedoraproject.org" target="_blank">users-owner@lists.fedoraproject.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of users digest...&quot;<br>
<br>Today&#39;s Topics:<br>
<br>
   1. Re: undo rm -rf * (Patrick O&#39;Callaghan)<br>
   2. Re: How do you keep contacts in Fedora/KDE? (Patrick O&#39;Callaghan)<br>
   3. Re: How do you keep contacts in Fedora/KDE? (Steven Stern)<br>
   4. Re: Converting MKV videos to MP2 -4 ? (poma)<br>
   5. Re: Converting MKV videos to MP2 -4 ? (Reindl Harald)<br>
   6. Re: Fedora 18 existing /usr partition -- need to merge into<br>
      rootfs? (Robert Nichols)<br>
   7. Re: Converting MKV videos to MP2 -4 ? (poma)<br>
   8. Re: f18... (poma)<br>
   9. Re: f18... (Marc Blanc)<br>
  10. Re: Converting MKV videos to MP2 -4 ? (Jim)<br>
  11. Re: Converting MKV videos to MP2 -4 ? (Bill Davidsen)<br>
  12. Re: Converting MKV videos to MP2 -4 ? (Reindl Harald)<br>
  13. Re: f18... (Marc Blanc)<br>
  14. Re: f18... (Suvayu Ali)<br>
  15. Re: Fedora 18 won&#39;t print in Landscape mode. (Jim)<br>
  16. Re: f18... (Patrick O&#39;Callaghan)<br>
  17. Re: Converting MKV videos to MP2 -4 ? (Bill Davidsen)<br>
<br><br>---------- Forwarded message ----------<br>From: Patrick O&#39;Callaghan &lt;<a href="mailto:pocallaghan@gmail.com" target="_blank">pocallaghan@gmail.com</a>&gt;<br>To: <a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a><br>

Cc: <br>Date: Mon, 01 Apr 2013 09:33:52 -0430<br>Subject: Re: undo rm -rf *<br>On Mon, 2013-04-01 at 15:40 +1100, Celik wrote:<br>
&gt; In this thread, it has been suggested to do daily backups. But it<br>
&gt; wasn&#39;t<br>
&gt; clear, should the daily backups be for the whole system or only the<br>
&gt; current<br>
&gt; project we are working on?<br>
<br>
Only you can answer that. Ask yourself what you can afford to lose.<br>
<br>
&gt; An issue that has been bothering me and caused me to be reluctant in<br>
&gt; making<br>
&gt; regular backups is - a complete backup is costly. It takes 4-5 hours<br>
&gt; minimum, plus causing storage issues, the compressed home directory is<br>
&gt; too<br>
&gt; large.<br>
<br>
Hardly surprising if you&#39;re doing it with tar, which is making a<br>
complete copy every time. That&#39;s the wrong approach. As I mentioned<br>
earlier, rsnapshot, obnam and others can do incremental backups which<br>
take up little space. They are also better run as cron jobs, i.e.<br>
automatically. I run mine when my system is quiescent (4am every day)<br>
but again that&#39;s your call.<br>
<br>
And it goes without saying that the backup should be to another machine,<br>
e.g. using rsync or a net-mounted filesystem.<br>
<br>
Note that these are recommendations for a personal system that you can&#39;t<br>
afford to lose. For larger systems you might want to look at solutions<br>
such as Amanda or Bacula (not that these won&#39;t work on a personal system<br>
as well, they just need a bit more setting up).<br>
<br>
poc<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Patrick O&#39;Callaghan &lt;<a href="mailto:pocallaghan@gmail.com" target="_blank">pocallaghan@gmail.com</a>&gt;<br>To: <a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a><br>

Cc: <br>Date: Mon, 01 Apr 2013 09:35:52 -0430<br>Subject: Re: How do you keep contacts in Fedora/KDE?<br>On Mon, 2013-04-01 at 14:59 +0200, Timothy Murphy wrote:<br>
&gt; As a matter of interest, how do those of you running Fedora/KDE<br>
&gt; keep your contacts?<br>
&gt; I have a rather messy combination of Google contacts,<br>
&gt; KAddressBook and LDAP,<br>
&gt; but would like to organise something simpler.<br>
&gt; I suspect the simplest solution might be to go over entirely<br>
&gt; to Google contacts, as I want to keep my contacts in sync<br>
&gt; with my Android phone.<br>
&gt;<br>
&gt; But what do people running Fedora/KDE usually do?<br>
<br>
Speaking only for myself, I just keep everything in Google Contacts (I<br>
also have an Android phone).<br>
<br>
Cue flame-war about evil intentions of Google, etc. ...<br>
<br>
poc<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Steven Stern &lt;<a href="mailto:subscribed-lists@sterndata.com" target="_blank">subscribed-lists@sterndata.com</a>&gt;<br>To: Community support for Fedora users &lt;<a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a>&gt;<br>

Cc: <br>Date: Mon, 01 Apr 2013 09:33:59 -0500<br>Subject: Re: How do you keep contacts in Fedora/KDE?<br>On 04/01/2013 09:05 AM, Patrick O&#39;Callaghan wrote:<br>
&gt; On Mon, 2013-04-01 at 14:59 +0200, Timothy Murphy wrote:<br>
&gt;&gt; As a matter of interest, how do those of you running Fedora/KDE<br>
&gt;&gt; keep your contacts?<br>
&gt;&gt; I have a rather messy combination of Google contacts,<br>
&gt;&gt; KAddressBook and LDAP,<br>
&gt;&gt; but would like to organise something simpler.<br>
&gt;&gt; I suspect the simplest solution might be to go over entirely<br>
&gt;&gt; to Google contacts, as I want to keep my contacts in sync<br>
&gt;&gt; with my Android phone.<br>
&gt;&gt;<br>
&gt;&gt; But what do people running Fedora/KDE usually do?<br>
&gt;<br>
&gt; Speaking only for myself, I just keep everything in Google Contacts (I<br>
&gt; also have an Android phone).<br>
&gt;<br>
&gt; Cue flame-war about evil intentions of Google, etc. ...<br>
&gt;<br>
&gt; poc<br>
&gt;<br>
<br>
I, too, keep all my contacts in Google Contacts. They sync to<br>
Thunderbird via the Google Contacts extension, sync to my iPhone, iPad,<br>
and Mac.<br>
<br>
--<br>
-- Steve<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: poma &lt;<a href="mailto:pomidorabelisima@gmail.com" target="_blank">pomidorabelisima@gmail.com</a>&gt;<br>To: Community support for Fedora users &lt;<a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a>&gt;<br>

Cc: <br>Date: Mon, 01 Apr 2013 17:02:24 +0200<br>Subject: Re: Converting MKV videos to MP2 -4 ?<br>On <a href="tel:01.04.2013%2014" value="+33104201314" target="_blank">01.04.2013 14</a>:03, Temlakos wrote:<br>
...<br>
&gt;<br>
&gt; No, but you have MP2 and MP3 sound-only files and MP4 videos. MP4 seems<br>
&gt; to be the download-of-choice from <a href="http://youtube.com" target="_blank">youtube.com</a>, for example.<br>
<br>
- MPEG-1(2) Audio Layer II aka &quot;MP2&quot;<br>
- MPEG-1(2) Audio Layer III aka &quot;MP3&quot;<br>
- MPEG-4 Part 3 aka &quot;MPEG-4 Audio&quot;<br>
- MPEG-4 Part 14 aka &quot;MP4&quot; is a multimedia container<br>
  for certain types of video, audio and subtitle tracks,<br>
  same as MKV(матрёшка) itself.<br>
<br>
poma<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Reindl Harald &lt;<a href="mailto:h.reindl@thelounge.net" target="_blank">h.reindl@thelounge.net</a>&gt;<br>To: <a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a><br>

Cc: <br>Date: Mon, 01 Apr 2013 17:10:59 +0200<br>Subject: Re: Converting MKV videos to MP2 -4 ?<br><br>
<br>
Am <a href="tel:01.04.2013%2017" value="+33104201317" target="_blank">01.04.2013 17</a>:02, schrieb poma:<br>
&gt; On <a href="tel:01.04.2013%2014" value="+33104201314" target="_blank">01.04.2013 14</a>:03, Temlakos wrote:<br>
&gt; ...<br>
&gt;&gt;<br>
&gt;&gt; No, but you have MP2 and MP3 sound-only files and MP4 videos. MP4 seems<br>
&gt;&gt; to be the download-of-choice from <a href="http://youtube.com" target="_blank">youtube.com</a>, for example.<br>
&gt;<br>
&gt; - MPEG-1(2) Audio Layer II aka &quot;MP2&quot;<br>
&gt; - MPEG-1(2) Audio Layer III aka &quot;MP3&quot;<br>
&gt; - MPEG-4 Part 3 aka &quot;MPEG-4 Audio&quot;<br>
&gt; - MPEG-4 Part 14 aka &quot;MP4&quot; is a multimedia container<br>
&gt;   for certain types of video, audio and subtitle tracks,<br>
&gt;   same as MKV(матрёшка) itself<br>
<br>
Youtube and anything which provides videos for web is using<br>
H.264/MPEG-4 Part 10 / AVC, to be specific H264 BASELINE PROFILE<br>
and nothing else in context of &quot;MP4&quot; because THIS is the spec<br>
which is supported by Smartphones, Tablets, mobile browsers up to<br>
Firefox on Android in recent releases and most hardware-devices<br>
including hardware acceleration<br>
<br>
<a href="http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC" target="_blank">http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC</a><br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Robert Nichols &lt;<a href="mailto:rnicholsNOSPAM@comcast.net" target="_blank">rnicholsNOSPAM@comcast.net</a>&gt;<br>To: <a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a><br>

Cc: <br>Date: Mon, 01 Apr 2013 10:26:13 -0500<br>Subject: Re: Fedora 18 existing /usr partition -- need to merge into rootfs?<br>On 04/01/2013 07:47 AM, Noah Cutler wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hey all.<br>
<br>
I&#39;m confused over the whole separate /usr partition is broken thing:<br>
<a href="http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken" target="_blank">http://freedesktop.org/wiki/<u></u>Software/systemd/separate-usr-<u></u>is-broken</a><br>
<br>
 From an email in current fedora-user thread we have:<br>
&quot;That should not be necessary.  And would break a very normal system<br>
setup of using separate drives, *even more so than the blasted can&#39;t have<br>
a separate /usr thing that happened recently*.&quot;<br>
<br>
During Fedora 18 fresh install with custom partitioning chosen, Anaconda<br>
autocompletes mount points so I went with /boot, /, /user, /var, and /home<br>
partitions.<br>
<br>
Everything appears to work swimmingly here after 1 month of use -- separate /usr<br>
partition does not appear to be broken...anymore??<br>
<br>
Just trying to future proof my setup; if it&#39;s better to merge /usr into rootfs,<br>
so be it, better to do it early days with the new system.<br>
<br>
Otherwise, if someone can chime in here with some sage partitioning advice as to<br>
how to proceed moving forward with Fedora, that would be much appreciated.<br>
</blockquote>
<br>
If you really want to keep a separate /usr (I do, mounted read-only and<br>
located on an SSD) you just need to arrange to have /usr mounted by dracut<br>
early in the boot sequence. It&#39;s not hard:<br>
<br>
1. Copy the /usr line from your /etc/fstab into a (probably new) file<br>
   /etc/fstab.sys .<br>
<br>
2. Edit the file /etc/dracut.conf and change the line<br>
        #add_dracutmodules+=&quot;&quot;<br>
   to read<br>
        add_dracutmodules+=&quot;fstab-sys&quot;<br>
<br>
3. IMPORTANT: In /etc/fstab, disable the automatic fsck for /usr by<br>
   putting a zero in field 6.<br>
<br>
4. Run dracut to remake the initramfs in /boot.<br>
<br>
That&#39;s it.  Now your /usr gets mounted early in the boot sequence.<br>
It is available when needed, and you can ignore the warning from systemd.<br>
You will have to make your own arrangement for fsck on your /usr.  If<br>
you allowed the automatic fsck to run, it would be guaranteed to fail<br>
since the filesystem is mounted.  (The special handling for the root<br>
filesystem is hard-coded into fsck and would not apply to a pre-mounted<br>
/usr.)<br>
<br>
-- <br>
Bob Nichols     &quot;NOSPAM&quot; is really part of my email address.<br>
                Do NOT delete it.<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: poma &lt;<a href="mailto:pomidorabelisima@gmail.com" target="_blank">pomidorabelisima@gmail.com</a>&gt;<br>To: Community support for Fedora users &lt;<a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a>&gt;<br>

Cc: <br>Date: Mon, 01 Apr 2013 18:19:05 +0200<br>Subject: Re: Converting MKV videos to MP2 -4 ?<br>On <a href="tel:01.04.2013%2017" value="+33104201317" target="_blank">01.04.2013 17</a>:10, Reindl Harald wrote:<br>
&gt;<br>
&gt;<br>
&gt; Am <a href="tel:01.04.2013%2017" value="+33104201317" target="_blank">01.04.2013 17</a>:02, schrieb poma:<br>
&gt;&gt; On <a href="tel:01.04.2013%2014" value="+33104201314" target="_blank">01.04.2013 14</a>:03, Temlakos wrote:<br>
&gt;&gt; ...<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; No, but you have MP2 and MP3 sound-only files and MP4 videos. MP4 seems<br>
&gt;&gt;&gt; to be the download-of-choice from <a href="http://youtube.com" target="_blank">youtube.com</a>, for example.<br>
&gt;&gt;<br>
&gt;&gt; - MPEG-1(2) Audio Layer II aka &quot;MP2&quot;<br>
&gt;&gt; - MPEG-1(2) Audio Layer III aka &quot;MP3&quot;<br>
&gt;&gt; - MPEG-4 Part 3 aka &quot;MPEG-4 Audio&quot;<br>
&gt;&gt; - MPEG-4 Part 14 aka &quot;MP4&quot; is a multimedia container<br>
&gt;&gt;   for certain types of video, audio and subtitle tracks,<br>
&gt;&gt;   same as MKV(матрёшка) itself<br>
&gt;<br>
&gt; Youtube and anything which provides videos for web is using<br>
&gt; H.264/MPEG-4 Part 10 / AVC, to be specific H264 BASELINE PROFILE<br>
&gt; and nothing else in context of &quot;MP4&quot; because THIS is the spec<br>
&gt; which is supported by Smartphones, Tablets, mobile browsers up to<br>
&gt; Firefox on Android in recent releases and most hardware-devices<br>
&gt; including hardware acceleration<br>
&gt;<br>
&gt; <a href="http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC" target="_blank">http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC</a><br>
&gt;<br>
<br>
Anyhow, OP&#39;s question remains unclear.<br>
<br>
poma<br>
<br>
<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: poma &lt;<a href="mailto:pomidorabelisima@gmail.com" target="_blank">pomidorabelisima@gmail.com</a>&gt;<br>To: Community support for Fedora users &lt;<a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a>&gt;<br>

Cc: <br>Date: Mon, 01 Apr 2013 18:26:06 +0200<br>Subject: Re: f18...<br>On <a href="tel:01.04.2013%2009" value="+33104201309" target="_blank">01.04.2013 09</a>:53, Marc Blanc wrote:<br>
&gt; Le Mon, 1 Apr 2013 09:24:06 +0200,<br>
&gt; Marc Blanc &lt;<a href="mailto:arsace@orange.fr" target="_blank">arsace@orange.fr</a>&gt; a écrit :<br>
&gt;<br>
&gt;<br>
&gt;&gt; Only mail works.<br>
&gt;<br>
&gt; and fortunately yum !<br>
&gt;<br>
<br>
ThunderBrowse :)<br>
<a href="http://thunderbrowse.com/" target="_blank">http://thunderbrowse.com/</a><br>
<br>
poma<br>
<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Marc Blanc &lt;<a href="mailto:arsace@orange.fr" target="_blank">arsace@orange.fr</a>&gt;<br>To: <a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a><br>

Cc: <br>Date: Mon, 1 Apr 2013 18:33:10 +0200<br>Subject: Re: f18...<br>Le Mon, 1 Apr 2013 13:33:50 +0200,<br>
Suvayu Ali &lt;<a href="mailto:fatkasuvayu%2Blinux@gmail.com" target="_blank">fatkasuvayu+linux@gmail.com</a>&gt; a écrit :<br>
<br>
<br>
&gt;Have you tried starting your browsers in safe-mode and see if some<br>
&gt;add-on is to blame?  Do you have a proxy setup?  Maybe that is behaving<br>
&gt;badly?  Do text mode browsers w3m, lynx, and elinks work?<br>
&gt;<br>
Yes, nothing works for download (elinks and lynx), and now yum works badly !<br>
<br>
&gt;You do not provide much information about what you tried and how did it<br>
&gt;fail.  Some more details should help others on the list diagnose the<br>
&gt;problem.<br>
&gt;<br>
<br>
I don&#39;t have any error messages. I can&#39;t to download nothing, only sometimes<br>
with yum. Actually i have reinstalled f17, same problem. To upgrade to f18<br>
yum stop at midterm like :<br>
<br>
kde-filesystem-4-42.fc17.x86_6 FAILED Timeout on<br>
<a href="http://ftp.klid.dk/ftp/fedora/linux/updates/17/x86_64/kde-filesystem-4-42.fc17.x86_64.rpm" target="_blank">http://ftp.klid.dk/ftp/fedora/linux/updates/17/x86_64/kde-filesystem-4-42.fc17.x86_64.rpm</a>:<br>
(28, &#39;&#39;)<br>
<a href="http://ftp.klid.dk/ftp/fedora/linux/updates/17/x86_64/kde-filesystem-4-42.fc17.x86_64.rpm" target="_blank">http://ftp.klid.dk/ftp/fedora/linux/updates/17/x86_64/kde-filesystem-4-42.fc17.x86_64.rpm</a>:<br>
[Errno 12] Timeout on<br>
<a href="http://ftp.klid.dk/ftp/fedora/linux/updates/17/x86_64/kde-filesystem-4-42.fc17.x86_64.rpm" target="_blank">http://ftp.klid.dk/ftp/fedora/linux/updates/17/x86_64/kde-filesystem-4-42.fc17.x86_64.rpm</a>:<br>
(28, &#39;&#39;)<br>
...<br>
<br>
I can&#39;t to access to the web pages except sites like google...<br>
<br>
Tomorrow, i change my modem to check it. Should i return on Windows... ? :)<br>
<br>
--<br>
M.B<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Jim &lt;<a href="mailto:binarynut@comcast.net" target="_blank">binarynut@comcast.net</a>&gt;<br>To: Community support for Fedora users &lt;<a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a>&gt;<br>

Cc: <br>Date: Mon, 01 Apr 2013 12:45:00 -0400<br>Subject: Re: Converting MKV videos to MP2 -4 ?<br>On 03/31/2013 10:55 PM, poma wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
On <a href="tel:01.04.2013%2001" value="+33104201301" target="_blank">01.04.2013 01</a>:55, Jim wrote:<br>
...<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
How can one convert MKV videos to MP2-4 ?<br>
</blockquote>
Is there a &quot;MP2-4&quot; video format. :)<br>
<br>
poma<br>
<br>
<br>
</blockquote>
MP2 or MP4<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Bill Davidsen &lt;<a href="mailto:davidsen@tmr.com" target="_blank">davidsen@tmr.com</a>&gt;<br>To: Community support for Fedora users &lt;<a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a>&gt;<br>

Cc: <br>Date: Mon, 01 Apr 2013 12:49:49 -0400<br>Subject: Re: Converting MKV videos to MP2 -4 ?<br>Ed Greshko wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
On 04/01/13 07:55, Jim wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
F18/Kde<br>
<br>
How can one convert MKV videos to MP2-4 ?<br>
<br>
What app will do it ?<br>
</blockquote>
<br>
GUI or command line?<br>
<br>
Miro for GUI<br>
ffmpeg for command line<br>
<br>
I use....<br>
<br>
/usr/bin/ffmpeg -i $1 -acodec aac -ab 96k -vcodec libx264 -preset slow -f mp4 -crf 22 -strict experimental $1.mp4<br>
<br>
in a script<br>
<br>
</blockquote>
Wow, I see why you want it in a script. I confess to being lazy and just setting the output filename to {something}.webm and getting a pretty portable file. I adjust frame size and video bitrate as needed, generally defaults work.<br>


<br>
I use &quot;-target ntsc-dvd&quot; a lot to get a file which will go on a DVD should I need it.<br>
<br>
-- <br>
Bill Davidsen &lt;<a href="mailto:davidsen@tmr.com" target="_blank">davidsen@tmr.com</a>&gt;<br>
  &quot;We have more to fear from the bungling of the incompetent than from<br>
the machinations of the wicked.&quot;  - from Slashdot<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Reindl Harald &lt;<a href="mailto:h.reindl@thelounge.net" target="_blank">h.reindl@thelounge.net</a>&gt;<br>To: <a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a><br>

Cc: <br>Date: Mon, 01 Apr 2013 18:53:33 +0200<br>Subject: Re: Converting MKV videos to MP2 -4 ?<br><br>
<br>
Am <a href="tel:01.04.2013%2018" value="+33104201318" target="_blank">01.04.2013 18</a>:49, schrieb Bill Davidsen:<br>
&gt; Ed Greshko wrote:<br>
&gt;&gt; On 04/01/13 07:55, Jim wrote:<br>
&gt;&gt;&gt; F18/Kde<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; How can one convert MKV videos to MP2-4 ?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; What app will do it ?<br>
&gt;&gt;<br>
&gt;&gt; GUI or command line?<br>
&gt;&gt;<br>
&gt;&gt; Miro for GUI<br>
&gt;&gt; ffmpeg for command line<br>
&gt;&gt;<br>
&gt;&gt; I use....<br>
&gt;&gt;<br>
&gt;&gt; /usr/bin/ffmpeg -i $1 -acodec aac -ab 96k -vcodec libx264 -preset slow -f mp4 -crf 22 -strict experimental $1.mp4<br>
&gt;&gt;<br>
&gt;&gt; in a script<br>
&gt;&gt;<br>
&gt; Wow, I see why you want it in a script. I confess to being lazy and just setting the output filename to<br>
&gt; {something}.webm and getting a pretty portable file<br>
<br>
portable?<br>
<br>
* Apple does not support it<br>
* Microsoft does not support it<br>
* many mobile devices does not support it<br>
* most hardware-devices does not support it<br>
<br>
don&#39;t get me wrong, i owuld love to have VP8 in the position H264<br>
is, but since it&#39;s part of my daily job to write software which<br>
supports most to all clients with videos that&#39;s not how the world<br>
works for at least some years from now<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Marc Blanc &lt;<a href="mailto:arsace@orange.fr" target="_blank">arsace@orange.fr</a>&gt;<br>To: <a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a><br>

Cc: <br>Date: Mon, 1 Apr 2013 19:06:23 +0200<br>Subject: Re: f18...<br>Le Mon, 01 Apr 2013 18:26:06 +0200,<br>
poma &lt;<a href="mailto:pomidorabelisima@gmail.com" target="_blank">pomidorabelisima@gmail.com</a>&gt; a écrit :<br>
<br>
<br>
&gt;ThunderBrowse :)<br>
&gt;<a href="http://thunderbrowse.com/" target="_blank">http://thunderbrowse.com/</a><br>
<br>
Sorry, i can&#39;t access to this site :(((((<br>
<br>
--<br>
M.B<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Suvayu Ali &lt;<a href="mailto:fatkasuvayu%2Blinux@gmail.com" target="_blank">fatkasuvayu+linux@gmail.com</a>&gt;<br>To: <a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a><br>

Cc: <br>Date: Mon, 1 Apr 2013 19:07:12 +0200<br>Subject: Re: f18...<br>On Mon, Apr 01, 2013 at 06:33:10PM +0200, Marc Blanc wrote:<br>
&gt;<br>
&gt; I don&#39;t have any error messages. I can&#39;t to download nothing, only sometimes<br>
&gt; with yum. Actually i have reinstalled f17, same problem. To upgrade to f18<br>
&gt; yum stop at midterm like :<br>
&gt;<br>
&gt; kde-filesystem-4-42.fc17.x86_6 FAILED Timeout on<br>
&gt; <a href="http://ftp.klid.dk/ftp/fedora/linux/updates/17/x86_64/kde-filesystem-4-42.fc17.x86_64.rpm" target="_blank">http://ftp.klid.dk/ftp/fedora/linux/updates/17/x86_64/kde-filesystem-4-42.fc17.x86_64.rpm</a>:<br>
&gt; (28, &#39;&#39;)<br>
&gt; <a href="http://ftp.klid.dk/ftp/fedora/linux/updates/17/x86_64/kde-filesystem-4-42.fc17.x86_64.rpm" target="_blank">http://ftp.klid.dk/ftp/fedora/linux/updates/17/x86_64/kde-filesystem-4-42.fc17.x86_64.rpm</a>:<br>
&gt; [Errno 12] Timeout on<br>
&gt; <a href="http://ftp.klid.dk/ftp/fedora/linux/updates/17/x86_64/kde-filesystem-4-42.fc17.x86_64.rpm" target="_blank">http://ftp.klid.dk/ftp/fedora/linux/updates/17/x86_64/kde-filesystem-4-42.fc17.x86_64.rpm</a>:<br>
&gt; (28, &#39;&#39;)<br>
&gt; ...<br>
&gt;<br>
&gt; I can&#39;t to access to the web pages except sites like google...<br>
&gt;<br>
&gt; Tomorrow, i change my modem to check it. Should i return on Windows... ? :)<br>
<br>
Have you considered the possibility that the problem might be your ISP?<br>
<br>
--<br>
Suvayu<br>
<br>
Open source is the future. It sets us free.<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Jim &lt;<a href="mailto:binarynut@comcast.net" target="_blank">binarynut@comcast.net</a>&gt;<br>To: Community support for Fedora users &lt;<a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a>&gt;<br>

Cc: <br>Date: Mon, 01 Apr 2013 13:08:17 -0400<br>Subject: Re: Fedora 18 won&#39;t print in Landscape mode.<br>In KDE.<br>
<br>
Goto  /Menu/Administration /Printer Settings/Properties/Job options     # Job Options in left column,  and Orientation:in<br>
                                        #   Landscape (90 degrees) and check box &quot;Scale to fit&quot;   and Apply. .<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Patrick O&#39;Callaghan &lt;<a href="mailto:pocallaghan@gmail.com" target="_blank">pocallaghan@gmail.com</a>&gt;<br>To: <a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a><br>

Cc: <br>Date: Mon, 01 Apr 2013 12:37:31 -0430<br>Subject: Re: f18...<br>On Mon, 2013-04-01 at 19:06 +0200, Marc Blanc wrote:<br>
&gt; Le Mon, 01 Apr 2013 18:26:06 +0200,<br>
&gt; poma &lt;<a href="mailto:pomidorabelisima@gmail.com" target="_blank">pomidorabelisima@gmail.com</a>&gt; a écrit :<br>
&gt;<br>
&gt;<br>
&gt; &gt;ThunderBrowse :)<br>
&gt; &gt;<a href="http://thunderbrowse.com/" target="_blank">http://thunderbrowse.com/</a><br>
&gt;<br>
&gt; Sorry, i can&#39;t access to this site :(((((<br>
<br>
Time to start trying crazy ideas. Can you access 108.59.9.142? It&#39;s the<br>
same site as above, but there may be something off with your DNS<br>
settings. I&#39;ve had situations where some apps work and others don&#39;t, due<br>
to my /etc/resolv.conf being borked.<br>
<br>
poc<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Bill Davidsen &lt;<a href="mailto:davidsen@tmr.com" target="_blank">davidsen@tmr.com</a>&gt;<br>To: Community support for Fedora users &lt;<a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a>&gt;<br>

Cc: <br>Date: Mon, 01 Apr 2013 13:18:46 -0400<br>Subject: Re: Converting MKV videos to MP2 -4 ?<br>Bill Davidsen wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Ed Greshko wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
On 04/01/13 07:55, Jim wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
F18/Kde<br>
<br>
How can one convert MKV videos to MP2-4 ?<br>
<br>
What app will do it ?<br>
</blockquote>
<br>
GUI or command line?<br>
<br>
Miro for GUI<br>
ffmpeg for command line<br>
<br>
I use....<br>
<br>
/usr/bin/ffmpeg -i $1 -acodec aac -ab 96k -vcodec libx264 -preset slow -f mp4<br>
-crf 22 -strict experimental $1.mp4<br>
<br>
in a script<br>
<br>
</blockquote>
Wow, I see why you want it in a script. I confess to being lazy and just setting<br>
the output filename to {something}.webm and getting a pretty portable file. I<br>
adjust frame size and video bitrate as needed, generally defaults work.<br>
<br>
</blockquote>
Hum, tried this with an old cell phone which didn&#39;t have the latest and greatest updates, the big long script works with old phones, and the ffmpeg idea of &quot;webm&quot; doesn&#39;t. On the other hand, the mp4 was more than double the size, so there are tradeoffs. I suspect the OP wants portability above all.<br>


<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I use &quot;-target ntsc-dvd&quot; a lot to get a file which will go on a DVD should I<br>
need it.<br>
<br>
</blockquote>
<br>
<br>
-- <br>
Bill Davidsen &lt;<a href="mailto:davidsen@tmr.com" target="_blank">davidsen@tmr.com</a>&gt;<br>
  &quot;We have more to fear from the bungling of the incompetent than from<br>
the machinations of the wicked.&quot;  - from Slashdot<br>
<br>
<br>--<br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
Have a question? Ask away: <a href="http://ask.fedoraproject.org" target="_blank">http://ask.fedoraproject.org</a><br>
<br></blockquote></div><br></div></div>